Loading...

Find the Norm [[1,-2,3],[0,1,-3]]

Problem

‖[1,−2,3],[0,1,−3]‖F

Solution

  1. Identify the type of norm to be calculated. For a matrix, the default norm is typically the Frobenius norm, which is the square root of the sum of the squares of all its elements.

  2. Square each individual element of the matrix.

1=1

(−2)2=4

3=9

0=0

1=1

(−3)2=9

  1. Sum all the squared values together.

1+4+9+0+1+9=24

  1. Take the square root of the sum to find the final norm.

√(,24)=√(,4⋅6)=2√(,6)

Final Answer

‖[1,−2,3],[0,1,−3]‖F=2√(,6)


Want more problems? Check here!