Loading...

Find the Norm [[3,4,24],[7,1,31]]

Problem

‖[3,4,24],[7,1,31]‖

Solution

  1. Identify the type of norm to be calculated. Since no specific norm was requested for this matrix, the Frobenius norm is the standard default for matrices.

  2. Square each individual element of the matrix.

3=9

4=16

24=576

7=49

1=1

31=961

  1. Sum all the squared values together.

9+16+576+49+1+961=1612

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

√(,1612)=√(,4⋅403)

√(,1612)=2√(,403)

Final Answer

‖[3,4,24],[7,1,31]‖F=2√(,403)


Want more problems? Check here!