Linear Algebra - Orthogonal Matrices

108 Views Asked by At

I'm having difficulty with how to begin with part (a), could someone please help me?
Thanks.

In the following question we regard vectors in $\Bbb R^n$ as columns and define the dot product in the usual way which means that $x\cdot y = x^ty$

(a) If A is an n x n matrix show that $A_{ij}= e_i \cdot Ae_j$ where $e_i, i= 1,...,n$ are the standard basis vectors in $\Bbb R^n$.

(b) Show that an n x n matrix P is orthogonal if and only if $(Px) \cdot (Py) = x \cdot y $ for all x, y in $\Bbb R^n$

1

There are 1 best solutions below

0
On BEST ANSWER

Only using the definition of matrix product, you should find: $$(Ae_j)_{k1}=\sum_{l=1}^nA_{kl}(e_j)_{l1}=A_{kj}$$

and

$$(e_i^tAe_j)_{11}=\sum_{l=1}^n(e_i^t)_{1l}(Ae_j)_{l1}=\sum_{l=1}^n(e_i^t)_{1l}A_{lj}=A_{ij}.$$