You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To notate transcendental function to polynomial function, I used python to make Taylor expansion algorithm with sympy module. Also, by using matplotlib.pyplot I showed function and o(n) which is approximate function in n-power in x-y grid.
About
To notate transcendental function to polynomial function, I used python to make Taylor expansion algorithm with sympy module. Also, by using matplotlib.pyplot I showed function and o(n) which is approximate function in n-power in x-y grid.