Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Calculus Computations & Proofs

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.

🛠 Prerequisites

To run the files in this repository, ensure you have the following installed:

GNU Octave

  • Octave 6.0+: Download here.
  • Symbolic Package: Required for analytical differentiation/integration.
    pkg install -forge symbolic
    pkg load symbolic

LaTeX

  • A distribution such as TeX Live, MiKTeX, or MacTeX.

  • Alternatively, you can upload the .tex files to Overleaf.

  • Usage

Running Octave Scripts

Navigate to the directory and run your script via the terminal:

octave script_name.m

About

My learning of Calculus

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors