Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical Approximations and Visualizations

GitHub last commit GitHub issues GitHub pull requests GitHub GitHub stars Python Version

A comprehensive collection of numerical approximation methods including Taylor and Pade series, enhanced with interactive visualizations to aid in educational and research applications.

Features

  • Taylor Series Approximation: Calculate and visualize Taylor series for various functions.
  • Pade Approximation: Implement and compare Pade approximation against standard functions.
  • Interactive Visualizations: Utilize Python's plotting libraries to see how approximations converge to the actual functions.

Installation

Clone the repository and install the required packages:

git clone https://github.com/gioda/FunctionApproxToolkit.git
cd FunctionApproxToolkit
pip install -r requirements.txt

Usage

Run the main script to see examples of function approximations:

python main.py

Plotting Examples

You can generate plots for any supported function by modifying the main.py file to include the function of your interest.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request or open an issue for any bugs or feature requests.

# Clone the repository
git clone https://github.com/gioda/FunctionApproxToolkit.git
# Create a new branch
git checkout -b feature_branch_name
# Make your changes
# Commit your changes
git commit -am 'Add some feature'
# Push to the branch
git push origin feature_branch_name

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

  • Hat tip to anyone whose code was used
  • ...

Contact

Giovanni Dalmasso - @giodalmasso - gio.dalmasso@gmail.com

Project Link: https://github.com/gioda/FunctionApproxToolkit

About

A comprehensive collection of numerical approximation methods including Taylor and Pade series, enhanced with interactive visualizations to aid in educational and research applications.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages