From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Fri, 2 Nov 2018 01:13:35 +0000 (+0800) Subject: style: format markdown files with remark-lint X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ad986bf3466e414ba5db587bfdef3a611b3620b8;p=oi-wiki%2Fmain.git style: format markdown files with remark-lint --- diff --git a/docs/math/matrix.md b/docs/math/matrix.md index fc1d4f34..2f6f310c 100644 --- a/docs/math/matrix.md +++ b/docs/math/matrix.md @@ -17,6 +17,7 @@ $A$ 的逆矩阵 $P$ 是使得 $A \times P = I$ 的矩阵。 矩阵的加减法是逐个元素进行的。 ### 矩阵乘法 + 矩阵相乘只有在第一个矩阵的列数和第二个矩阵的行数相同时才有意义。 设 $A$ 为 $P \times M$ 的矩阵,$B$ 为 $M \times Q$ 的矩阵,设矩阵 $C$ 为矩阵 $A$ 与 $B$ 的乘积,