0
A program that adds two given matrix using functions and multidimensional arrays
2 3 14 -9 50 4. matrix A and 5 7 2 2 9 -6. matrix. B additional and multiplication of the above matrix
3 Answers
+ 6
this page may help you.
http://www.dailyfreecode.com/code/matrix-addition-function-2227.aspx
+ 6
In JS, with the help of link posted by @AAAAARANJAN BAGRI for addition, and wikipedia for principle of multiplications (there are many kind of matrix product, I've implemented most of them):
https://code.sololearn.com/WgiabA06ICbu/#js
Could be improved by many ways ;P (implicite matrix size, errors handling, matrix class model...)
0
Thank you pal,that was realy helpful