• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/62

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

62 Cards in this Set

  • Front
  • Back
A linear transformation is a special type of function.
T
If A is a 3 x 5 matrix and T is a transformation defined by T(x) = Ax, then the domain of T is R^3.
F
If A is an m x n matrix, then the range of the transformation x --> Ax is R^m.
F
Every linear transformation is a matrix transformation.
F
A transformation T is linear if and only if T(c1v1 + c2v2) = c1T(v1) + c2T(v2) for all v1 and v2 in the domain of T and for all scalars c1 and c2
T
Every matrix transformation is a linear transformation.
T
The codomain of the transformation x --> Ax is the set of all linear combinations of the columns of A.
F
If T : R^n --> R^m is a linear transformation and if c is in R^m, then a uniqueness question is "Is c in the range of T?"
F
A linear transformation preserves the operations of vector addition and scalar multiplication.
T
The superposition principle is a physical description of a linear transformation.
T
A linear transformation T : R^n --> R^m is completely determined by its effect on the columns of the n x n identity matrix.
T
If T : R^2 --> R^2 rotates vectors about the origin through an angle, then T is a linear transformation.
T
When two linear transformations are performed one after another, the combined effect may not always be a linear transformation.
F
A mapping T : R^N --> R^m is onto R^m if every vector x in R^n maps onto some vector in R^m.
F
If A is a 3 x 2 matrix, then the transformation x --> Ax cannot be one-to-one.
F
Not every linear transformation from R^n to R^m is a matrix transformation.
F
The columns of the standard matrix for a linear transformation from R^n to R^m are the images of the columns of the n x n identity matrix.
T
The standard matrix of a linear transformation from R^2 to R^2 that reflects points through the horizontal axis, the vertical axis, or the origin has the form [a 0, 0 d], where a and d are +-1.
T
A mapping T : R^n --> R^m is one-to-one if each vector in R^n maps onto a unique vector in R^m.
F
If A is a 3 x 2 matrix, then the transformation x --> Ax cannnot map R^2 to R^3.
T
If A and B are 2 x 2 with columns a1, a2, and b1, b2, respectively, then AB = [a1b1 a2b2].
F
Each column of AB is a linear combination of the columns of B using weights from the corresponding column of A.
F
AB + AC = A(B + C)
T
A^T + B^T = (A + B)^T
T
The transpose of a product of matrices equals the product of their transposes in the same order.
F
If A and B are 3 x 3 and B = [b1 b2 b3], then AB = [Ab1 + Ab2 + Ab3].
F
The second row of AB is the second row of A multiplied on the right by B.
T
(AB)C = (AC)B
F
(AB)^T = A^TB^T
F
The transpose of a sum of matrices equals the sum of their transposes.
T
In order for a matrix B to be the inverse of A, both equations AB = I and BA = I must be true.
T
If A and B are n x n and invertible, then A^-1B^-1 is the inverse of AB.
F
If A = [a b, c d] and ab - cd != 0, then A is invertible.
F
If A is an invertible n x n matrix, then the equation Ax = b is consistent for each b in R^n.
T
Each elementary matrix is invertible.
T
A product of invertible n x n matrices is invertible, and the inverse of the product is the product of their inverses in the same order.
F
If A is invertible, then the inverse of A^-1 is A itself.
T
If A = [a b, c d] and ad = bc, then A is not invertible.
T
If A can be row reduced to the identity matrix, then A must be invertible.
T
If A is invertible, then elementary row operations that reduce A to the identity I, also reduce A^-1 to In.
F
If the equation Ax = 0 has only the trivial solution, then A is row equivalent to the n x n identity matrix.
T
If the columns of A span R^n, then the columns are linearly independent.
T
If A is an n x n matrix, then the equation Ax = b has at least one solution for each b in R^n.
F
If the equation Ax = 0 has the nontrivial solution, then A has fewer than n pivot positions.
T
If A^T is not invertible , then A is not invertible.
T
If there is an n x n matrix D such that AD = I, then there is also an n x n matrix C such that CA = I.
T
If the columns of A are linearly independent, then the columns of A span R^n.
T
If the equation Ax = b has at least one solution for each b in R^n, then the solution is unique for each b.
T
If the linear transformation x --> Ax maps R^n into R^n, then A has n pivot positions.
F
If there is a b in R^n such that the equation Ax = b is inconsistent, then the transformation x --> Ax is not one-to-one.
T
An n x n determinant is defined y the determinants of (n - 1) x (n - 1) submatrices.
T
The (i, j)-cofactor of a matrix A is the matrix Aij obtained by deleting from A its ith row and jth column.
F
The cofactor expansion of det A down a column is the negative of the cofactor expansion along a row.
F
The determinant of a triangular matrix is the sum of the entries on the main diagonal.
F
A row replacement operation does not affect the determinant of a matrix.
T
The determinant of A is the product of the pivots in any echelon form U of A, multiplied by (-1)^r, where r is the number of row interchanges made during row reduction from A to U.
T
If the columns of A are linearly dependent, then det A = 0.
T
det(A + B) = detA + detB.
F
If two row interchanges are made in succession, then the new determinant equals the old determinant.
T
The determinant of A is the product of the diagonal entries in A.
F
If det A is zero, then two rows or two columns are the same, or a row or a column is zero.
F
det A^T = (-1)detA.
F