Linear Algebra Flashcards

1
Q

What is a pivot? What is a pivot column?

A

A pivot is the first non-zero entry of each row if the a matrix is in row-echelon form.

A pivot column is just a column that contains a pivot

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

What is a “free” variable vs a pivot variable (also known as basic variable)?

A

A pivot/basic variable is a variable associated with a pivot column. A free variable is a variable a free column, a column that doesn’t have a pivot

You can think of free variables as being independent and non-free variables as being dependent

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

What is homogenous system in linear algebra?

What solutions do/can homogenous systems have?

A

A homogeneous system of linear equations is one in which all of the constant terms are zero. A homogeneous system always has at least one solution, namely the zero vector. When a row operation is applied to a homogeneous system, the new system is still homogeneous.

Ax = a zero vector

Homogenous systems always have the trivial solution, a zero vector. They can also have non-trivial solutions if matrix A has a free variable/has a column with no pivot

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

What is the paremetric form/parametric equation of a solution set?

A

x = s1v1 + s2v2 + ··· + smvm.

Where v’s are vectors and s’s are the weights/coefficients and x is a vector

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

What does it mean to say that a set of vectors are linearly independent?

A

If a set of vectors are linearly independent, that means that the linear combination of the vectors equals a zero vector only with the trivial solution. If the linear combination equals a zero vector with any other solution this means that the vectors are linearly dependent.

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

What does “span” refer to in linear algebra?

A

Span refers to the set of all linear combinations of a set of vectors. So for a set of vectors, the span refers to the set of solutions

Span refers to the set of every linear combination of a set of vectors.

https://mikebeneschan.medium.com/how-to-understand-span-linear-algebra-cf3baa12edda

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

How does the dependence/independence of vectors impact the span of the linear combination of those vectors?

A

If vectors are dependent, the span is the same as if we remove one of the vectors. If vectors are independent, the span changes if you remove a vector.

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

How can you tell if two vectors are dependent?

A

Two vectors are dependent if they are collinear, meaning that one vector is a scalar multiple of the other vector. They are also dependent if one or both of the vectors is the zero vector.

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

How does the span of a set of vectors relate to dependence/independence of the vectors?

A

If a set of vectors are dependent, then at least 1 of the vectors is redundant, meaning it can be removed without impacting the span.

If a set of vectors are independent then each vector adds to the span of the set of vectors.

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

If b is not a linear combination of the columns of A, then can Ax = b be consistent?

A

No, if be isn’t a linear combination then that system does not have a solution.

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

Matrix A has linearly independent columns and Ax = 0 has infinite solutions.

Possible or impossible?

A

Impossible; if the columns are independent then every column is pivotal and thus only the trivial solution solves Ax = 0

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

What are the standard vectors for linear transformations?

A

Vectors that when multiplied by a matrix give you only a single column from the matrix. So they have a single 1 and the rest zeroes

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

What is a one-to-one transformation?

A matrix Transformation T is one-to-one if Matrix A has a pivot in every _____.

A

Definition(One-to-one transformations)

A transformation T:Rn→Rm is one-to-one if, for every vector b in Rm, the equation T(x)=b has at most one solution x in Rn. In other words, Ax = b has at most 1 solution. So for the zero vector b there is only the trivial solution.

One-to-one is a uniqueness property, it does not assert existence for all vectors b.

One-to-one, meaning there isn’t more than 1 transformation that is possible for each vector.

A matrix Transformation T is one-to-one if Matrix A has a pivot in every column.

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

What is an onto transformation?

A matrix transformation T is onto if Matrix A has a pivot in every ______.

A

Definition(Onto transformations)

A transformation T:Rn→Rm is onto if, for every vector b in Rm, the equation T(x)=b has at least one solution x in Rn. So for every vector b there is a vector x such that Ax = b has a solution (Ax = b is always consistent)

Onto is an existence property

A matrix transformation T is onto if and only if Matrix A has a pivot in every row.

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

True or false.

If the only solution to Ax = 0 is x = 0, then T(x) must a one to one transformation

A

True; if the only solution is the trivial solution then every column of A must be pivotal

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

What is the domain and codomain?

A

Domain refers to the set of input numbers, i.e. what can go into a function. (think x)

Codomain is the set of possible output numbers, i.e. what may possibly come out of a function (think y)