Test 1 Flashcards

1
Q

Every Matrix is ROW EQUIVALENT to a UNIQUE matrix in ECHELON form

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If an augmented matrix [A b]is TRANSFORMED into [C d] by ELEMENTARY row operations, then the equations Ax=b and Cx=d have EXACTLY THE SAME solution set

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If a system Ax=b has MORE THAN ONE solution, then SO DOES the system Ax= 0

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If Matrices A and B are ROW EQUIVALENT, they have the SAME REDUCED ECHELON form.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If A is an (m x n) matrix and the equation Ax=b is CONSISTENT for every b in R^m, then A has m PIVOT COLUMNS.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If (3x3) matrices A and B EACH HAVE THREE PIVOT positions, then A CAN be TRANSFORMED into B by elementary row operation

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If {u, v, w} is Linearly INDEPENDENT, then u,v and w are NOT in R^2

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If u,v and w are NON-ZERO vectors in R^2, then w is a Linear COMBINATION of u an v

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If A nd B are (m x n), then both (AB)’transpose and (A)’transpose.B are defined

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If AB=C and C has 2 columns, then A has 2 columns

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Left-multiplying a matrix B by a DIAGONAL matrix A, with NON-ZERO entries on the diagonal, SCALES the ROW of B

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If A and B are (n x n), then (A+B)(A-B) = A^2 - B^2.

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

the Transpose of an elementary matrix is an elementary matrix

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

An elementary matrix must be square

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Every square matrix is a product of elementary matrices

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If the equation Ax= 0 has ONLY the TRIVIAL solution, then A is ROW EQUIVALENT to the (n x n) IDENTITY matrix

A

TRUE

17
Q

If there is an (n x n) matrix D such that AD = Identity, then there is also an (n x n) matrix C such that CA = Identity

A

TRUE

18
Q

If the columns of A span R^n, then the columns are Linearly INDEPENDENT

A

FALSE

19
Q

If A is an (n x n) matrix, then the equation Ax=b has AT LEAST ONE SOLUTION for EACH b in R^n

A

FALSE

20
Q

If the equation Ax= 0 has NON-TRIVIAL solution, then A has fewer than n pivot positions

A

TRUE

21
Q

If A’transpose is not invertible, then A is not invertible

A

TRUE

22
Q

If A and B are (n x n) and invertible, then A^-1.B^-1 is the inverse of AB

A

FALSE - must be B^-1.A^-1

23
Q

An upper triangular matrix is invertible IFF all elements on diagonal are non-zero

A

TRUE

24
Q

INVERTABLE MATRIX THEOREM of Square Matrix A (n x n)
1 - A is an invertible Matrix
2 - A is row equivalent to the n x n identity matrix
3 - A has n pivot positions
4 - Ax=0 ONLY TRIVIAL solution
5 - Columns of A form a linearly INDEPENDENT set
6 - Linear Transformation x -> xA is one-to-one
7 - Ax=b has at least one solution for each b in R^n
8 - Columns of A span R^n
9 - Linear Transformation x -> Ax map R^n onto R^n
10 - There exists an n x n matrix C such that CA = Identity
11 - There exists an n x n matrix D such that AD = Identity
12 - A’transpose is an invertible matrix

A

ALL Must be TRUE

25
Q
A
26
Q

INVERTIBALE MATRIX THEOREM - for Square matrix A (n x n)
1 - A is an invertible matrix
2 - A is row equivalent to the n x n identity matrix
3 - A has n pivot positions
4 - The equation Ax=0 has ONLY TRIVIAL solution
5 - The columns of A form a linearly independent set
6 - The linear transformation x -> Ax is one-to-one
7 - The equation Ax=b has at least one solution for each b in R^n
8 - The columns of A span R^n
9 - The linear transformation x - >Ax maps R^n to R^n
10 - There exists an n x n matrix C such CA = Identity
11 - There exists an n x n matrix D such that AD = Identity
12 - A’transpose is an invertible matrix

A

ALL must be TRUE

27
Q

If A and B are 2x2 with columns a1, a2, and b1, b2 respectively, then AB = [a1b1 a2b2]

A

FALSE - result is 2x2

28
Q

If A and B are 3x3 and B = [b1 b2 b3], then AB = [Ab1 + Ab2 + Ab3]

A

FALSE - result is 3 x 3

29
Q

Each column of AB is a linear combination of the columns of B using weights from the corresponding column of A

A

TRUE

30
Q

AB + AC = A(B+C)

A

TRUE

31
Q

A^T + B^T = (A+B)^T

A

TRUE

32
Q

(AB) C = (AC) B

A

FALSE - order must sustain

33
Q

(AB)^T = A^T B^T

A

TRUE

34
Q

The Transpose of a product of matrices equals the product of their transposes in the same order

A

FALSE - must be reverse order

35
Q
A