diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-03 22:57:10 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-03 22:57:10 +0200 |
| commit | 2b0b62b44a87536597050c525322c7bcc745bdb2 (patch) | |
| tree | 56ee143d427c66cb1f0583c07beec5f181abc983 /README.md | |
| parent | 5e7d3a5ff586ac75b768a9a1c1f2d5b80960e821 (diff) | |
| download | computorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.tar.gz computorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.tar.bz2 computorv2-2b0b62b44a87536597050c525322c7bcc745bdb2.zip | |
Added polynom solver from computorv1, Added matrix multipilcation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -60,3 +60,17 @@ Uses eager evaluation, variable value is known after assignment, function value > f(x) = 2 * 3 * 4 * x 24 * x ``` + +## TODO + +- [ ] Reduce functions expression +- [ ] `i` is not a valid label name +- [ ] Check if matrix are rectangular +- [ ] Polynomial detection and resolution +- [ ] More operators + +- Bonus + - [ ] Better error message + - [ ] Builtin functions (sin, cos, ...) + - [ ] Add realline library + - [ ] Command to print environment |
