An open API service indexing awesome lists of open source software.

https://github.com/schmitzandrew/math_in_python

Math Functions in Python
https://github.com/schmitzandrew/math_in_python

math numpy python

Last synced: 2 months ago
JSON representation

Math Functions in Python

Awesome Lists containing this project

README

          

# Math_in_Python
Math in Python

A collection of some math functions in Python.

* Graphing
* Plots with matplotlib
* 3-D Graphs with matplotlib and mplot3d
* Mulidimensional Graphs with Plotly

* Pi
* Finds the frequency of the digits within PI

* Probabilty
* Dependent v. Independent

* Recursion
* Fibonnaci Numbers
* Factorials

* Statistics
* Normal Models
* Best Fit

* Series
* Finding the Nth term and Sum of geometric and arithmetic sequences

Looking to add stuff on Calculus in the future.