Feeds
질문
How can i correct Newton rhapson method??
In Newton rhapson method ,i try to solve nonlinear equation . I think below cod is right. but values are not shown . ...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
what's the error in nonlinear solution code?
In false position method - fx=inline('exp(-2*x)-0.5') a=input('a=');<<0 b=input('b=');<<1 fa=fx(a); fb=fx(b); if...
대략 11년 전 | 답변 수: 0 | 0