News

Brief Description of Course Content Introduces the fundamentals of linear algebra in the context of computer science applications. Includes vector spaces, matrices, linear systems, and eigenvalues.
The central goals of most introductory linear algebra courses are to develop students' proficiency with matrix techniques, to promote their understanding of key concepts, and to increase their ability ...
If img is an image then we can apply a matrix transformation A to the pixel at location (i, j) by A @ img[i,j,:] This is a matrix-vector product. Alternatively, if we are viewing the rgb vector as a ...