Filter löschen
Filter löschen

How to I solve a equation?

1 Ansicht (letzte 30 Tage)
Ron
Ron am 23 Sep. 2013
I'm quite new to matlab and need to learn how to solve equations with matlab. I searched for help but I couldn't find much help or I didn't understand what was told to me.
For example I need to solve and equation:
x=1-cos(x)
I tryed FSOLVE, but didn't quite understand how it works.
My professor briefly mentioned something about using iteration method to solve the equation, but what He explained was quite complicated so I didn't understand much.

Akzeptierte Antwort

David Sanchez
David Sanchez am 23 Sep. 2013
Take a look at the following links and try to do their examples:
http://www2.math.umd.edu/~immortal/206/tutorial/SolvingEquations.shtml
http://www.mathworks.es/es/help/symbolic/solve.html
  1 Kommentar
Ron
Ron am 25 Sep. 2013
Thank you very much, the links you provided are very helpful!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Matt J
Matt J am 23 Sep. 2013
Bearbeitet: Matt J am 23 Sep. 2013
fzero(@(x) 1-cos(x)-x, [-2*pi,2*pi] )

Kategorien

Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by