How to solve simultaneous equation with identity
8 views (last 30 days)
Show older comments
I have a set of simultaneous equations which I can't figure out how to solve properly. I have to do it simultaneously, but also follow an identity as x^2 + y^2 + z^2 =1 to yield any solution other than 0 for each variable. I've tried to use symbolic functions but that I can't figure out. How can I set up a script for finding the answers to this type of system of equations?
[A1x + A2y + A3z;
B1x + B2y + B3z;
C1x + C2y + C3z;
x^2 + y^2 + z^2]
=
[0;
0;
0;
1]
I'm not good at formatting.
0 Comments
Answers (1)
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!