The question is: are the following two functions equivalent? And if yes, what properties of the absolute value should I use to prove it?
$f_1(x,y,z)$ = $|\, x + |y+z| \,|$
$f_2(x,y,z)$ = $| \,|x+y| + z \,|$
The question is: are the following two functions equivalent? And if yes, what properties of the absolute value should I use to prove it?
$f_1(x,y,z)$ = $|\, x + |y+z| \,|$
$f_2(x,y,z)$ = $| \,|x+y| + z \,|$
f1(1,0,−1) = 2; f2(1,0,−1) = 0
Is there any way to proof it using properties of the absolute value?
– ata6502 Aug 14 '14 at 01:08