Skip to Content

Linear Algebra

Given this matrix AA, find the eigenvector corresponding to the eigenvalue λ=3\lambda = 3.

Find the inverse of the given 3x3 matrix AA using the elementary row operation method.

Solve the system of linear equations using the Gauss-Jordan elimination method.

Solve the following system of equations using Gauss-Jordan elimination: \begin{align*} 2x - 5y &= 15 \\ 3x + y &= 31 \end{align*}

Using Gaussian elimination, solve the system of linear equations represented by the matrix.

Solve the given system of two equations with two variables using the Gaussian elimination method.

For the transformation, identify all vectors that fall on the line y=2xy = -2x and are transformed to the zero vector, and describe the image set which consists of vectors that land on the line y=xy = x.

Explain the concept of Hilbert space in the context of quantum mechanics.

Consider the linear transformation that maps R3\mathbb{R}^3 to R2\mathbb{R}^2 given by L(v)=(v1,v2v3)L(v) = (v_1, v_2 - v_3). Find the image of the subspace of R3\mathbb{R}^3 given by the vectors of length 3 where the second element is two times the first element, and the third element is 0.

Consider the linear transformation that maps R3\mathbb{R}^3 to R2\mathbb{R}^2 given by L(v)=(v1,v2v3)L(v) = (v_1, v_2 - v_3). Find the kernel of this transformation.

Find the kernel and range of the differentiation operator on P2P_2. Specifically, for the linear transformation DD from the vector space of polynomials of degree two or less (P2P_2) to the vector space of polynomials of degree one or less (P1P_1), determine the kernel and range.

Find the quadratic equation through the origin that is a best fit for these three points: (1,1)(1, 1), (2,5)(2, 5), and (1,2)(-1, -2).

Find the vector x^\hat{x} such that Ax^A\hat{x} is the closest to bb using the least squares approximation.

Find the least squares approximating line for the set of four points (1, 3), (2, 4), (5, 5), and (6, 10).

Imagine that you have a set of data points in xx and yy, and you want to find the line that best fits the data. This is also called regression.

Using the least squares method, solve for the best-fit line given a set of data points.

Given vectors V1=[125]V_1 = \begin{bmatrix} 1 \\ -2 \\ -5 \end{bmatrix}, V2=[256]V_2 = \begin{bmatrix} 2 \\ 5 \\ 6 \end{bmatrix}, and B=[743]B = \begin{bmatrix} 7 \\ 4 \\ -3 \end{bmatrix}, determine if there exist scalars x1x_1 and x2x_2 such that x1V1+x2V2=Bx_1 V_1 + x_2 V_2 = B.

Are the vectors v1=(1,2,3)\mathbf{v}_1 = (1, 2, 3), v2=(2,1,4)\mathbf{v}_2 = (2, -1, 4), and v3=(0,5,2)\mathbf{v}_3 = (0, 5, 2) linearly independent?

Find an XX in R2\mathbb{R}^2 so that the image of XX is (325)\begin{pmatrix} 3 \\ 2 \\ -5 \end{pmatrix}.