Cannot understand the proof

74 Views Asked by At

I was studying the proof for absolute convergence test. I could not understand the following expression while reading it. Could you, please, explain what this means? $$ x_+ = \max\{x, 0\},\qquad x_− = \max\{−x, 0\} $$

1

There are 1 best solutions below

0
On BEST ANSWER

It means that$$x_+=\begin{cases}x&\text{ if }x>0\\0&\text{ otherwise}\end{cases}\text{ and that }x_-=\begin{cases}-x&\text{ if }-x>0\ (\iff x<0)\\0&\text{ otherwise.}\end{cases}$$