Exercise: Matrix Arithmetic
Exercise prerequisites:
- JavaScript Array Methods
- JavaScript Arrays Basics
- All previous chapters
Objective
Implement two functions in JavaScript to return the sum and product of two given matrices.
Exercise prerequisites:
Implement two functions in JavaScript to return the sum and product of two given matrices.