Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
79.559
of 301.589
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.343
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.641
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
graph of iterative sequence
how can i get the graph of this iterative sequence t=@(n)(1/(n+2)^2);r=1/5; g=@(x)((x-1)/(exp(x))); tolerance=0.000001; k=10...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
system of linear equation
A=[1 3 2;5 4 3;6 4 3]; b=[3;2;4]; x(0)=[0;0;0] How can we iterate this by matlab code? x(n+1)=A*b*x(n)-3*x(n)
casi 3 años hace | 0 respuestas | 0
