LaTexの備忘録

数式の作成におけるLaTexの備忘録です。

2018-04-12から1日間の記事一覧

三角関数の基礎(2)

ようやく、三角関数の公式らしきものが登場。 \documentclass[a4j]{jarticle}\documentclass[a4j]{jarticle} \begin{document} \begin{eqnarray*} \tan \theta=\frac{\sin\theta}{\cos \theta} \\ \\ \cos^2\theta+\cos^2\theta=1\\ \\ 1+\tan^2\theta=\frac…