finding values of a b c d
Afficher commentaires plus anciens
Hi, Can anyone help me with this. I have no idea how to find the value of a b c d. PLEASE LOOK AT THE PICTURE! THANKS!
1 commentaire
Réponse acceptée
Plus de réponses (1)
Andrei Bobrov
le 6 Fév 2018
A = [2 2 -7 -2
3 2 -5 6
9 -8 1 -4
1 5 3 -1];
b = [5;-17;14;9]
abcd = A\b;
1 commentaire
xoxox
le 6 Fév 2018
Catégories
En savoir plus sur Resizing and Reshaping Matrices 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!