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
- Host: GitHub
- URL: https://github.com/schmitzandrew/math_in_python
- Owner: SchmitzAndrew
- Created: 2021-02-14T05:56:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T04:53:14.000Z (over 4 years ago)
- Last Synced: 2025-10-14T19:06:24.510Z (2 months ago)
- Topics: math, numpy, python
- Language: Python
- Homepage:
- Size: 30 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.