Linear Equations infinite solutions parametric form
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Virendrasingh Pawar
le 17 Sep 2021
Commenté : Virendrasingh Pawar
le 17 Sep 2021
Hi,
I am trying to solve a system of the form Ax = b which has infinte many solutions:
for eg: 2x+y = 3; 4x+2y = 6
I want Matlab to return the solution in paramtric form: sol = (3-y/2, y)^T, something like this.
I there a method to achieve this easily without writing a complicated script?
Thanks in advance.
2 commentaires
Bjorn Gustavsson
le 17 Sep 2021
How big and how underdetermined are(is?) your system of equations? The answer depends crucially on this. For the general case you'll have to accept a small bit of (great and beautiful) linear algebra, but that might be beyond what you need...
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!