Clear Filters
Clear Filters

bagaimana penyelesaian persamaan non linear menggunakan metode secant dan raphson

2 views (last 30 days)
f(x)=log(x)+2[1,2]
  1 Comment
Sam Chak
Sam Chak on 21 Mar 2023
Edited: Sam Chak on 21 Mar 2023
@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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!