how to Nonlinear equations?(two variables)
Mostrar comentarios más antiguos
f(1) = x(1)*(14+r1)-10*x(2)-4*x(3)-100;
f(2) = x(1)*-10+x(2)(18+r2)+x(3)*-8+80;
f(3) = x(1)*-4+x(2)*-8+x(3)*12-50;
how can I solve these nonlinear equations. There are rheostatic values so there is a second variable t. Should I write a function?eq
1 comentario
darova
el 2 de Mayo de 2020
Did you try something? I think you need fsolve and for loop. Solve equations for every t step
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Noncentral Chi-Square Distribution 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!