사용자:Jmkim dot com/TeX 샘플

위키백과, 우리 모두의 백과사전.
TeX Samples
TeX 샘플

이슈[편집]

nowiki 테스트[편집]

<math>E=mc^2</math>

<nowiki><math>E=mc^2</math></nowiki>

<math>E=mc^2</math>

부등호 테스트[편집]

<math>1<2</math>

<math>2>1</math>

<math>1\lt2</math>

구문 분석 실패 (알 수 없는 함수 "\lt"): {\displaystyle 1\lt2}

<math>2\gt1</math>

구문 분석 실패 (알 수 없는 함수 "\gt"): {\displaystyle 2\gt1}

부등호 테스트 2[편집]

<math>a<b</math>

<math>a < b</math>

<math>a>b</math>

<math>a > b</math>

UTF-8 테스트[편집]

<math>전압 = 전류 \times 저항</math>

구문 분석 실패 (SVG를 사용하되 미지원 시 PNG 사용 (브라우저 플러그인을 통해 MathML 활성화 가능): "http://localhost:6011/ko.wikipedia.org/v1/" 서버에서 잘못된 응답 ('Math extension cannot connect to Restbase.'):): {\displaystyle 전압 = 전류 \times 저항}

<math>저항 = \frac{전압}{전류}</math>

구문 분석 실패 (구문 오류): {\displaystyle 저항 = \frac{전압}{전류}}

<math>償還までの合計利回り =\left(1+\frac{期間利率}{100}\right)^{期間}</math>

구문 분석 실패 (구문 오류): {\displaystyle 償還までの合計利回り =\left(1+\frac{期間利率}{100}\right)^{期間}}

<math>n</math>개의 동전을 던져 앞면 <math>k</math>가 나올 확률 <math>P(E)</math>는?

개의 동전을 던져 앞면 가 나올 확률 는?

Lorenz 방정식[편집]

<math>\begin{align}
\dot{x} & = \sigma(y-x) \\
\dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xy
\end{align}</math>

Cauchy-Schwarz 부등식[편집]

<math>\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)</math>

벡터곱 공식[편집]

<math>\mathbf{V}_1 \times \mathbf{V}_2 =  \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \\
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0
\end{vmatrix}</math>

개의 동전을 던져 앞면 가 나올 확률[편집]

<math>P(E)   = {n \choose k} p^k (1-p)^{ n-k}</math>

Ramanujan의 항등식[편집]

<math>\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
{1+\frac{e^{-8\pi}} {1+\ldots} } } }</math>

Rogers-Ramanujan 항등식[편집]

<math>1 + \frac{q^2}{(1-q)} + \frac{q^6}{(1-q)(1-q^2)} + \cdots
= \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})},
\quad\quad for\,|q|<1.</math>

Maxwell의 방정식[편집]

<math>\begin{align}
\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\   \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\
\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\
\nabla \cdot \vec{\mathbf{B}} & = 0
\end{align}</math>

같이 보기[편집]

참고 자료[편집]