Nieuws

Solving Linear Systems (NumPy) Most linear algebra courses start by considering how to solve a system of linear equations.
Learn how to use inverse operations to find the value of an unknown variable in an equation, so that the value is true.
The most famous quantum linear system solving algorithm is the Harrow-Hassidim-Lloyd (HHL) algorithm, which accelerates the solution of linear systems through quantum superposition and interference.
If the matrix is symmetric, this splitting is combined with the conjugate-gradient method to provide a fast iterative solution algorithm. Comparisons have been made with other well-known methods. In ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...