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
Root Finding Methods: Secant and Newton's Methods
Graph Chatbot
Related lectures (27)
Previous
Page 2 of 3
Next
Iterative Methods for Nonlinear Equations
Explores iterative methods for solving nonlinear equations, discussing convergence properties and implementation details.
Numerical Methods: Bisection and Multidimensional Arrays
Discusses the bisection method for solving nonlinear equations and its implementation using Python with NumPy and Matplotlib.
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 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 Analysis: Nonlinear Equations
Covers algorithms for solving mathematical problems approximately using a computer, including nonlinear equations and numerical approximation methods.
Differentiable Functions and Lagrange Multipliers
Covers differentiable functions, extreme points, and the Lagrange multiplier method for optimization.
Newton's Method: Fixed Point Iterative Approach
Covers Newton's method for finding zeros of functions through fixed point iteration and discusses convergence properties.
Applications of Theorems
Demonstrates the practical application of theorems in calculus through two clever examples.
Numerical Analysis: Newton's Method
Explores Newton's method for finding roots of nonlinear equations and its interpretation as a second-order method.
Integration by Substitution
Explores integration by substitution with proofs and examples on anti-derivatives and function equivalence.