LA1 Flashcards

1
Q

Vector

A

A vector is an element of a vector space, often represented as an ordered list of
numbers that indicate a direction and magnitude in space. Example:

a =[3]
[2]

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

Matrix

A

A matrix is a rectangular array of numbers arranged in rows and columns.
Example:

A =[1 2]
[3 4]

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

Subspace

A

A subspace is a set of vectors that is closed under vector addition and scalar
multiplication. Odd integers are not a subspace under the real numbers because
they do not satisfy closure under these operations: 3 + 3 = 6.

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

Inverse of matrix

A

The inverse of a matrix A is another matrix A−1
such that:
A · A^−1 = I
where I is the identity matrix. The inverse is defined only for square matrices
with a non-zero determinant.

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

Linear transformation

A

A linear transformation is a function between vector spaces that preserves vector
addition and scalar multiplication. It can be represented by a matrix A such
that T(x) = Ax.

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

Formula for determinant of 2x2 matrix

A

For A =[a b]
[c d]:
det(A) = ad − bc
The determinant shows if a matrix is invertible and indicates scaling properties
of the transformation.

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

What does it mean to span a space and what is a basis?

A

The span of a set of vectors is the set of all possible linear combinations of those
vectors. A basis is a set of linearly independent vectors that span a vector space.
A basis is orthonormal if all vectors are orthogonal and have unit length.

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

What does it mean for two vectors to be linearly independent?

A

Two vectors are linearly independent if no scalar multiple of one can express
the other.

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

What is the rank of a matrix?

A

The rank is the dimension of the vector space spanned by its rows or columns.

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