News

SIAM Journal on Numerical Analysis, Vol. 20, No. 2 (Apr., 1983), pp. 345-357 (13 pages) We consider a class of iterative algorithms for solving systems of linear equations where the coefficient matrix ...
This is a preview. Log in through your library . Abstract Matrix Riccati Differential Equations (MRDEs) X′ = A 21 - XA 11 + A 22 X - XA 12 X, X(0) = X0, where A ij ≡ A ij (t), appear frequently ...
Introduces the theory and applications of dynamical systems through solutions to differential equations.Covers existence and uniqueness theory, local stability properties, qualitative analysis, global ...
Most linear algebra courses start by considering how to solve a system of linear equations. \[ \begin{align} a_{0,0}x_0 + a_{0,1}x_0 + \cdots a_{0,n-1}x_0 & = b_0 ...
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 ...
Sometimes, it’s easy for a computer to predict the future. Simple phenomena, such as how sap flows down a tree trunk, are straightforward and can be captured in a few lines of code using what ...