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: Order 2
Graph Chatbot
Related lectures (29)
Previous
Page 2 of 3
Next
Newton's Method: Convergence
Explores the convergence of Newton's method for solving nonlinear equations and the importance of selecting appropriate initial guesses.
Linear Systems: Convergence and Methods
Explores linear systems, convergence, and solving methods with a focus on CPU time and memory requirements.
Root Finding Methods: Bisection and Secant Techniques
Covers root-finding methods, focusing on the bisection and secant techniques, their implementations, and comparisons of their convergence rates.
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.
Numerical Analysis: Stability in ODEs
Covers the stability analysis of ODEs using numerical methods and discusses stability conditions.
Optimization Methods: Theory Discussion
Explores optimization methods, including unconstrained problems, linear programming, and heuristic approaches.
Jacobi and Gauss-Seidel methods
Explains the Jacobi and Gauss-Seidel methods for solving linear systems iteratively.
Iterative Methods for Nonlinear Equations
Explores iterative methods for solving nonlinear equations, discussing convergence properties and implementation details.
Newton's Method: Convergence Analysis
Explores the convergence analysis of Newton's method for solving nonlinear equations, discussing linear and quadratic convergence properties.