Asterisk appearing during row operation
이전 댓글 표시
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,:)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!