Effacer les filtres
Effacer les filtres

How to limit fsolve to find solution in Real numbers domain

19 vues (au cours des 30 derniers jours)
Jagadeesh Korukonda
Jagadeesh Korukonda le 24 Août 2022
Modifié(e) : Matt J le 24 Août 2022
Suppose, If I have some set of non-linear equations. I want to solve those equations with fsolve, but I want solution only in real values not imaginary ones. Is there any way to restrict fsolve in this way?
Thanks in advance

Réponse acceptée

Matt J
Matt J le 24 Août 2022
Modifié(e) : Matt J le 24 Août 2022
That will automatically be the case, as long as the equation functions you have provided are real-valued.
  3 commentaires
Matt J
Matt J le 24 Août 2022
Modifié(e) : Matt J le 24 Août 2022
If solve the equation it will give real root and imaginary root for different intial values.
No, that shouldn't happen.
There is no guarantee that fsolve will succeeed in finding a root, but the value it returns should always be real, assuming the cubic polynomial coefficients and the initial guess x0 are real.
Jagadeesh Korukonda
Jagadeesh Korukonda le 24 Août 2022
ok got it, Thanks @Matt J

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by