外观
方程与方程组
| 符号 | LaTeX 代码 | 中文说明 |
|---|---|---|
| x+yx−y=2=0 | \begin{aligned} x + y &= 2 \\ x - y &= 0 \end{aligned} | 对齐的方程组 |
| {ax+by=cdx+ey=f | \begin{cases} ax + by = c \\ dx + ey = f \end{cases} | 分段定义或方程组 |
外观
| 符号 | LaTeX 代码 | 中文说明 |
|---|---|---|
| x+yx−y=2=0 | \begin{aligned} x + y &= 2 \\ x - y &= 0 \end{aligned} | 对齐的方程组 |
| {ax+by=cdx+ey=f | \begin{cases} ax + by = c \\ dx + ey = f \end{cases} | 分段定义或方程组 |