NUS MA2001 Linear Algebra I Tutorial 5
NUS MA2001 Linear Algebra I Tutorial 5
Since \( Ax = Bx \) is equivalent to \( (A-B)x = 0 \), this condition outlines the kernel (null space) of the matrix \( A-B \). The kernel of any matrix is a subspace because it includes the zero vector (since \( (A-B)0 = 0 \)), is closed under addition \( (A-B)(x+y) = (A-B)x + (A-B)y = 0 + 0 = 0 \), and scalar multiplication \( (A-B)(cx) = c((A-B)x) = c0 = 0 \). Therefore, \( \{ x \mid Ax = Bx \} \) is a subspace .
The existence of \( BX = I_n \) is inferred because the rows of \( B \), being linearly independent, allow \( B \) to operate as an injective map onto \( \mathbb{R}^n \). By aligning \( B \) with transformations that convert it into its reduced row echelon form, \( BX = I_n \) ensures that \( X \) reconstructs the identity matrix from \( n \) linearly independent transformations, verifying the surjectivity of this combination. Thus \( B \) has a right inverse \( X \) due to its full column rank .
For a matrix \( A \) where \( A^2 = 0 \), it must have zero eigenvalues because \( A^2v = \lambda^2 v = 0 \) for \( v \neq 0 \). Since \( \lambda^2 = 0 \) implies \( \lambda = 0 \), all eigenvalues of \( A \) must be zero. Additionally, \( A \) is not diagonalizable due to its nilpotent nature and requires generalized eigenvectors to form a basis, reflecting its effect on the geometric multiplicity .
If \( A^2 = 0 \), then \( A \) is a nilpotent matrix. To show there exists a non-zero vector \( v \) such that \( Av \neq 0 \), use proof by contradiction: assume all vectors \( v \) satisfy \( Av = 0 \). Then, \( (Av)A = 0 \) implies \( A^2v = 0 \). However, since \( A^2 = 0 \), \( A \) must not be the zero matrix, contradicting the assumption that \( Av = 0 \) for all non-zero \( v \). Hence, such a \( v \) must exist .
Assume \( \{ v, Av \} \) is linearly dependent; then there exist scalars \( a \) and \( b \), not both zero, such that \( av + bAv = 0 \). If \( b \neq 0 \), then \( Av = -\frac{a}{b}v \). Applying \( A \) again gives \( A^2v = -\frac{a}{b}Av = -\frac{a}{b}(-\frac{a}{b})v \), leading to \( A^2v = 0 \), which agrees with \( A^2 = 0 \). However, this requires \( Av = 0 \) contradicting \( Av \neq 0 \). Thus, \( v \) and \( Av \) must be linearly independent .
Since the rows of \( B \) are linearly independent, they span an \( n \)-dimensional space. When \( B \) is transformed to its reduced row echelon form \( R \), the pivot positions (leading 1s) must be present in each row to maintain linear independence and span the same space. Zero rows would indicate dependence among the original rows, which contradicts the given linear independence .
The consistency of \( Bx = e_i \) for each standard basis vector \( e_i \) indicates the existence of a solution \( x \) for each basis vector. This means there exists a matrix \( X \) such that \( BX = I_n \), where \( I_n \) is the identity matrix. A matrix \( X \) fulfilling \( BX = I_n \) is a right inverse of \( B \), confirming that \( B \) has full row rank (linearly independent rows) and allows \( X \) to satisfy this condition .
To determine if \( \{(1, -1, 1), (2, 2, 2)\} \) is linearly independent, assume a linear combination \( c_1(1, -1, 1) + c_2(2, 2, 2) = (0, 0, 0) \). This forms the system of equations \( c_1 + 2c_2 = 0 \), \( -c_1 + 2c_2 = 0 \), and \( c_1 + 2c_2 = 0 \). Solving this system shows that \( c_1 = 0 \) and \( c_2 = 0 \) are the only solutions, indicating the set is linearly dependent as the equations are inconsistent unless \( c_1 \) and \( c_2 \) are zero .
A subset \( S \) of \( \mathbb{R}^n \) is a subspace if it includes the zero vector, is closed under vector addition, and closed under scalar multiplication. The subset \( \{(a, a+1, a+2, a+3) \mid a \in \mathbb{R} \} \) cannot be a subspace because it does not include the zero vector (0,0,0,0). This subset's vectors are of the form \( (a, a+1, a+2, a+3) \), which would require \(a = 0\) to produce the zero vector, \((0,0,0,0) = (0, 1, 2, 3)\), which is not satisfied .
To show \( W_A \) is a subspace, verify three conditions: it contains the zero vector, is closed under addition, and is closed under scalar multiplication. Firstly, \( A0 = 2(0) = 0 \), so \( 0 \in W_A \). For closure under addition, if \( u, v \in W_A \), then \( Au = 2u \) and \( Av = 2v \) imply \( A(u+v) = Au + Av = 2u + 2v = 2(u+v) \). For closure under scalar multiplication, if \( u \in W_A \) and \( c \) is a scalar, \( A(cu) = cAu = c(2u) = 2(cu) \). Hence, \( W_A \) is a subspace .