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: about 3 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T20:44:23.000Z (about 3 years ago)
- Last Synced: 2025-02-06T08:45:01.228Z (9 months 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.