<- previous    index    next ->

Lecture 4.5 taylor series fit and math functions


If you need to implement some math functions for the programming language
you are using. You will typically implement a math function using
a series or taylor series.

trig_series.py3 source code
trig_series_py3.out output
test_trig_series.py3 source code
test_trig_series_py3.out output

Taylor series for many trig math functions are here
 
math.series


asinh3.py3
asinh3_py3.out


acosh3.py3
acosh3_py3.out


atanh3.py3
atanh3_py3.out





updated 7/25/2021

    <- previous    index    next ->