I am try to solve highly non-linear equations in matlab but unable to do so i already use solve command but it shows it cannot find explicit solution and use the fmincon
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
But in my problem i use theta and phi as 2 variable which are between the certain range but fmincon and fminbnd gives only the final results so how could we get all the results for the solution. So please help me to find all the solutions. You cal also see the attach files for the programe
0 comentarios
Respuestas (1)
Walter Roberson
el 11 de Jul. de 2017
You do not indicate what the equation is.
The energz function that you have in funn does not cross zero in the real domain: it has a minimum value at (pi/2, pi/2) at which location it is exactly equal to 1. It repeats another two times within the boundary for x(2) -- that is, (pi/2, 3*pi/2) is also a minima for it.
In the complex domain, there are 8 solutions in x2 for each x1 value, not counting periodicity.
0 comentarios
Ver también
Categorías
Más información sobre Systems of Nonlinear Equations 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!