How to solve 3 functions in 4 variables

2 次查看(过去 30 天)
Tan = 2 - c - a
Man = b + c - 1
Lan = a - 3*b - c + d - 1
The answer
a=d
b=d-1
c= 2-d

回答(2 个)

madhan ravi
madhan ravi 2020-10-24
Use solve() to get the answer what you show

John D'Errico
John D'Errico 2020-10-25
What you show is NOT the answer. It is AN answer.
3 equations with 4 variables is called an underdetermined problem. There is effectively no solution. If you are willing to parameterize the problem, leaving one of the variables an unknown, then you can solve 3 equations in 3 variables, with the answer as a function of the 4th variable.
That seems to be what you are asking for. And the solution is simple. Just use solve. Pick the three variables you wish to solve the problem for, and the last variable will be left as a parameter.

类别

Help CenterFile Exchange 中查找有关 Assumptions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by