Statistiques
2 Questions
0 Réponses
RANG
146 439
of 301 301
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 851
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
Question about Taylor series
I am trying to write a code that output a scalor apporximation for function "sin(x)" that have an error less than 0,05. I try to...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Can anyone help me with this code? I want to find the x(n) that has an Error smaller than Criteria. The code seems never stop and I don't know what's wrong with my code. Thanks
Criteria = 2*rand; y = @(x) 0.1.*x.^4-2.*x.^3+8.*x.^2+10.*cos(x); dydx = @(x) 0.4.*x.^3-6.*x.^2+16.*x-10.*sin(x); x1 = 5; ...
presque 7 ans il y a | 1 réponse | 0