How to form a matrix in python and apply common matrix addition subtraction multiplication in it?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to form a matrix in python and apply common matrix addition subtraction multiplication in it??

30th Sep 2017, 6:19 AM
Ritwik Tripathi
Ritwik Tripathi - avatar
2 Answers
+ 4
Use numpy or implement it yourself ;)
30th Sep 2017, 6:36 AM
Drax
Drax - avatar
+ 2
but keep in mind that numpy does not work in coding playground.
30th Sep 2017, 6:55 AM
AutomatedpROCESSES
AutomatedpROCESSES - avatar