How to solve 3 equation 2 variable system?
Ältere Kommentare anzeigen
I'm trying to solve these equations:
((((4330-4158)*0.000173-0)*x)+(((4330-4158)*0.000173-0)^(2)*y))28316.85=4.09945
((((4340-4158)*0.000173-0)*x)+(((4340-4158)*0.000173-0)^(2)*y))28316.85=4.1565
((((4513-4158)*0.000173-0)*x)+(((4513-4158)*0.000173-0)^(2)*y))28316.85=7.6936
But when I go with
[x y]=solve('((((4330-4158)*0.000173-0)*x)+(((4330-4158)*0.000173-0)^(2)*y))28316.85=4.09945', '((((4340-4158)*0.000173-0)*x)+(((4340-4158)*0.000173-0)^(2)*y))28316.85=4.1565', '((((4513-4158)*0.000173-0)*x)+(((4513-4158)*0.000173-0)^(2)*y))28316.85=7.6936')
I get and error message about my solve argumentL --> Check for missing argument or incorrect argument data type in call to function 'solve'.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Genetic Algorithm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!