Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/murtuzaalisurti/matrices
- Owner: murtuzaalisurti
- License: mit
- Created: 2021-02-13T10:42:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T09:34:04.000Z (about 3 years ago)
- Last Synced: 2024-04-15T06:03:56.598Z (7 months ago)
- Topics: calculator, css3, html5, javascript, matrix
- Language: JavaScript
- Homepage: https://murtuzaalisurti.github.io/matrices/
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.