Feeds
提问
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....
2 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
2 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
