Difference between solve result
Ältere Kommentare anzeigen
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).
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!