Skip to content

lawrenceozoigbo/Mathematical-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical-Algorithms

Functions for mathematical algorithms in Python

integrals.py

Expects f and g to be passed-in functions with the form:

def f(x):
    return expression

For example, if we were to create a quadratic function with arbitrary translations:

quadratic(x):
    return x**2-x+4

About

Functions for mathematical algorithms in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages