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
Fixed Point Theorem: Convergence of Newton's Method
Graph Chatbot
Related lectures (30)
Previous
Page 3 of 3
Next
Numerical Analysis: Advanced Topics
Covers advanced topics in numerical analysis, focusing on techniques for solving complex mathematical problems.
Higher Order Methods: Iterative Techniques
Covers higher order methods for solving equations iteratively, including fixed point methods and Newton's 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.
Numerics: semester project
Covers the semester project on numerics, focusing on adaptive algorithms and multistep methods.
Attack on RSA using LLL
Covers Coppersmith's method for attacking RSA encryption by efficiently finding small roots of polynomials modulo N.
Newton's Method: Convergence Analysis
Explores the convergence analysis of Newton's method for solving nonlinear equations, discussing linear and quadratic convergence properties.
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.
Numerical Methods: Stopping Criteria, SciPy, and Matplotlib
Discusses numerical methods, focusing on stopping criteria, SciPy for optimization, and data visualization with Matplotlib.
Picard Method: Fixed Point Iterative Technique
Covers the Picard method for solving nonlinear equations using fixed point iteration.
Newton's Method: Order 2
Explains Newton's method of order 2 for finding function zeros.