Principles and Short Q's Flashcards

1
Q

Describe the shape of the equation x1 + x2 + x3 = 0.

A

A plane through (0,0,0)

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

T or F. If the constants of an SLE are all zero than the SLE is consistent?

A

True

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

T or F. If 3 lines in the xy-plane form a triangle, then the SLE corresponding to the equations of these lines has 3 solutions, one for each vertex of the triangle.

A

False

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

Is A^TA symmetric?

A

Yes

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

T or F. If A is a square matrix and A^2 has an all zero column then A has an all zero column.

A

False

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

T or F. If A is invertible than A^T is invertible and has inverse (A^-1)^T.

A

True

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

Formula for number of expressions for determinant of n x n matrix with cofactor expansions.

A

n x 2 expressions.

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

T or F. Let A and B be a pair of n x n invertible matrices. Then |A+B| = |A| + |B|.

A

False.

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

T or F. Let A be a square matrix. Then there exists a lower triangular matrix L and an upper triangular matrix U such that A = LU.

A

False

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

T or F. A matrix is invertible if and only if it is the product of elementary matrices.

A

True

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

Let A be a square matrix and suppose there exists a non-zero vector x such that Ax = 0. Then A is not invertible

A

True

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

T or F. Every matrix can be reduced by ERO’s to a unique RREF matrix.

A

True

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

What are the five properties of matrix arithmetic (with examples)?

A
  1. Matrix addition is commutative: A + B = B + A
  2. Matrix addition is associative: (A + B) + C = A + (B + C)
  3. Matrix multiplication is not commutative: AB != BA
  4. Matrix multiplication is associative: (AB)C = A(BC)
  5. Distributive Laws for matrix multiplication over matrix addition. (A + B)C = AC + BC A(B+C) = AB + AC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the four transpose principles?

A

A = A^T if A is symmetric
(A^T)^T = A
(AB)^T = B^TA^T
AA^T and A^TA are square, often have different sizes and are symmetric.

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

What are the three square matrix principles if two matrices A and B are square matrices?

A

A + B
AB
BA are all square matrices

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

If AB = I and BA = I. What is B?

A

B is A^-1

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

What is the inverse of the identity?

A

The identity.

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

If A is invertible what does AB equal for any matrix B != 0?

A

AB != 0
Similarly, BA != 0

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

What does singular, non-singular mean?

A

If A is not invertible; A is singular
If A is invertible; A is non-singular

20
Q

T or F. If x i is a leading variable of a homogenous SLE then x i can be expressed solely in terms of the free variables x j for which j > i.

A

True.

21
Q

What is the formula for L if U is found in an LU decomposition of the matrix A.

A

EkEk-1..E1A = U
A = E1^-1…Ek-1^-1 Ek^-1 U

22
Q

Express A^-1 as a product of k elementary matrices.

A

EkEk-1….E1

23
Q

If A is invertible what can be said about its inverse.

A

It is unique

24
Q

Formula for determinant of A = (a b)
(c d)

A

det A = ad - bc

25
Q

Formula for inverse.

A

A^-1 = 1 / det(A) * adj (A)

26
Q

Formula for adj (A) for 2 x 2 matrix A = (a b)
(c d)

A

= (d -b)
(- c a)

27
Q

Let A,B be square and invertible matrices. What can be said about their product.

A

If AB is invertible, than (AB)^-1 = B^-1A^-1

28
Q

How many ways are there to calculate the determinant of an n x n matrix?

A

2 x n

29
Q

Formula for calculating det(A) for matrices greater than n = 2.

A

A * adj (A) = adj(A) * A = det(A) * I

30
Q

If matrix B is achieved from a single row switch of matrix A, what can we say about det(B)?

A

det(B) = -(det(A))

31
Q

If matrix B is achieved from adding a scalar multiple of one row to another, what can we say about det(B)?

A

det(B) = det(A)

32
Q

If matrix B is achieved from multiplying a row of A by a scalar constant, what can we say about det(B)?

A

det(B) = scalar constant * det(A)

33
Q

What is det(AB)?

A

det(A)det(B)

34
Q

What is det(kA) for n x n matrix A?

A

k ^ n * (det (A))

35
Q

What four conditions mean det(A) = 0 for any matrix A?

A
  1. If A has an all zero row or column
  2. If any two rows or columns of A are equal
  3. If any row is a scalar multiple of another row or if any column is a scalar multiple of another column.
  4. If the sum of all of the rows except one equals the remaining row or if the sum of all of the columns except one equals the remaining column.
36
Q

If A is invertible what can be assumed about det(A)? Formula for det(A^-1) in relation to det(A). Formula for det(A ^ T) in relation to det(A).

A

det(A) != 0

det(A^-1) = 1 / det(A)

det(A^T) = det(A)

37
Q

Values of det(E) for different elementary matrices E.

A

row-switch: -1
multiply by scalar: scalar
add scalar multiple of another row: 1

38
Q

What can be said about all elementary matrices and their inverse?

A

They are all invertible and their inverses are elementary matrices.

39
Q

If LU is a decomposition of A, what is the relationship between the determinants of A, L and U?

A

det(A) = det(L) * det(U)

40
Q

Define row equivalent matrices.

A

Row-equivalent matrices A and B have some invertible square matrix X such that B = XA or if one can be obtained from the other by ERO’s

41
Q

What are the six equivalent statements about an n x n matrix A? i.e. what six statements are all true when one of them is true.

A
  1. A is invertible.
  2. For every vector of size n, the equation Ax = v has a unique solution.
  3. For every vector of size n, the equation Ax = v has a solution.
  4. The equation Ax = 0 has only the trivial solution 0.
  5. There are no free variables in the RREF form of A.
  6. The RREF of A is I, the identity matrix.
42
Q

What does it mean to say a matrix A is homogenous?

A

Ax = b where b is the zero factor.

43
Q

What is the trivial solution?

A

Ax = b where x = 0.

44
Q

What is the nullspace of A?

A

The set of all solutions of the homogenous system Ax = 0 is called the nullspace of A

45
Q

Of matrix A and B have distinct RREF matrices, what can be said about their solution sets.

A

They have distinct solution sets.

46
Q

For matrix A and matrix B what can be said about their solution sets if they are row equivalent. What can be said about their RREF forms and rank?

A

They have identical solution sets.
RREF’s are identical
Ranks are the same

47
Q

Define Cramer’s Rule.

A

Let A be an invertible n x n matrix. Let b be a vector of length n. The solution to Ax = b is unique and is given by
xi = |Ai|/|A|,
where Ai is obtained from A by replacing the ith column of A with the column vector b.