Statistik
4 Fragen
0 Antworten
RANG
235.782
of 300.343
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
