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
Vectorization in Python: Efficient Computation with Numpy
Graph Chatbot
Related lectures (27)
Previous
Page 1 of 3
Next
Numerical Analysis: Linear Systems
Covers the analysis of linear systems, focusing on methods such as Jacobi and Richardson for solving linear equations.
Numerical Methods: Bisection and Multidimensional Arrays
Discusses the bisection method for solving nonlinear equations and its implementation using Python with NumPy and Matplotlib.
Numerical Methods: Stopping Criteria, SciPy, and Matplotlib
Discusses numerical methods, focusing on stopping criteria, SciPy for optimization, and data visualization with Matplotlib.
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.
Introduction to NumPy: Basics of Scientific Computing
Introduces NumPy, focusing on array creation, manipulation, and its advantages for scientific computing.
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.
NumPy Arrays and Graphical Representations: Introduction
Covers NumPy arrays and their graphical representations using Matplotlib, focusing on array creation, manipulation, and visualization techniques.
Jacobi and Gauss-Seidel methods
Explains the Jacobi and Gauss-Seidel methods for solving linear systems iteratively.
Linear Systems: Direct Methods
Covers the formulation of linear systems, direct and iterative methods for solving them, and the cost of LU factorization.
Linear Systems: Iterative Methods
Covers iterative methods for solving linear systems, including Jacobi and Gauss-Seidel methods.