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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 11 Jul. 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 Kommentare
Siehe auch
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!