comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

ガウス積分の公式

ガウス積分とは  $a$を正実数として、$e^{-ax^2}$を$-\infty$から$\infty$(実数全体)で積分したものをガウス積分という。 翻訳 中国語 高斯积分 英語 gaussian i …

no image

tex で「デルタ」δ・Δ を入力する方法

小文字のデルタ:δ大文字のデルタ:Δ 例 $\delta, \Delta$ 結果

no image

tex で、割り算記号を入力する方法

physics パッケージを使って、\divisionsymbol で割り算記号が入力できる。 例 \usepackage{physics} \begin{document} $2 \division …

no image

matplotlib で、グラフ内に注釈ラベルをつける方法

annotate を使う 例 import numpy as np import matplotlib.pyplot as plt ax = plt.figure().add_subplot() th …

no image

tex で かけ算の中点を入力する方法

かけ算に使うような中点を入力するには、 $cdot$ を使う。 例 $a = b \cdot c$ 結果