manipulating symbolic variables using "solve"
4 ビュー (過去 30 日間)
古いコメントを表示
hi,
i've written a system of equation (non linear) and i solve it using "solve"
for example:
v(1) = x1+y2
v(2) = z4-3*x1*y1
..
..now, i have written another system of equations with the same variables and i would like to use the solutions (values founded by the function) in it..
w(1) = x1-x2 ..
where x1 for example is now the value founded before for the symbolic variable x1..
i need to do this because the second is a system of disequations so i can't simply put them together in the previous system (they are all disequations and i need to check that they are <0)..
how can i do? i'm thinking about it but i need some suggestions :)
thank you
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!