Statistiques
3 Questions
0 Réponses
RANG
34 705
of 301 809
RÉPUTATION
1
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
1
RANG
of 21 414
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 674
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 12 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
presque 12 ans il y a | 1 réponse | 0
