SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


latex_sample

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
latex_sample [2019/11/14 08:53] – 作成 kimilatex_sample [2019/11/14 09:01] – [行列] kimi
行 1: 行 1:
 ====== LaTeXサンプル ====== ====== LaTeXサンプル ======
 +===== 行列 =====
 +
 +<code latex>
 +R_\theta = 
 +    \begin{bmatrix}
 +        \cos \theta &          -  \sin \theta \\
 +        \sin \theta & \phantom{-} \cos \theta 
 +\end{bmatrix}
 +</code>
 +$$
 +R_\theta = \begin{bmatrix} \cos \theta & -\sin 
 +\theta \\ \sin \theta & \phantom{-} \cos \theta 
 +\end{bmatrix}
 +$$
 +
 +$$
 +|x| = \begin{cases} \phantom{-} x& \text{if } x 
 +\geq 0 \\ -x & \text{if } x<0 \end{cases}
 +$$
  
latex_sample.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki