Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
72.940
of 301.219
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.193
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.467
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I think my program is complete.. What happen to this line? u(i)=sin(pi*x(i)); ??
if true % code end n=10; c1=0; c2=0; k= 0.0025; L=1; h=0.1; alpha=1; T=0.025; n=L/h;m=T/k; lambda =alpha*...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
I need to tabulate the data for u(x,t) vs x
I need to tabulate the data for u(x,t) vs x. Someone help me please :( if true % code end L = 1.; T = 1.; maxk =...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Hello there. I ran a matlab program and i cant produce any graph. This program can run but it doesnt show any graph.. Please help me
L = 1.; T = 1.; maxk = 2500; dt = T/maxk; n=50; dx = L/n; cond = 1/4; b = 2.*cond*dt/(dx*dx); for i= 1:n+1 x(i) = (i-...
más de 12 años hace | 2 respuestas | 0