Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

$I$ is commenly used as a notation of identity matrix. I am wondering is there any notation else for identity matrix?

$\endgroup$ 9

4 Answers

$\begingroup$

From Wikipedia:


It is denoted by $I_n$, or simply by $I$ if the size is immaterial or can be trivially determined by the context. (In some fields, such as quantum mechanics, the identity matrix is denoted by a boldface one, 1; otherwise it is identical to $I$.)


It can also be written using the Kronecker delta notation:

$$(I_{n})_{ij}=\delta _{ij}.$$ Hope it helps.

$\endgroup$ 0 $\begingroup$

$I_n$

$I_m$

$I_n = diag(1,1,1,1\cdots,1)$

$(I_n)_{ij} =\delta_{ij}$

$\endgroup$ $\begingroup$

You can use the notation $\mathbb{I}$ written using this code \mathbb{I}

$\endgroup$ $\begingroup$

You could also use a "double one" like this: $\mathbb{1}$. To write it in LaTeX, you can import the package dsfont and then use \mathds{1}. You can also import bbold and then use \mathbb{1}, but this will change the appearance of your other \mathbb commands.

$\endgroup$

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