Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 614 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 614 Bytes

PhysicsNotebook

Beta version available at https://thatcomputerguy0101.github.io/PhysicsNotebook/.

A web-based notebook program centered around algebraically solving symbolic equations as traditionally done for Physics problems. Utilizes React.js for component layout, Math.js for algebraic computation, MathQuill for equation formatting, and tex-math-parser to convert between Math.js syntax and LaTex syntax (for MathQuill) with better expression support than the default Math.js conversion.