From ef225ecbe25d2bae6d0f7f08359d5bda8a83db84 Mon Sep 17 00:00:00 2001 From: Elizaveta Yaschinskaya <73911692+elizkaveta@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:22:09 +0300 Subject: [PATCH] Update mathematical notation in lecture04.tex --- Lectures/lecture04.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lectures/lecture04.tex b/Lectures/lecture04.tex index 07f8f9b..8a1f5e6 100644 --- a/Lectures/lecture04.tex +++ b/Lectures/lecture04.tex @@ -273,7 +273,7 @@ \subsection{Полиномиальное исчисление от матриц} \[ \left\{_{1\leqslant i,j\leqslant n} E_{ij}a_0 + A_{ij}a_1 + \ldots + (A^n)_{ij}a_n = 0 -\right. +\right\}. \] Здесь через $B_{ij}$ обозначены коэффициенты матрицы $B$, например, $E_{ij}$ -- это $ij$-ый коэффициент единичной матрицы, а $(A^n)_{ij}$ -- $ij$-ый коэффициент матрицы $A^n$.