linearization of non linear system
Show older comments
Hello.
I have following three equation. All are non-linear and Implicit. I don't know which method I used which make them linear, and solution is possible.
Please tell me how to linearize them.
eq1 = 1/(2*x)*sqrt(5.577e-9/z^2) == 0.01748062016;
eq2 = 1/sqrt(y*z) == 13390.73634;
eq3 = 2*225.5*x*z == 1;
Thank you so much.
1 Comment
Image Analyst
on 21 Dec 2015
What are variables and what are constants? Are x, y, and z all independent variables? And I assume you want to find the roots where the equation on the left of the "==" equals the constant value on the right of the "==", correct?
Answers (0)
Categories
Find more on Linearization 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!