Solving homogeneous linear set of equations
28 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pouya Jamali
am 14 Dez. 2012
Kommentiert: Aditya
am 22 Nov. 2024
I know the ways to solve a set of linear equations of Ax=B form. For example x=inv(A)*B or x=A\B. But the methods doesn't work for B=0 (Homogeneous cases). I've really confused about that. Any one has any idea?
1 Kommentar
Aditya
am 22 Nov. 2024
Practical based on system of homogeneous equation and application to solve balance chemical equation. Output
Akzeptierte Antwort
Jürgen
am 14 Dez. 2012
the homogeneous system is also mentioned there if am not mistaken,
regards,j
2 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!