A very intuitive library for matrix manipulation. This follows most standards in mathematics to make it easy for mathematicians to use.
npm install matrix-library---
cd bash
git clone https://github.com/alexander213213/matrix-library.git
`
$3
If you are using node, then add the matrix object to module.exports by adding:
`node
module.exports = Matrix
`
to the end the file.
$3
If you are using javascript, then add the whole Matrix.js file to your index.html file by adding:
`html
`
before your main script tag.---
Contribution
Just add you functionality to the Matrix class in Matrix.js. Make sure to separate your methods with multiline comments in the format:
`javascript
/*======
Method Name
Method Purpose
Method Usage
======*/
``