Various algorithms from math classes implemented in Python 3.
Go to file
Sven Vogel 61ad1fefef added lagrange polynom calculation 2023-11-21 11:35:58 +01:00
.idea finished newton polynom 2023-04-25 16:27:32 +02:00
fixpoint_approximation added several modules 2023-04-25 15:37:03 +02:00
integral_approximation added integral approximation 2023-05-22 18:16:45 +02:00
lagrange added lagrange polynom calculation 2023-11-21 11:35:58 +01:00
linear_approximation added several modules 2023-04-25 15:37:03 +02:00
matrix added matrix 2023-04-27 14:25:57 +02:00
newton_polynom added zero point approximation 2023-04-25 19:18:06 +02:00
taylor_sine_approx added taylor series sine approximation 2023-05-22 17:56:31 +02:00
zero_point_approximation added zero point approximation 2023-04-25 19:18:06 +02:00
.gitignore Initial commit 2023-04-25 13:27:17 +00:00
LICENSE Initial commit 2023-04-25 13:27:17 +00:00
README.md Initial commit 2023-04-25 13:27:17 +00:00
main.py added lagrange polynom calculation 2023-11-21 11:35:58 +01:00

README.md

math_algorithms

Various algorithms from math classes implemented in Python 3.