Asterisk appearing during row operation
Afficher commentaires plus anciens
When I'm doing row operations on matlab, and i'm trying to make a number zero, an asterisk appears. I dont know why this is.
format rat
B = [-6 8 -9 4 ;4 -3 5 7 ;-9 7 -8 -8 ;4 -3 3 3 ]
B(1,:) = B(1,:)/-6
B(2,:) = B(1,:)*-4 + B(2,:)
B(3,:) = B(1,:)*9 + B(3,:)
B(4,:) = B(1,:)*-4 + B(4,:)
B(2,:) = B(2,:)*(3/7)
B(1,:) = B(2,:)*(4/3) + B(1,:)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical 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!