Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
34.705
of 301.589
REPUTACIÓN
1
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
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
Help finding a derivative using tolerance and while loop
I need to make an m-file myderivative(f,a,tol) where f is a function handle for x, a is a real number and tol is a small positiv...
más de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
How to find the left riemann sum using a for loop?
I need to find the left sum of a function handle f, on the interval [a,b] with n subintervals. So far what I have is: funct...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use a "for" loop to solve n iterations of the newton-raphson method?
mynewton(f,a,n) which takes three inputs: f: A function handle for a function of x. a: A real number. n: A positive integer. ...
más de 11 años hace | 1 respuesta | 0
