Feeds
질문
Matlab largest inputted number
I need to write a program that returns the largest number entered by a user. The user can enter as many numbers >= 0 as they wan...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Trying to write a program that calculates the inverse of a 3x3 matrix. My program works for some matrices, but not for all. Can someone please look at my code and assist me?
%calculate determinant m = input('Enter a 3x3 matrix using bracket notation: '); a = m(1,1); b = m(1,2); c = m(1,...
10년 초과 전 | 답변 수: 2 | 1