• 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/16

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;

16 Cards in this Set

  • Front
  • Back
For Matrix A what does mxn stand for?
Rows x columns
symmetric matrix
A^T = A
Skew-symmetric matrix
A^T = -A
Transpose
The rows and columns switched to columns and rows

ex. : row1 becomes column1
Matrix Vector Form
Ax=b where x and b are vectors and A is a coefficient matrix
E.R.O. Pij
switching the ith and jth rows
E.R.O. Mi(k)
multiplication of ith row by scalar k
E.R.O. Aij(k)
adding the jth row to the k times the ith row
Gaussian Elimimation
Reducing matrix to row echelon form using elementary row operations then using the R.E.F. linear system to solve for all variables of system.
Row Echelon Form
Matrix where all rows made entirely of zeros is at the bottom; all other rows first non zero numer is one and is called a pivot; and the pivots of each row occur directly right of the above row's pivot.
A matrix A is invertible if?
the matrix A has n×n dimensions and there exists a n×n matrix B that makes AB=I=BA where I is the n×n identity matrix.
Gauss-Jordan technique
[A|I]~~E.R.O.~~[I|A^-1]
Invertible Matrix Theorem
The following is equavalent for A:
(a) A is invertible
(b) The equation Ax=b has a unique solution for every b in R^n
(c) The equation Ax=0 has only the trivial solutionx=0
(d) rank(A)=n
(e) A can be expressed as a product of elementary matrices
(f) A is row-equivalent to Indentity matrix
Identity Matrix Properties
AI=A
IA=A
Transpose Properties
(A^T)^T=A
(A+C)^T=A^T + C^T
(AB)^T= B^T A^T
Matrix Multiplication Properties
A(BC)=(AB)C
A(B+C)=AB+AC
(A+B)C=AC+BC