A question of simultaneous equations
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 18 Mai 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
le 20 Mai 2015
Réponse acceptée
Plus de réponses (2)
Torsten
le 11 Mai 2015
0 votes
Not clear what you mean.
Best wishes
Torsten.
1 commentaire
Lin Che-Kuan
le 18 Mai 2015
John D'Errico
le 11 Mai 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 commentaire
Lin Che-Kuan
le 18 Mai 2015
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!