Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Linear Transformations

21

Flashcards

0/21

Still learning
StarStarStarStar

Composition of Linear Transformations

StarStarStarStar

The composition of two linear transformations T1:UVT_1: U \rightarrow V and T2:VWT_2: V \rightarrow W is a linear transformation T2T1:UWT_2 \circ T_1: U \rightarrow W defined by (T2T1)(u)=T2(T1(u))(T_2 \circ T_1)(u) = T_2(T_1(u)), for all uUu \in U. Example: If T1(x)=AxT_1(\vec{x}) = A\vec{x} and T2(y)=ByT_2(\vec{y}) = B\vec{y}, then (T2T1)(x)=BAx(T_2 \circ T_1)(\vec{x}) = BA\vec{x}.

StarStarStarStar

Matrix Representation of a Linear Transformation

StarStarStarStar

For a linear transformation T:RnRmT: \mathbb{R}^n \rightarrow \mathbb{R}^m, its matrix representation [T][T] is an m×nm \times n matrix such that T(x)=[T]xT(\vec{x}) = [T]\vec{x} for all xRn\vec{x} \in \mathbb{R}^n. Example: A rotation in R2\mathbb{R}^2 can be represented by [T]=[cos(θ)sin(θ)sin(θ)cos(θ)][T] = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix}.

StarStarStarStar

Reflection Transformation

StarStarStarStar

A reflection transformation is a linear transformation that flips a vector across a subspace. Example: Reflection in R2\mathbb{R}^2 across the x-axis is given by T(x)=[1001]xT(\vec{x}) = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} \vec{x}.

StarStarStarStar

Isomorphism

StarStarStarStar

A linear transformation T:VWT: V \rightarrow W is an isomorphism if T is both injective (one-to-one) and surjective (onto), hence invertible. Example: Rn\mathbb{R}^n to Rn\mathbb{R}^n, where T(x)=AxT(\vec{x}) = A\vec{x} and AA is an invertible matrix.

StarStarStarStar

Rank-Nullity Theorem

StarStarStarStar

The rank-nullity theorem states that for a linear transformation T:VWT: V \rightarrow W, the dimension of V is the sum of the rank of T and the nullity of T (dimension of the kernel): dim(V)=rank(T)+nullity(T)\text{dim}(V) = \text{rank}(T) + \text{nullity}(T). Example: For a matrix ARn×mA \in \mathbb{R}^{n \times m}, dim(Rm)=rank(A)+nullity(A)\text{dim}({\mathbb{R}^m}) = \text{rank}(A) + \text{nullity}(A).

StarStarStarStar

Image of a Linear Transformation

StarStarStarStar

The image of a linear transformation T:VWT: V \rightarrow W is the set of all vectors in W that are T(v)T(v) for some vVv \in V. Example: For linear map T(x)=AxT(\vec{x}) = A\vec{x}, the image is the span of the columns of AA.

StarStarStarStar

Matrix Determinant

StarStarStarStar

The determinant of a square matrix AA, representing a linear transformation T:VVT: V \rightarrow V, is a scalar value that provides information about the linear transformation, including whether it is invertible (non-zero determinant). Example: For matrix AA, if det(A)0\det(A) \neq 0, then T is invertible.

StarStarStarStar

Homothety

StarStarStarStar

A homothety, or dilation, is a linear transformation that enlarges or diminishes the size of an object without altering its shape. Example: Scaling by a factor kk in R2\mathbb{R}^2 can be represented by T(x)=kxT(\vec{x}) = k\vec{x} or in matrix form by A=kIA = kI.

StarStarStarStar

Linear Transformation

StarStarStarStar

A mapping T:VWT: V \rightarrow W between two vector spaces V and W over the same field is called a linear transformation if for all vectors u,vVu, v \in V and any scalar cc, the two properties hold: T(u+v)=T(u)+T(v)T(u + v) = T(u) + T(v) and T(cu)=cT(u)T(cu) = cT(u). Example: T(x)=AxT(\vec{x}) = A\vec{x} where AA is a matrix.

StarStarStarStar

Matrix Trace

StarStarStarStar

The trace of a square matrix AA, representing a linear transformation T:VVT: V \rightarrow V, is the sum of the diagonal entries of AA. Example: For A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, the trace is 1+4=51 + 4 = 5.

StarStarStarStar

Eigenvalue

StarStarStarStar

For a linear transformation T:VVT: V \rightarrow V, an eigenvalue λ\lambda is a scalar such that there exists a non-zero vector vV\vec{v} \in V with T(v)=λvT(\vec{v}) = \lambda \vec{v}. Example: For matrix AA, if Av=λvA\vec{v} = \lambda \vec{v}, then λ\lambda is an eigenvalue of AA.

StarStarStarStar

Projection

StarStarStarStar

A linear transformation T:VVT: V \rightarrow V is a projection if T2=TT^2 = T. It projects vectors onto a subspace of V. Example: Projection onto a line in R2\mathbb{R}^2 given by T(x)=xaaaaT(\vec{x}) = \frac{\vec{x} \cdot \vec{a}}{\vec{a} \cdot \vec{a}} \vec{a}, where a\vec{a} is a vector on the line.

StarStarStarStar

Rotation Transformation

StarStarStarStar

A rotation transformation is a linear transformation that rotates vectors in a plane about the origin or a fixed point. Example: In R2\mathbb{R}^2, rotation by θ\theta is given by T(x)=[cos(θ)sin(θ)sin(θ)cos(θ)]xT(\vec{x}) = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix} \vec{x}.

StarStarStarStar

Kernel of a Linear Transformation

StarStarStarStar

The kernel of a linear transformation T:VWT: V \rightarrow W is the set of all vectors vVv \in V such that T(v)=0T(v) = \vec{0}. Example: For T(x)=AxT(\vec{x}) = A\vec{x}, the kernel is all x\vec{x} that satisfy Ax=0A\vec{x} = \vec{0}.

StarStarStarStar

Eigenvector

StarStarStarStar

An eigenvector of a linear transformation T:VVT: V \rightarrow V is a non-zero vector vV\vec{v} \in V that satisfies T(v)=λvT(\vec{v}) = \lambda \vec{v} for some scalar λ\lambda, which is the associated eigenvalue. Example: For matrix AA, if Av=λvA\vec{v} = \lambda \vec{v}, then v\vec{v} is an eigenvector of AA.

StarStarStarStar

Eigenbasis

StarStarStarStar

An eigenbasis of a linear transformation T:VVT: V \rightarrow V is a basis for V consisting of eigenvectors of T. Example: If matrix AA has nn linearly independent eigenvectors, they form an eigenbasis for Rn\mathbb{R}^n.

StarStarStarStar

Inverse of a Linear Transformation

StarStarStarStar

A linear transformation T:VWT: V \rightarrow W has an inverse T1:WVT^{-1}: W \rightarrow V if there exists a map T1T^{-1} such that T1(T(v))=vT^{-1}(T(v)) = v for all vVv \in V and T(T1(w))=wT(T^{-1}(w)) = w for all wWw \in W. Example: If T(x)=AxT(\vec{x}) = A\vec{x} is invertible, then T1(y)=A1yT^{-1}(\vec{y}) = A^{-1}\vec{y}.

StarStarStarStar

Linear Functional

StarStarStarStar

A linear functional is a linear transformation from a vector space V to its field of scalars. Example: For Rn\mathbb{R}^n, any linear map that takes a vector x\vec{x} to a single real number (like a dot product with a fixed vector).

StarStarStarStar

Diagonalizability

StarStarStarStar

A linear transformation T:VVT: V \rightarrow V is diagonalizable if there exists a basis for V consisting of eigenvectors of T, making the matrix representation of T a diagonal matrix. Example: If matrix AA has nn independent eigenvectors, it is diagonalizable.

StarStarStarStar

Orthogonal Matrix

StarStarStarStar

A matrix AA is an orthogonal matrix if ATA=IA^TA = I, which means its rows and columns are orthogonal unit vectors. It represents a linear transformation that preserves lengths and angles. Example: Rotation matrices in R2\mathbb{R}^2 and R3\mathbb{R}^3.

StarStarStarStar

Shear Transformation

StarStarStarStar

A shear transformation is a linear transformation that displaces each point in fixed direction, without altering points on a line parallel to that direction. Example: Shear in R2\mathbb{R}^2 can be represented by T(x)=[1k01]xT(\vec{x}) = \begin{bmatrix} 1 & k \\ 0 & 1 \end{bmatrix} \vec{x}, where kk is a constant.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.