MuPAD® numeric solver can't find the answer
Afficher commentaires plus anciens
hello, all:
I am trying to solve a equation using the MuPAD. The equation is 5*sin(2*pi*x)-5*x=0 when I use the: fsolve(@(x)5*sin(2*pi*x)-5*x,0.6), the answer is 0.429. However, if I use the MuPAD: evalin(symengine, 'numeric::solve(5*sin(2*pi*x) = 5*x, x = 0..1)'), the answer is 0.0 anyone know what cause this happen ? thanks in advance
Réponses (0)
Catégories
En savoir plus sur Numeric Solvers dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!