A question of simultaneous equations
Show older comments
I wanna write a code to solve multiple simultaneous equations,
Like this :
F1=(a-b)^2+(d-e)^2;
F2=(a-b)^2+(-d-e)^2;
F3=(a-b)^2+(2*g-d-e)^2;
F4=(-a-b)^2+(d-e)^2;
F5=(-a-b)^2+(-d-e)^2;
F6=(-a-b)^2+(2*g-d-e)^2;
F7=(2*c-a-b)^2+(d-e)^2;
F8=(2*c-a-b)^2+(-d-e)^2;
F9=(2*c-a-b)^2+(2*g-d-e)^2;
And F1~F9 I know values are f=[10 26 34 50 58 74 122 146 170];
But I need to assume that I don't know which value is F1~F9,
F1 might is a value among f[10 26 34 50 58 74 122 146 170],and so on.
I wanna know can these above multiple simultaneous equations be solved by Matlab?
Thank you in advance!
2 Comments
Walter Roberson
on 18 May 2015
The values a, b, c, d, e, g: are they real-valued? Are they integers? Is there a limited number of values they can be, and if so is it the same set of values for each of the variables?
Lin Che-Kuan
on 20 May 2015
Accepted Answer
More Answers (2)
Torsten
on 11 May 2015
0 votes
Not clear what you mean.
Best wishes
Torsten.
1 Comment
Lin Che-Kuan
on 18 May 2015
John D'Errico
on 11 May 2015
0 votes
If you have no idea which of those values are assigned to F1 F2, etc., AND you have no idea what are the other parameters {a,b,c,d,e}, then no, you cannot solve a problem where you know absolutely nothing.
1 Comment
Lin Che-Kuan
on 18 May 2015
Categories
Find more on Logical 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!