OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Fri, 2 Nov 2018 01:13:35 +0000 (09:13 +0800)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Fri, 2 Nov 2018 01:13:35 +0000 (09:13 +0800)
docs/math/matrix.md

index fc1d4f3..2f6f310 100644 (file)
@@ -17,6 +17,7 @@ $A$ 的逆矩阵 $P$ 是使得 $A \times P = I$ 的矩阵。
 矩阵的加减法是逐个元素进行的。
 
 ### 矩阵乘法
+
 矩阵相乘只有在第一个矩阵的列数和第二个矩阵的行数相同时才有意义。
 
 设 $A$ 为 $P \times M$ 的矩阵,$B$ 为 $M \times Q$ 的矩阵,设矩阵 $C$ 为矩阵 $A$ 与 $B$ 的乘积,