How to get an input matrix from user?

  • #1
2
0
how to get an input matrix from user?

WITHOUT using the MATLAB ‘MULTIPLICATION COMMAND’ write down your own program to implement the matrix multiplication M = A*B, where A and B are two constant matrices of dimensions l x m and m x n, respectively. The program should:
 Prompt the user to enter the dimensions l, m and n;
 Check if all the dimensions are positive integers and if this is not the case, ask the user to enter the values again; also to check whether multiplication is possible or not according the entered dimensions
 Prompt the user to enter the values of the two matrices;
 Apply matrix multiplication M = A * B and calculate the product M;
 Display the resultant matrix M [don’t use ‘;’ at end of statement in order to display].

PLZ help i m get stuck...
 
Physics news on Phys.org
  • #2


What have you done so far?
 

Suggested for: How to get an input matrix from user?

Replies
1
Views
588
Replies
5
Views
698
Replies
5
Views
788
Replies
3
Views
707
Replies
4
Views
380
Replies
3
Views
585
Replies
3
Views
682
Back
Top