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

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;

12 Cards in this Set

  • Front
  • Back

Euclidean n-space

the set Rⁿ

Addition and scalar multiplication for Euclidean n-space

(x₁, x₂ ,..., xn) + (y₁, y₂,..., yn) = (x₁ + y₁ , x₂+y₂,..., xn + yn)


α(x₁,x₂,...,xn)= (αx₁,αx₂,...αxn)

Standard basis vectors of Rⁿ

e₁=(1,0,0,...,0)


e₂=(0,1,0,...,0)


e₃=(0,0,1,...,0)


continue pattern


en=(0,0,0,...,1)

Alternate way of writing the vector


x=(x₁, x₂ ,..., xn)

x= x₁e₁ + x₂e₂ + ... + xnen

Dot or inner product of x and y in Rⁿ

x·y= x₁y₁ + x₂y₂ + ... + xnyn

Alternate notation for x·y

<x,y>

Length of vector x in Rⁿ

Length of x= ‖x‖= √(x₁²+ x₂² + ... + xn²)

Cauchy-Schwarz Inequality in Rⁿ

Same as learned earlier


|x·y|≤ ‖x‖ ‖y‖

Triangle Inequality in Rⁿ

‖x+y‖≤ ‖x‖ + ‖y‖

Multiplying n×n matrices (AB=C)

cij= ∑aikbkj


aka multiply row to column

Rules for multiplying n×n matrices (AB=C)

The number of columns in the first matrix must equal the number or rows in the second matrix, if this is not the case, then it is not defined

Properties of Matrices

AB≠BA


The only time AB=BA is if it is an identity matrix (I)


I*C= C*I =C


AA⁻¹=I


ABC= (AB)C=A(BC)