parnoldx / nasc

Do maths like a normal person
http://parnoldx.github.io/nasc/
GNU General Public License v3.0
560 stars 37 forks source link

solving equations does not work. #53

Closed aggalex closed 7 years ago

aggalex commented 7 years ago

I've tried two samples, and I get no output:

solve2( 3 * x + y = 10 ;  2 * y + x  = 12 ; x ; y)
solve(a * x = 2 ; x)

None of those work. Am I doing something wrong or is this an actual bug?

parnoldx commented 7 years ago

works here. Not sure what's the issue. btw. you can simply write *solve(a x = 2)** because the default is x

aggalex commented 7 years ago

Wow, I just opened the app and it's now showing everything from the last session solved. That's... strange?

parnoldx commented 7 years ago

If you can reproduce this open a new bug with the instructions how. Thanks