Linear Algebra
Symmetric Matrix Check
True if A equals its transpose.
Formula
Formula
A = AT ?
Variables
| Symbol | Definition | Type & range | Units | Role |
|---|---|---|---|---|
| A | square matrix | real matrix | — | input |
Try it yourself
Interactive calculator
Worked examples
Example 1
GivenA = 1, 2; 2, 1
ResultTrue
Example 2
GivenA = 1, 2; 3, 4
ResultFalse