Problem 451. Is this matrix orthogonal?

Created by Bruce Raine

Given a square matrix, a, determine whether it is orthogonal.

INPUT: a, a n x n matrix

OUTPUT: true or false

Tags

Problem Group

57 solvers submitted 284 solutions (4.98 solutions/solver).

Problem Comments