Azzera filtri
Azzera filtri

bagaimana penyelesaian persamaan non linear menggunakan metode secant dan raphson

2 visualizzazioni (ultimi 30 giorni)
f(x)=log(x)+2[1,2]
  1 Commento
Sam Chak
Sam Chak il 21 Mar 2023
Modificato: Sam Chak il 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.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by