Skip to content

Instantly share code, notes, and snippets.

@thelly7344
Created December 31, 2013 10:56
Show Gist options
  • Save thelly7344/8195252 to your computer and use it in GitHub Desktop.
Save thelly7344/8195252 to your computer and use it in GitHub Desktop.
いろんな数式
\begin{align}
%累乗
y = x^n %xのn乗
%自然対数eを使う数の表示
%eのx乗
\exp(x)
%e単体の表示
\mathrm{e}
%ルートの表示
%2乗根
sqrt{2} %ルート2
%n乗根
sqrt[n]{2} %n乗根2
%三角関数
\sin \omega n %sinωn
\cos x %cosx
\tan x
%定積分
\int_a^b f(x) dx %aからbまでのx積分
%分数
\frac{1}{x} %1/x
\end{align}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment