News

Computations that involve matrix algorithms are happening everywhere in the world at every moment in time, whether these be embedded in the training of neural networks in data science, in computer ...
Introduces the fundamentals of linear algebra in the context of computer science applications. Includes vector spaces, matrices, linear systems, and eigenvalues. Includes the basics of floating point ...
Introduces ordinary differential equations, systems of linear equations, matrices, determinants, vector spaces, linear transformations, and systems of linear differential equations. Prereq., APPM 1360 ...
If \(A\) is a \(3\times 3\) matrix then we can apply a linear transformation to each rgb vector via matrix multiplication, where \([r,g,b]\) are the original values ...
Understanding and implementation of algorithms to calculate matrix decompositions such as eigenvalue/vector, LU, QR, and SVD decompositions. Applications include data-fitting, image analysis, and ...
It consists of the linear algebra part of MA212, covering the following topics: Vector spaces and dimension. Linear transformations, kernel and image. Real inner products. Orthogonal matrices, and the ...