What is $\left | \left | A \right | \right |$ equals to in linear algebra?

66 Views Asked by At

Can someone please tell me what is this $\left | \left | A \right | \right |$ equals to? (determinant inside determinant)

2

There are 2 best solutions below

0
On BEST ANSWER

$||A||$ in a sense of $\det(\det( A))$ makes absolutely no sense. Even if you define $\det(A) := (\det (A))$, i.e. as a $1\times 1$-matrix, $\det (\det A)$ would be just $\det (A)$...

The determinant is a scalar.

2
On

Usually, in linear algebra (and functional analysis, and many other fields) double vertical lines $\|\cdot\|$ denote a norm. If $A:V\to W$ is a linear operator between normed vector spaces (or a matrix in the finite-dimensional case with a fixed choice of basis), then often the following norm is used $$\|A\| = \sup_{x\in V}\frac{\|Av\|_W}{\|v\|_V},$$ where $\|\cdot\|_V$ is the norm on $V$, and similarly for $W$.