Difference between solve result
Afficher commentaires plus anciens
The follows equations get me usual result:
syms x y z
solve(x+y==4,y-z==0)
But if I add true I have different one:
syms x y z
solve(x+y==4,y-z==0,true)
That is mean true as input in function solve (I try to move true from end to begin and have the same result).
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!