linearization of non linear system
Mostrar comentarios más antiguos
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 comentario
Image Analyst
el 21 de Dic. de 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?
Respuestas (0)
Categorías
Más información sobre Linearization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!