From 2b0b62b44a87536597050c525322c7bcc745bdb2 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 3 Jun 2020 22:57:10 +0200 Subject: Added polynom solver from computorv1, Added matrix multipilcation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 512d881..0fd44fb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit