Is this definition of diagonal matrix correct?

90 Views Asked by At

I need to know if the following definition:

Let $A:=\|a_{i,j}\|_{\substack{i=1,...,m \\ j=1,...,m}}$ be a square matrix. $A$ is diagonal matrix if $$i\neq j \implies a_{ij}=0, \quad\forall i,j \in \{1,...,m\}$$

is correct?

Thanks in advance!

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, it's correct. By the way, $\|\cdot\|$ is more or less an obsolete notation for matrices. The modern notation is to use a pair of round or square brackets, i.e. $(a_{i,j})_{\substack{i=1,...,m \\ j=1,...,m}}$ or $[a_{i,j}]_{\substack{i=1,...,m \\ j=1,...,m}}$, and $\|\cdot\|$ is now usually used to denote a vector or matrix norm.