https://piazza.com/class_profile/get_resource/ln18bjs43q41tr/ln18io6gfb743c

L1 (manhattan) Norm

$$ = \sqrt{x_1 + ... + x_n} $$

L2 (euclidean) Norm

$$ = \sqrt{x_1^2 + ... + x_n^2} $$

Computational difficulty: L2 > L1ΒΆ

Robustness: L1 > L2

Stability: L2 > L1