Calculate the L₁ norm (Taxicab norm) of a vector
Enter vector components separated by spaces, commas, or newlines
The Manhattan norm, also known as L₁ norm or Taxicab norm, measures the sum of the absolute values of a vector's components. It's named after the Manhattan distance, which represents the distance a taxi would drive in a city laid out in a grid-like pattern.