solving system of equations
Show older comments
Hello
How can I solve a system of equations for 8 equations and 8 variables?
The equations are nonlinear and parametric as below:

7 Comments
Mahsa Babaee
on 18 Feb 2021
darova
on 18 Feb 2021
try ones for initial values
x0 = ones(8,1);
Alex Sha
on 19 Feb 2021
Hi, Masha, give out all known constant such as k1, h, Lz1..., also give out your equations in text format.
Mahsa Babaee
on 19 Feb 2021
Mahsa Babaee
on 19 Feb 2021
Edited: Mahsa Babaee
on 19 Feb 2021
Alex Sha
on 20 Feb 2021
Hi, Mahsa, you didn't understand what i mean, for numerical computation, for example fsolve, except X1,...X9, you need to give out all values (h,k1,k2,k3,L1,L2,L3,...) .
Another, the equations you given is in picture format, not text format.
Mahsa Babaee
on 28 Feb 2021
Answers (0)
Categories
Find more on Symbolic Math Toolbox 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!













