Linear Algebra Problems & Solutions: Determinants, Cramer's Rule, Transformations, Exams of Linear Algebra

Solutions to various problems related to linear algebra, including the properties of determinants, cramer's rule, linear transformations, and change of basis. The problems involve finding the determinant of a skew-symmetric matrix, solving linear systems using cramer's rule, determining whether a polynomial is in the range of a linear transformation, finding a basis for the range and kernel of a linear transformation, and finding the transition matrix between two ordered bases.

Typology: Exams

2012/2013

Uploaded on 02/12/2013

padmini
padmini 🇮🇳

4.4

(207)

175 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MT210 TEST 3 SAMPLE 4
ILKER S. YUCE
APRIL 19, 2011
SURNAME, NAME:
QUESTION 1. THE PROPERTIES OF DETERMINANTS
An n×nmatrix A is called skew-symmetric if At=A. Show that if Ais skew-symmetric and nis an
odd positive integer, then Ais not invertible.
ANSWER
By the properties of determinant, det (At) = det(A)Ñdet(A) = det(A)Ñdet(A) = (1)nd et(A)Ñ
det(A) = det(A). So, we get det(A)=0which implies that Ais not invertible. Note that Ameans that
EVERY ROW of Ais multiplied by -1.
1
pf3
pf4
pf5

Partial preview of the text

Download Linear Algebra Problems & Solutions: Determinants, Cramer's Rule, Transformations and more Exams Linear Algebra in PDF only on Docsity!

MT210 TEST 3 SAMPLE 4

ILKER S. YUCE

APRIL 19, 2011

SURNAME, NAME:

QUESTION 1. THE PROPERTIES OF DETERMINANTS

An n × n matrix A is called skew-symmetric if A

t = −A. Show that if A is skew-symmetric and n is an

odd positive integer, then A is not invertible.

ANSWER

By the properties of determinant, det ( A

t ) = det ( −A ) Ñ det ( A ) = det ( −A ) Ñ det ( A ) = ( 1)

n det ( A ) Ñ

det ( A ) = −det ( A ). So, we get det ( A ) = 0 which implies that A is not invertible. Note that −A means that

EVERY ROW of A is multiplied by -1.

QUESTION 2. CRAMER’S RULE, VOLUME, AND LINEAR TRANSFORMATIONS

Solve the linear system using Cramer’s Rule:

x 1 + 2 x 2 + 3 x 3 = 6

2 x 2 + 3 x 3 = 5

x 3 = 1

ANSWER

x 1 =

x 2 =

x 3 =

Therefore, (1 , 1 , 1) is the solution of the given system.

QUESTION 4. LINEARLY INDEPENDENT SETS; BASES

For which a ′ s ∈ R the set of polynomials { p 1 , p 2 , p 3 } is linearly independent in P 2 where

p 1 ( x ) = a, p 2 ( x ) = 2 + ( a − 4) x, p 3 ( x ) = 1 + 2 x + ( a − 1) x

2 .

ANSWER

Consider P 2 with the standard basis. Then p 1 ( a, 0 , 0), p 2 ( 2 , a − 4 , 0), p 3 (1 , 2 , a − 1). We get

A =

a − 2 1

0 a − 4 2

0 0 a − 1

The set { p 1 , p 2 , p 3 } is linearly independent if and only if the columns of A are linearly independent, i.e.,

det ( A ) ̸ = 0. Assume that det( A ) = 0. Then we derive that a = 0 or a = 4 or a = 1. So the given

polynomials are linearly independent for every value of a except 0 , 1 , 4.

QUESTION 5. RANK

Suppose T : R 6 Ï R 4 is a linear transformation so that the standard matrix of T is

a. Find the range of T.

b. Find the kernel of T.

c. Find dim ( R ( T )).

d. Find dim ( N ( T )).

e. Show that the Rank Theorem holds.

ANSWER

(a) We reduce the given matrix: 

Range ( T ) = {c 1 (1 , 2 , 1 , 3) + c 2 (1 , 1 , 0 , 2) : c 1 , c 2 R }.

(b)

Kernel ( T ) =

x 3

  • x 4
  • x 5
  • x 6

: xi ∈ R , i = 3 , 4 , 5 , 6

(c) dim ( R ( T )) = 2.

(d) dim ( N ( T )) = 4.

(e) dim ( R ( T )) + dim ( N ( T )) = 2 + 4 = 6 = dim (R

6 ).