TheAlan404 / alphamath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alphamath

dennis's experimental math engine (a big WIP)

built with mantine and dnd-kit

try it?

its a single page web app (all clientside)

explanation

ive seen a lot of math solvers that assume you want to get a neat number and that there's only one result. this project aims to make a math solver that you can toy around with instead of just existing to find solutions.

planned features

  • addition
  • multiplication
  • fractions (division)
  • exponentiation and roots
  • absolute
  • statements, like equality or inequalities
  • contexts
  • contexts basically allow you to do things like "assume x=1" wihout affecting the statements outside of it
  • sets, set operations and functions
  • workspaces (basically a root context)
  • pan/zoom/pinch around the workspace
  • saving, loading and sharing workspaces
  • graphs

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.8%Language:HTML 2.2%Language:JavaScript 1.1%Language:CSS 0.9%