Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lross2k/ezcomplexsolver
Webpage made for solving math equations written into a matrix
https://github.com/lross2k/ezcomplexsolver
css gh-pages html javascript
Last synced: 12 days ago
JSON representation
Webpage made for solving math equations written into a matrix
- Host: GitHub
- URL: https://github.com/lross2k/ezcomplexsolver
- Owner: lross2k
- License: gpl-3.0
- Created: 2021-02-28T01:10:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T20:44:23.000Z (about 2 years ago)
- Last Synced: 2023-04-27T07:27:47.325Z (over 1 year ago)
- Topics: css, gh-pages, html, javascript
- Language: JavaScript
- Homepage: https://lross2k.github.io/EzComplexSolver/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EzComplexSolver
This is a simple webpage which I started for personal use,
it isn't intended to be amazing but I'll implement more
features when I have time, as this is just a personal
project for learning purposes.
* * *
Esta es una página simple que inicié para uso personal,
no se espera que sea muy avanzada pero implementaré más
funcionalidad cuando tenga tiempo, pues es un proyecto
personal con propósitos de aprendizaje.## How it works
The functionality is pretty straightforward atm, build
you matrix with real or complex numbers and hit the green
button to get a terribly un formatted answer, **doesn't
support** advanced syntax.Valid input format:
- -3.44 + 6.584i
- 6 - 5.48484j## Dependencies
* Only my own Gaussian Elimination and complex numbers library for JavaScript, this is
implemented as a git submodule in `numerical-methods/` which shall be initiated with
`git submodule init` and `git submodule update` after cloning this repo with git clone,
everything else is plain JS, HTML and CSS terribly wrote as I did this in a few hours
over three days with no prior experience in frontend coding.