Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/murtuzaalisurti/matrices

A webpage to perform matrix operations.
https://github.com/murtuzaalisurti/matrices

calculator css3 html5 javascript matrix

Last synced: 5 days ago
JSON representation

A webpage to perform matrix operations.

Awesome Lists containing this project

README

        

# Matrix Operations

>Note: The above images are not of the 'main' branch. They are a result of changes made in branch 'design'.

---

## Which operations can it perform?

 Basic Operations





-> Addition
-> Subtraction
-> Multiplication




 Miscellaneous Operations




-> Adjugate / Adjoint
-> Transpose
-> Minor
-> Determinant
-> Co-factor
-> Inverse




>Note: Currently, it only supports operations on 2x2 and 3x3 matrices. Support for a wide range of matrices will soon be available.

---

## Usage
>Visit this [link](https://murtuzaalisurti.github.io/matrices) and you are good to go!

---

## Tools and Technologies

 Languages





> HTML
> CSS
> JavaScript




---

## Contributors



---

## How can I contribute?
>Anyone with enough knowledge about web-development can contribute to this project. A necessary description is recommended along with the pull request explaining the changes you would like to make to this project.