meaning of II symbol in a math equation

$\begingroup$

I have a math equation that has II in it I cannot understand what the II function is and what it does. I really appreciate it if you can explain what it is.

equation

$\endgroup$ 2

1 Answer

$\begingroup$

It is a Capital i, as "indicator function"

you can also find $\mathbb{1}$ and indicates that the function is 1 for the values in the braces and zero elsewhere


Example,

Suppose you have the following function

$$ y = \begin{cases} x, & \text{if $0<x<1$ } \\ 2-x, & \text{if $1\leq x\leq 2$}\\ 0, & \text{elsewhere} \end{cases}$$

you can compact the notation and write

$$y=\{1-|1-x|\}\cdot\mathbb{1}_{[0;2]}(x)$$

$\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

You Might Also Like