How to solve the following system of equations?
3 views (last 30 days)
Show older comments
Hello
I have a set of equations and I want to solve using matrix system. Please have a lppk at the example
aV1=bV2+cV3
500V1^2+p1-230V2^2+p2=0
500V1^2+p1-230V3^2+p2=0
solving for unknowns i.e V1,V2,V3.
How to solve such a system using matrixes. Please Guide!!!
Regards
0 Comments
Answers (1)
Roger Wohlwend
on 4 Jun 2014
Edited: Roger Wohlwend
on 4 Jun 2014
Two of the three equations are non-linear. You cannot solve these with some simple matrix operations. Take a pencil and a paper and calculate the solution yourself. It is not so hard. If you look closely at the second and third equation, you find out that V2 = V3 or V2 = -V3.
See Also
Categories
Find more on Linear Algebra 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!