B’ [computes the transpose of ]
rref(A) [finds the reduced echelon form of ]
rank(A) [finds the rank of ]
poly(A) [finds the coefficients of the characteristic polynomial of square matrix A]
eig(A) [finds the eigenvalues of square matrix , in a list]
jordan(A) [finds the Jordan canonical form of ]
[W,D]=eig(A) [gives a matrix W with columns that are eigenvectors of and diagonal matrix D]
A [computes the matrix product ]
A. [creates matrix by squaring each entry of ; note dot]
A*B [calculates the matrix product ]
expm(A) [calculates the matrix exponential of ]
exp(A) [calculates the matrix formed by taking the exponential of each entry of ]
syms x [introduces algebraic variable ]