Find normal of a square matrix.
C program to find normal of a square matrix.
Normal is defined only for square matrix (number of rows = number of columns). Normal of the matrix is the square root of the sum of the squares of each element of the matrix.
