Skip to Content

Linear Algebra

Take the matrix with columns 1,11, 1 and 2,0-2, 0 (Matrix M1M_1) and another matrix with columns 0,10, 1 and 2,02, 0 (Matrix M2M_2). Determine the matrix that represents the total effect of applying M1M_1 then M2M_2 as a single transformation. Solve this without visual aids, using only the numerical entries in each matrix.

Multiply the 2x3 matrix A with the 3x2 matrix B using the row-column rule to obtain the 2x2 matrix AB.

Given a matrix, for an element aija_{ij}, determine its minor by excluding its row and column, and calculate its cofactor using (1)i+j×minor(-1)^{i+j} \times \text{minor}.

Find the minor for the 3rd row and 2nd column in a given 3x3 matrix A.

Find the cofactor for the 2nd row and 3rd column in a given matrix A.

Determine the column space of the given matrix AA.

Determine the null space of the given matrix AA by solving AX=0AX = 0.

Consider a matrix AA and determine the column space, which is the set of all vectors b\mathbf{b} such that there exists a vector x\mathbf{x} where Ax=bA\mathbf{x} = \mathbf{b}.

Solve for x\mathbf{x} such that Ax=0A\mathbf{x} = \mathbf{0} to determine the null space of the matrix AA.

Let W be the subspace of R2\mathbb{R}^2 spanned by (1, 1). Find the orthogonal projection P1P_1 from R2\mathbb{R}^2 to W and the orthogonal projection P2P_2 from R2\mathbb{R}^2 to the orthogonal complement of W.

Verify that the orthogonal projections P1P_1 and P2P_2 satisfy the properties of orthogonal projection: P2=PP^2 = P, P=PTP = P^T, P1+P2=IP_1 + P_2 = I, and P1P2=P2P1=0P_1P_2 = P_2P_1 = 0.

Decompose (1, 0) along (1, 1) using the orthogonal projections P1P_1 and P2P_2.

Given a vector u\mathbf{u} and another nonzero vector a\mathbf{a} in R3\mathbb{R}^3, find the vector component of u\mathbf{u} along a\mathbf{a} and the vector component of u\mathbf{u} orthogonal to a\mathbf{a}.

Let B be a set of vectors v1,v2,,vkv_1, v_2, \ldots, v_k such that all vectors in B have length 1 (vi=1)(\|\|v_i\|\| = 1) for all ii and are orthogonal to each other (vivj=0)(v_i \cdot v_j = 0) for iji \ne j. Show that B is an orthonormal set and prove that B is also linearly independent.

Given the vectors v1=(13,23,23)v_1 = \left(\frac{1}{3}, \frac{2}{3}, \frac{2}{3}\right) and v2=(23,13,23)v_2 = \left(\frac{2}{3}, \frac{1}{3}, -\frac{2}{3}\right), determine if they form an orthonormal set in R3\mathbb{R}^3.

Show that the given vectors form an orthogonal basis for R3\mathbb{R}^3. Then, express the given vector w\mathbf{w} as a linear combination of these basis vectors. Give the coordinates of vector w\mathbf{w} with respect to the orthogonal basis.

Find the dimension of the image of matrix A and the dimension of the kernel of matrix A.

Given a 2x2 matrix where one column is a linear multiple of the other, find the rank and nullity of the matrix.

Given a matrix, perform row reduction to determine the rank and nullity, ensuring the rank plus nullity equals the number of columns in the matrix.

Given a 4x5 matrix A=(12021011100001100000)A = \begin{pmatrix} 1 & 2 & 0 & 2 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 & 0 \end{pmatrix}, find the rank and nullity of AA.