Answer:
See below
Explanation:
Recall first:
Given a vector
Euclidean norm
Sum norm
Max norm
Now let us apply these definitions to our vectors
Vector (1,1,1)
|1|+|1|+|1| = 3
Max1 = |1| = 1
Vector (3,0,0)
|3|+|0|+|0| = 3
Max0 = |3| = 3
Vector (-1,1,4)
|-1|+|1|+|4| = 1+1+4 =6
Max-1 = |4| = 4
Vector (-1.4, 3)
|-1.4|+|3| = 1.4+3 = 4.4
Max, = |3| = 3
Vector (4,4,4,4)
|4|+|4|+|4|+|4| = 16
Max, = |4| = 4
8.1m questions
10.7m answers