Skip to content

Instantly share code, notes, and snippets.

@axjack
Created May 20, 2022 12:59
Show Gist options
  • Save axjack/c5651bc7a786ac751a735bdcb4e12c9b to your computer and use it in GitHub Desktop.
Save axjack/c5651bc7a786ac751a735bdcb4e12c9b to your computer and use it in GitHub Desktop.
数式書けるかテスト

数式書けるかテスト

github/gistのmarkdownにてmathjaxがレンダリングされるようになったらしい。

see https://forest.watch.impress.co.jp/docs/news/1410852.html

テスト

インライン形式にて $\mathrm{R}^2$ と書く。

display形式?で

$$ I_2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment