Problem 451. Is this matrix orthogonal?

Given a square matrix, a, determine whether it is orthogonal.
INPUT: a, a n x n matrix
OUTPUT: true or false

Solution Stats

20.82% Correct | 79.18% Incorrect
Last Solution submitted on Apr 15, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers322

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!