Skip to content
Snippets Groups Projects
Select Git revision
  • bc310f2f3cd390f38586d2e75f75142a82b67755
  • main default
2 results

math-programs

Jack Eckert's avatar
Jack Eckert authored
Added symboCalc.py, a WIP that is supposed to focus on symbolic calculus. Added the base abstract class, the power function class, and the exponential class.
bc310f2f
History
Name Last commit Last update
README.txt
compNum.py
linAlg.py
symboCalc.py
This project is simply meant to be a portfolio of various custom-made modules relating to various mathematical
 concepts. These are simply made for practice/fun, and should not really be used in actual applications
(use the math module, numpy, etc. instead).