Skip to content

javas-afraid/whereiscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math-App-Suite (Assignment 3)

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.

Prerequisites

  • Node.js (v18.x or higher)
  • Standard build tools for package compilation

Installation & Local Verification

To run the local calculation environment and verify test suites:

npm install
npm run start

Core Modules Included

  • 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.

Contributing

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?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors