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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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 ...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 1 | 0
