7
Answers

operators overloading

Joe Wilson

Joe Wilson

10y
880
1
first Enter your Matrixes Size(the sizes must be equal)  second fill your matrixes third overload the (+) operators
 matrix C= Matrix A + Matrix B
 
 matrix C  
 9 4
 32 12
  =
matrix A 
 4 1
 20 6
 +
Matrix B 
 5 3
 12 6
 
 
 
 
 
 
 
 

Answers (7)
Next Recommended Forum