From 715b4a60e56b8069b568a70f514403b80708febe Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@hesge.ch> Date: Wed, 2 Oct 2019 09:37:17 +0200 Subject: [PATCH] changed 3523 -> begin eq --- matrices_intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrices_intro.md b/matrices_intro.md index 04bc1b5..447bcff 100644 --- a/matrices_intro.md +++ b/matrices_intro.md @@ -413,6 +413,6 @@ la matrice transposée $\underline{\underline{A}}^\mathrm{T}$ sera --- Finalement, pour que deux matrices soient égales, il faut que tous leurs éléments soient égaux et que leurs tailles soient les mêmes évidemment -$$ +\begin{equation} \underline{\underline{A}}=\underline{\underline{B}}\Leftrightarrow A_{ij}=B_{ij},\quad 1\leq i\leq m,\ 1\leq j\leq n. -$$ \ No newline at end of file +\end{equation} \ No newline at end of file -- GitLab