ONLY DO WHAT ONLY YOU CAN DO

こけたら立ちなはれ 立ったら歩きなはれ

LaTeX

C++で関数の近似(スプライン補間)

LaTeX で出力してみた。 スプライン補間そのものの説明は、後日。 参考文献

LaTeX コード例

このブログでは、数式に http://www.compileonline.com/ を利用しています。http://www.compileonline.com/try_latex_online.php で \documentclass{article} \usepackage{amsmath} \begin{document} \pagestyle{empty} \begin{align*} f(x)=x-\frac{x^3}{3!…

Google Chart API で 元素記号 化学式

chl={}^1_1\mbox{H} \\ {}^2_1\mbox{H} \\ {}^3_1\mbox{H} \\ \mbox{H}_{2}\mbox{O} \\ \mathrm{H}_{2}\mathrm{O} \\ \mbox{Cl}^{2-}

Google Chart API で 数式

<img src="http://chart.apis.google.com/chart ?cht=tx &amp;chs=1x0 &amp;chf=bg,s,FFFFFF00 &amp;chco=000000 &amp;chl=y=ax%2bb"/> chl=y=ax^2%2bbx%2bc <img src="http://chart.apis.google.com/chart ?cht=tx &amp;chs=1x0 &amp;chf=bg,s,000000 &amp;chco=ffffff &amp;chl=(a%2bb)^2=a^2%2b2ab%2bb^2" /> chco=ff000…