TeX 행렬

Jmnote (토론 | 기여)님의 2013년 4월 27일 (토) 15:07 판
행렬과 TeX
행렬 표기와 TeX

1 행렬

입력
<math>\begin{matrix} a & b \\ c & d \end{matrix}</math>
출력
[math]\displaystyle{ \begin{matrix} a & b \\ c & d \end{matrix} }[/math]

2 b행렬

입력
<math>\begin{bmatrix} a & b \\ c & d \end{bmatrix}</math>
출력
[math]\displaystyle{ \begin{bmatrix} a & b \\ c & d \end{bmatrix} }[/math]

3 p행렬

입력
<math>\begin{pmatrix} a & b \\ c & d \end{pmatrix}</math>
출력
[math]\displaystyle{ \begin{pmatrix} a & b \\ c & d \end{pmatrix} }[/math]

4 v행렬

입력
<math>\begin{vmatrix} a & b \\ c & d \end{vmatrix}</math>
출력
[math]\displaystyle{ \begin{vmatrix} a & b \\ c & d \end{vmatrix} }[/math]

5 V행렬

입력
<math>\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}</math>
출력
[math]\displaystyle{ \begin{Vmatrix} a & b \\ c & d \end{Vmatrix} }[/math]

6 같이 보기

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