How to solve three equations for four unknowns?
Show older comments
My four equations are as follows:
x1_temp(t) == exp(-t*theta1_temp)*u1(t);
x2_temp(t)= y-gamma;
x2_temp(t) == exp(-t*theta2_temp)*(theta1_temp*x1_temp(t) + 1160917147506309/70368744177664)
Here, the unknowns are theta1_temp, theta2_temp, x1_temp(t), x2_temp(t). Other all are known. Please suggest a way to solve this problem. Thanks in advance for the help.
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!