Exam 2 Vocabs Flashcards

1
Q

Linear Transformation

A

a linear transformation is a mathematical operation that takes one vector and transforms it into another vector in a specific way.

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

A transformation is linear if

A
  1. T(u + v) = T(u) + T(v) for all u,v in the domain of T
  2. T(cu) = cT(u) for all scalar c and all u in the domain T
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

One-to-one

A

if each input has a unique output, and no two different inputs produce the same output.

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

Onto (surjective)

A

if every element in the output (codomain) has at least one element in the input (domain) that maps to it.

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

Domain

A

column, R^m -> R^n, R^n are the domain

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

Codomain

A

Row, R^m -> R^n, R^m are the codomain

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

Range(The image)

A

The set of all possible output vectors that the linear transformation can produce. It is a subset of the codomain. the range is the collection of all vectors in R^m

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

The inverse of a Matrix

A

AA^-1 = I and A^-1A= I
Not all matrices have inverses. A matrix must be square (having the same number of rows and columns of n x n) and have full rank to have an inverse.

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

Standard matrix of a linear transformation

A

T: R^n -> R^m is a matrix A such that when you multiply A by a vector v in R^n, you get the result applying the linear transformation T to v.

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

Basis

A

A set of vectors that spans the entire space and is linearly independent. serve as building blocks, and any vector in the vector space can be expressed as a unique combination of these basis vector

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

Rank

A

The maximum number of linearly independent rows or columns it contains.It is a measure of the “dimensionality” of the space spanned by the rows or columns of the matrix.

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

Dimension

A

the number of vectors in any basis for that space. For example, if you have a three-dimensional vector space, any basis for that space will have three vectors, and the dimension of the space is 3.

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

Column Space

A

The space spanned by the column vectors of a matrix

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

Null Space

A

Set of vectors that, when multiplied by a matrix, give the zero vector. It forms a subspace of the vector space.

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

Determinant

A

A scalar value associated with a square matrix, providing information about the matrix’s properties

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

Singular

A

A matrix is singular if its determinant is zero, indicating potential issues with invertibility and solutions to systems of linear equations.(it has no inverse)