From d2452e9f5c49a71b2d628fc8398b24f5b6a45e33 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 17 May 2020 18:52:14 +0530 Subject: [PATCH] Fix typo --- maths/assignment-matrices/assign4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maths/assignment-matrices/assign4.tex b/maths/assignment-matrices/assign4.tex index fc554df..80e74ef 100644 --- a/maths/assignment-matrices/assign4.tex +++ b/maths/assignment-matrices/assign4.tex @@ -595,7 +595,7 @@ Doing transformations to form row echelon form, we get \section*{Question 15} \subsection*{Part i} -Since $A + A^{-1} = 0$, $A$ must either be skew symmetric. If A is skew symmetric, we know that the rank of an odd order skew symmetric matrix must be even. $\therefore Rank \leq 2020$ +Since $A + A^T = 0$, $A$ must either be skew symmetric. If A is skew symmetric, we know that the rank of an odd order skew symmetric matrix must be even. $\therefore Rank \leq 2020$ \subsection*{Part ii} Inverse does not exist as $A$ is singular matrix. \end{document}