This repository is a collection of computational calculus tools and documented mathematical proofs. It combines the numerical and symbolic power of GNU Octave and LaTeX expressions.
To run the files in this repository, ensure you have the following installed:
- Octave 6.0+: Download here.
- Symbolic Package: Required for analytical differentiation/integration.
pkg install -forge symbolic pkg load symbolic
-
A distribution such as TeX Live, MiKTeX, or MacTeX.
-
Alternatively, you can upload the
.texfiles to Overleaf.
Navigate to the directory and run your script via the terminal:
octave script_name.m