vpasolve all solutions?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hey all,
I was wondering if there was an efficient way of finding all the unique solutions to an equation using vpasolve in a given interval? I understand one can use the "Random" option to probe the possible solutions in the interval but is there a way to know you've found all the solutions? I understand that there could be no real answer to this question but just wanted to see if there were some possible workaround.
Thanks!
0 Commenti
Risposte (1)
Rik
il 11 Gen 2023
There might be a direct way, but at the very least there is a workaround:
Since you can specify an initial estimate, you can provide each end point of your interval as an endpoint. If the results are different you provide the midpoint between the two solutions. You keep adding midpoints as initial estimates as long as the results are different. That way you are highly likely to find all solutions.
Vedere anche
Categorie
Scopri di più su General Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!