Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.
-
Updated
Oct 9, 2024 - Jupyter Notebook
Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.
In numerical analysis, Newton's method, also known as the Newton–Raphson method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real-valued function.
Решение нелинейных уравнений методом Ньютона, хорд и простых итераций
Simple-Iteration-Method
Simple_iteration_method | Metoda iteracji prostej
Finds first root in the given range using newton, simple iterations or scanning methods
Workshop on the course "Numerical Methods" at V. N. Karazin Kharkiv National University
Add a description, image, and links to the simple-iteration topic page so that developers can more easily learn about it.
To associate your repository with the simple-iteration topic, visit your repo's landing page and select "manage topics."