A script writen to aprroximate functions with polynomial using Taylor's series
Simply enter function of x, then the approximation accuracy you want to get. The bigger degree of polynomial the higher accuracy you'll get, when the degree is infinity the Taylor's polynomial is equal to function. Then enter the point on x-axis around which the function will be approximated.
While using app remember of SymPy functions notation:
- Instead of a^b use a**b
- For mathematical constant instaed of using e or π use their approximated value
- Always use functions of x
- Remember not to approximate functions around the point that value of function doesn't exist
It's recomended to check radius of convergence on your own in Desmos