Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Newton's Method: Convergence and Applications
Graph Chatbot
Related lectures (27)
Previous
Page 2 of 3
Next
Numerical Analysis: Nonlinear Equations
Explores the numerical analysis of nonlinear equations, focusing on convergence criteria and methods like bisection and fixed-point iteration.
Numerical Analysis: Newton's Method
Explores Newton's method for finding roots of nonlinear equations and its interpretation as a second-order method.
Vectorization in Python: Efficient Computation with Numpy
Covers vectorization in Python using Numpy for efficient scientific computing, emphasizing the benefits of avoiding for loops and demonstrating practical applications.
Numerical Methods: Iterative Techniques
Covers open methods, Newton-Raphson, and secant method for iterative solutions in numerical methods.
Newton Method: Data Interpolation
Covers the Newton method for finding zeros of functions using data interpolation.
Convergence of Fixed Point Methods
Explores the convergence of fixed point methods and the implications of different convergence rates.
Numerical Analysis: Introduction to Computational Methods
Covers the basics of numerical analysis and computational methods using Python, focusing on algorithms and practical applications in mathematics.
Newton's Method: Order 2
Explains Newton's method of order 2 for finding function zeros.
Python Complement: Numpy, Scipy, Matplotlib
Covers advanced Python topics like numpy operations, scipy linear algebra, and matplotlib for creating figures.
Newton's Method: Convergence and Criteria
Explores the Newton method for non-linear equations, discussing convergence criteria and stopping conditions.