stefnotch / quantum-sheet

QuantumSheet - A user friendly mathematics worksheet and solver
https://stefnotch.github.io/quantum-sheet/
GNU General Public License v3.0
55 stars 5 forks source link

Custom evaluate #34

Open stefnotch opened 3 years ago

stefnotch commented 3 years ago

https://github.com/stefnotch/quantum-sheet/pull/31#discussion_r684821656

I took a look at this and there are two quite reasonable options:

  1. Adding \\solve, \\factor, and \\expand to the dictionary like you suggested. If we do that, then we should also make it possible to call them like \\solve(3x+5==5, x)
  2. Adding the ability to parse unknown functions and using that https://github.com/stefnotch/quantum-sheet/issues/33 However, for that we'll need to wait for the next compute engine version