"TeX 행렬"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;행렬 표기와 TeX
;행렬 표기와 TeX
TeX에서 행렬을 표기하는 방법은 다음 5가지이다.
TeX에서 행렬을 표기하는 방법은 다음 5가지이다.
*matrix: 괄호 없음
*bmatrix: 대괄호(bracket, square brackets)
*pmatrix: 소괄호(parentheses)
*vmatrix: 세로줄(vertical)
*Vmatrix: 겹세로줄(Vertical)


bmatrix 또는 pmatrix를 쓰는 것이 일반적임
{| class='wikitable'
|-
! 지시어 !! 특징
|-
| matrix || 괄호 없음
|-
| bmatrix ★ || 대괄호(bracket)
|-
| pmatrix ★ || 소괄호(parentheses)
|-
| vmatrix || 세로줄(vertical)
|-
| Vmatrix || 겹세로줄(Vertical)
|}
※ 이중에서 bmatrix 또는 pmatrix를 쓰는 것이 일반적이다.


==matrix==
==matrix==
<source lang='html5'>
<syntaxhighlight lang='html5'>
<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>
<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>
</source>
</syntaxhighlight>


<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>
<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>


==bmatrix==
==bmatrix==
<source lang='html5'>
<syntaxhighlight lang='html5'>
<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>
<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>
</source>
</syntaxhighlight>


<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>
<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>


==pmatrix==
==pmatrix==
<source lang='html5'>
<syntaxhighlight lang='html5'>
<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>
<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>
</source>
</syntaxhighlight>


<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>
<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>


==vmatrix==
==vmatrix==
<source lang='html5'>
<syntaxhighlight lang='html5'>
<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>
<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>
</source>
</syntaxhighlight>


<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>
<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>


==Vmatrix==
==Vmatrix==
<source lang='html5'>
<syntaxhighlight lang='html5'>
<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>
<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>
</source>
</syntaxhighlight>


<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>
<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>

2022년 1월 23일 (일) 10:33 기준 최신판

1 개요[ | ]

행렬과 TeX
행렬 표기와 TeX

TeX에서 행렬을 표기하는 방법은 다음 5가지이다.

지시어 특징
matrix 괄호 없음
bmatrix ★ 대괄호(bracket)
pmatrix ★ 소괄호(parentheses)
vmatrix 세로줄(vertical)
Vmatrix 겹세로줄(Vertical)

※ 이중에서 bmatrix 또는 pmatrix를 쓰는 것이 일반적이다.

2 matrix[ | ]

<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>

[math]\displaystyle{ \begin{matrix} a & b \\ c & d \end{matrix} }[/math]

3 bmatrix[ | ]

<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>

[math]\displaystyle{ \begin{bmatrix} a & b \\ c & d \end{bmatrix} }[/math]

4 pmatrix[ | ]

<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>

[math]\displaystyle{ \begin{pmatrix} a & b \\ c & d \end{pmatrix} }[/math]

5 vmatrix[ | ]

<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>

[math]\displaystyle{ \begin{vmatrix} a & b \\ c & d \end{vmatrix} }[/math]

6 Vmatrix[ | ]

<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>

[math]\displaystyle{ \begin{Vmatrix} a & b \\ c & d \end{Vmatrix} }[/math]

7 같이 보기[ | ]

8 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}