Orthonormal with respect to an inner product

469 Views Asked by At

What does it mean for a basis to be orthonormal with respect to an inner product?

2

There are 2 best solutions below

0
On

if you have vectors (or functions) $u,v,w$ you must have

$u.u=1$, $v.v=1$, $w.w=1$

$u.v=0$, $v.w=0$, $w.u=0$

Remember that the order of the dot product is unimportant

0
On

$\{v_1,v_2,...v_n\}$ is said to be Orthonormal basis if

  • $<v_i,v_j> = 0$ for $i\neq j$
  • $<v_i,v_j>$ = $1$ for $i = j$.