Estadística
CLASIFICACIÓN
156.269
of 301.352
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.116
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
code for fem -constrained bar
I was trying to write a code for a horizontal two step bar constrained at both ends to determine its deflection at the three nod...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestaseulers improved method code error
function yout=improveuler(F,x0,h,xfinal,y0); y=y0; yout=y; for x=x0:h:xfinal-h; s1=F(x,y); s2=F(x+h,y+h*s1); ...
más de 6 años hace | 0
Pregunta
eulers improved method code error
tried to solve ode using eulers improved method for a function of F=2xy with step size h=0.1,y0=1,x0=1 and seeking y(1.5) The ...
más de 6 años hace | 2 respuestas | 0
