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 years 前 | 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 years 前 | 2 个回答 | 1