码迷,mamicode.com
首页 > 其他好文 > 详细

行列式&矩阵_Latex

时间:2019-09-26 10:01:01      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:latex   details   log   art   detail   符号   csdn   math   reference   

行列式

\[ \left |\begin{array}{cccc} 1 &6 & 9 \7 &90 & f(x) \9 & \psi(x) &g(x) \\end{array}\right| \]

$$
\left |\begin{array}{cccc}
1 &6   & 9 \7 &90 & f(x)  \9 & \psi(x) &g(x) \\end{array}\right|
$$

矩阵

如果我们将|换成 ( )或 [ ],就得到了矩阵。

右对齐

\[ \left (\begin{array}{rrrr} 1 &6 & 9 \7 &90 & f(x) \9 & \psi(x) &g(x) \\end{array}\right) \]

左对齐

\[ \left [\begin{array}{llll} 1 &6 & 9 \7 &90 & f(x) \9 & \psi(x) &g(x) \\end{array}\right] \]

& 是对齐符号。
l=left
c=center
r=right

Reference:

  1. Latex输出行列式、矩阵、方程组
  2. Markdown写的希腊字母表

行列式&矩阵_Latex

标签:latex   details   log   art   detail   符号   csdn   math   reference   

原文地址:https://www.cnblogs.com/tamkery/p/11588659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!