June 2019
Beginner
553 pages
17h 41m
English
To compute the eigenvalues of a square matrix A, we need only type eig(A). The eigenvectors and eigenvalues can be computed by setting
Similarly, we can compute the determinant, inverse, condition number, norm, and rank of a matrix with simple one-word commands. Matrix factorizations such as the LU, QR, Cholesky, Schur decomposition, and singular value decomposition can be computed with a single command. For example, the command
will produce an orthogonal (or unitary) matrix Q and an upper triangular matrix R, with the same dimensions as A, such that .
Read now
Unlock full access