Statistiques
4 Questions
0 Réponses
RANG
135 826
of 301 200
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 190
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 339
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
why isn't my newton rhapson method giving me a quadratic conversion rate?
The code is running just fine, but the value konv(end)/(konv(end-1)^2) intended to show (e(i+1)/(e(i)^2)) gives an answer of 9....
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
while loop running forever during attempt at Newton Rhapson method
This code keeps running seemingly forever, or at least a few minutes. I can't figure out why, could someone please explain what ...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
why is my code printing my matrix?
%it keeps printing the matrix A (or B, not sure) when running, but I've added semicolons where I'd %consider them necessary to ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Function definition are not supported in this context. Functions can only be created as local or nested functions in code files.(clarification and application?)
Hi! I've seen this question asked before but have been unable to properly understand the solution. I am getting the error messag...
plus de 2 ans il y a | 1 réponse | 0
