> what is the derivative of e^-x?
It does a good job, but man is it hard to read
I'm enjoying probing the bounds of understanding by giving progressively harder problems. It found the roots of a cubic, and proved sqrt(2) and pi were irrational.
Too difficult to read the handwriting, and I'm curious about "how it works". All in all, a fantastic demo.
Cool project tho
I ended up hooking up an LLM on the backend to solve math problems as well.
This ended up being more of an exploration in trying to make alternative outputs for LLMs that are a little more dynamic than just text and/or LaTeX.
It's interesting that each time it shows a different variant.
Anyway, when I press "get the derivative of f(x)=x^2" I get
2-1
f'(x) = 2 x
but the 1 is too big. (Do you need a screenshot?)
Just run: #./solve.js "What is the answer to life, the universe, everything?"
I got: Nothing
Writing the denominator first looks weird to me, same as writing the square root symbol after what's under it.