Celeb Glow
news | April 15, 2026

What does it mean for a matrix to induce a norm?

$\begingroup$

I'm given the following math problem: Consider the scalar product $\langle x,y\rangle = x^TAy$ given by the matrix:

$$ A= \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 8 \\ \end{pmatrix} $$

Determine the length of $(2, 1, 0)^T$ with respect to the norm induced by the scalar product.

What does it mean for a norm to be induced by something? In the answers they say that the norm is induced by the matrix $A$. Does it mean that this vector is not in a normal coordinate system but somehow inside this matrix?

Thanks for the help!

$\endgroup$ 3

1 Answer

$\begingroup$

A matrix $A$ which is symmetric and positive definite defines (as your posts states) an inner product: $$ \langle x, y\rangle \stackrel{\rm def}{=} x^T A y, \tag{$\forall x,y$} $$

Now, an inner product defines (induces) a norm by setting $\lVert x\rVert \stackrel{\rm def}{=} \sqrt{\langle x, x\rangle}$.

So "a symmetric positive definite matrix $A$ induces a norm."

$\endgroup$ 4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy