hey fellows , in which function to use for this case? Thanks
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/809724/image.jpeg)
3 commentaires
Dyuman Joshi
le 24 Nov 2021
Modifié(e) : Dyuman Joshi
le 25 Nov 2021
That's what not what was the intent of the question. What have you tried as in your code. Show your code. Nobody here will do your homework for you
Réponses (2)
Image Analyst
le 25 Nov 2021
Hint, for the first one you have a matrix and two column vectors:
coeffs = [4,2,1;
2,6,-4;
2, -14, 14]
y = [a;b;c]
x = [x1;x2;x3]
You can take it from there.
Anshika Chourasia
le 2 Déc 2021
Please refer the following link for more information on solving system of linear equations: Solve System of Linear Equations - MATLAB & Simulink (mathworks.com)
0 commentaires
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!