How to I solve a equation?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
David Sanchez
el 23 de Sept. de 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
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!