bagaimana penyelesaian persamaan non linear menggunakan metode secant dan raphson

8 次查看(过去 30 天)
f(x)=log(x)+2[1,2]
  1 个评论
Sam Chak
Sam Chak 2023-3-21
编辑:Sam Chak 2023-3-21
@Alma, can you show the mathematical formulas of "metode secant dan raphson"?
By the way, what does 2[1,2] mean? It cannot be mathematically interpreted. Perhaps, there is a typo.
Suggest you type out the math equation properly so that it is clear.
Do you want to plot the function? It would be great if you can translate the language.
f = @(x) log(x) + 2;
fplot(f)
On your previous question, there is no response or comment from you on the Answer. If you are happy with the solution, consider accepting the Answer as closure.

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by