2010年5月1日土曜日

epubで数式を表現する

[したいこと・しりたいこと・目標]

epubで数式を表示したい
epubにsvgを埋め込みたい
svgで数式を表現したい

[環境]


Ubuntu Jaunty Jackalope 9.04 on VirtualBox 3.1.4
Ubuntu Karmic Koala 9.10 on VMWare Fusion 3
Ubuntu Lucid Lynx 10.04 on VirtualBox 3.1.6
Mac OS X 10.6

[前提]

Ubuntu
sigilとFBReader導入済み

Mac
sigilとAdobe Digital Editions導入済み





[したこと]


(01)epubに埋め込みたい数式のtexソースを書く

taylor1.tex
\documentclass[30pt]{jsarticle}
\usepackage{amsmath}
\begin{document}
\thispagestyle{empty}
$\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^{n}$
\end{document}




taylor2.tex
\documentclass[30pt]{jsarticle}
\usepackage{amsmath}
\begin{document}
\thispagestyle{empty}
$f^{(n)} (a)$
\end{document}




taylor3.tex
\documentclass[30pt]{jsarticle}
\usepackage{amsmath}
\begin{document}
\thispagestyle{empty}
$(x-a)^{0}$
\end{document}




(02)変換する

LaTeX の数式を PNG と SVG に変換する - akihiko’s tech note
http://d.hatena.ne.jp/aki-yam/20080924/1222280563
このページ step2 を参考にしてepubに埋め込む数式svgを作成した。

shスクリプトにして、変換してみた(この作業はubuntuで行った)

tex_svg.sh
#!/usr/bin/sh

platex $@.tex
dvipdfmx $@

gs -q -r20480 -sDEVICE=epswrite -sOutputFile=$@.eps -dNOPAUSE -dBATCH -dSAFER -dEPSCrop -dEPSFitPage -dUseCropBox $@.pdf

pstoedit -f plot-svg -dt -ssp -sclip $@.eps | sed 's/<rect[^<>]+id="background"[^<>]*>//g' > $@.svg




使い方 
sh tex_svg.sh taylor
これで
taylor.dvi taylor.pdf taylor.eps taylor.svg
が、得られる

(03)変換した数式のsvgをinkscapeで開いて、調整する

数式オブジェクトを選択する
オブジェクト 変形 拡大縮小 比率を維持して拡大縮小
独立文 構造数式100%
文中数式40%
ファイル ドキュメントの設定 ページを選択ドキュメントにフィット

(04)inkscapeで調整されたsvgを、テキストエディタで開き、内容をsigilに貼り付ける
ただし、1行目の
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
という、宣言文は除く



(05)epubで日本語が表示出きるように、sigilで5行目の宣言を下記のように変更する。
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="ja">

(06)保存して、表示してみる

Adobe Digital Editionsで数式をsvg化したものを埋め込んだ文章を表示


FBReaderで数式をsvg化したものを埋め込んだ文章を表示



[注意]

AdobeDigitalEditionsでは、埋め込んだsvgの数式が表示できる
FBReaderでは埋め込んだsvgの数式が表示できない

svgをテキストエディタで開いたとき
<desc id="desc5"></desc>
タグで囲まれている部分に、tex数式を書き込んでおくとよい。
FBReaderのようなsvgが表示できないepubリーダーで、どんな数式が書いてあるのか、とりあえず分かるようになる。

FBReaderでsvgの数式を表示するには、直接埋め込むのではなく、imageとして挿入する必要がある。
しかし、文中式の表示ができない。
独立した行の中央に表示される。
この方法の問題点は、数式の大きさが固定されてしまう点だ。
直接svgで数式を埋め込む方式なら、数式の大きさが変えられるので、視力に自信が無い人にもやさしい。


掲載したtexソースでは、大きさを30ptにしてある
文中に含める数式に使用するsvgのソースとしてのtexファイルなら12ptの大きさに変更した方が便利だ。inlscape上での作業が減る。

[参考]

LaTeX の数式を PNG と SVG に変換する - akihiko’s tech note
http://d.hatena.ne.jp/aki-yam/20080924/1222280563

[その他]


サンプル taylor.epub のダウンロード
taylor.epub

以下、ソース google doc
taylor_epub_src

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="ja">
<head>
  <title></title>

  <title id="title3">SVG drawing</title>

  <title id="title3">SVG drawing</title>

  <title id="title3">SVG drawing</title>
  
<style type="text/css">
g.sgc-3 {font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0}
  line.sgc-2 {stroke-width:1.18840003}
  path.sgc-1 {fill:#000000;fill-rule:nonzero;stroke-width:0}
</style>
</head>

<body>
  <p>テイラー展開(テイラーてんかい、Taylor expansion)とは、無限回微分可能な関数 f(x) から、テイラー級数(テイラーきゅうすう、Taylor series)と呼ばれる、負冪の項を持たない冪級数を得ることを言う。名称は数学者ブルック・テイラーに由来する。 実数または複素数関数の f(x) が 1 変数関数の場合には<br /></p>

  <svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="337.76035" version="1.1" preserveAspectRatio="none" height="56.274639" viewBox="0 0 0.46911159 0.078159221" sodipodi:docname="taylor.svg" id="body" inkscape:version="0.47 r22583">
    <metadata id="metadata58">image/svg+xml</metadata>

    <defs id="defs56"></defs>

    <desc id="desc5">sum_{n=0}^{infty} frac{f^{(n)}(a)}{n!} (x - a)^{n}</desc>

    <g xmlns:xml="http://www.w3.org/XML/1998/namespace" class="sgc-3" font-style="normal" word-spacing="normal" id="content" font-weight="normal" xml:space="preserve" font-stretch="normal" letter-spacing="normal" transform="matrix(0.0017361,0,0,-0.0017361,-0.18532868,1.201034)" stroke-miterlimit="10.433" font-variant="normal" font-size-adjust="none">
      <path class="sgc-1" id="path8" d="m 117.61,663.68 -10.56,-13.06 c -0.24,-0.3 -0.27,-0.36 -0.27,-0.48 0,-0.33 0.27,-0.33 0.81,-0.33 h 24.66 l 2.55,7.41 h -0.74 c -0.74,-2.23 -2.74,-4.04 -5.26,-4.91 -0.48,-0.15 -2.53,-0.86 -6.91,-0.86 h -12.64 l 10.32,12.76 c 0.21,0.27 0.27,0.36 0.27,0.48 0,0.12 -0.03,0.15 -0.21,0.41 l -9.67,13.28 h 11.79 c 3.39,0 10.23,-0.22 12.31,-5.78 h 0.74 l -2.55,6.96 h -24.66 c -0.81,0 -0.84,-0.03 -0.84,-0.95 z"></path>

      <path class="sgc-1" id="path10" d="m 148.54,677.9 -0.11,0.11 -0.09,0.12 -0.1,0.1 -0.09,0.11 -0.08,0.1 -0.08,0.09 -0.08,0.09 -0.08,0.08 -0.07,0.09 -0.07,0.07 -0.07,0.08 -0.07,0.07 -0.06,0.07 -0.06,0.07 -0.07,0.06 -0.06,0.06 -0.12,0.12 -0.11,0.11 -0.12,0.1 -0.12,0.1 -0.12,0.1 -0.13,0.1 -0.06,0.05 -0.07,0.05 -0.07,0.05 -0.08,0.05 c -1.26,0.92 -2.6,1.27 -3.74,1.27 -2.58,0 -4.46,-2.21 -4.46,-4.71 h 0.58 c 0,2 1.63,3.57 3.55,3.57 1.93,0 3.27,-1.58 5.26,-4 h 0 c -0.83,-1.35 -2.64,-3.46 -5.18,-3.46 -2.15,0 -3.63,1.9 -3.63,3.89 h -0.58 c 0,-2.43 1.79,-4.68 4.4,-4.68 2.89,0 4.91,2.37 5.66,3.48 1.1,-1.29 1.44,-1.65 2.23,-2.21 1.27,-0.91 2.6,-1.27 3.75,-1.27 2.58,0 4.45,2.21 4.45,4.71 h -0.58 c 0,-2 -1.62,-3.57 -3.54,-3.57 -1.94,0 -3.27,1.59 -5.27,4 h 0 c 0.84,1.36 2.64,3.46 5.19,3.46 2.14,0 3.62,-1.89 3.62,-3.89 h 0.58 c 0,2.43 -1.79,4.68 -4.39,4.68 -2.9,0 -4.91,-2.37 -5.66,-3.47 z"></path>

      <path class="sgc-1" id="path12" d="m 139.04,649.65 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.04 -0.02,-0.06 -0.01,-0.07 -0.02,-0.07 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.04 -0.01,-0.03 0,-0.02 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.02 0,-0.02 -0.01,-0.02 0,-0.02 0,-0.02 0,-0.01 -0.01,-0.01 0,-0.01 0,-0.01 0,0 c 0,-0.46 0.38,-0.67 0.71,-0.67 0.37,0 0.71,0.28 0.81,0.46 0.1,0.19 0.27,0.85 0.38,1.29 0.1,0.4 0.33,1.36 0.45,1.88 0.13,0.45 0.25,0.91 0.36,1.39 0.23,0.86 0.27,1.02 0.87,1.88 0.59,0.83 1.56,1.91 3.13,1.91 1.2,0 1.23,-1.06 1.23,-1.46 0,-1.25 -0.9,-3.56 -1.23,-4.43 -0.23,-0.59 -0.32,-0.77 -0.32,-1.13 0,-1.1 0.92,-1.79 1.98,-1.79 2.09,0 3,2.88 3,3.19 0,0.27 -0.27,0.27 -0.33,0.27 -0.3,0 -0.32,-0.13 -0.4,-0.35 -0.48,-1.67 -1.37,-2.52 -2.2,-2.52 -0.44,0 -0.53,0.29 -0.53,0.72 0,0.48 0.11,0.75 0.48,1.69 0.25,0.65 1.11,2.85 1.11,4.02 0,2.02 -1.61,2.38 -2.71,2.38 -1.73,0 -2.9,-1.07 -3.52,-1.9 -0.15,1.43 -1.37,1.9 -2.23,1.9 -0.89,0 -1.37,-0.65 -1.64,-1.13 -0.46,-0.77 -0.75,-1.96 -0.75,-2.06 0,-0.27 0.29,-0.27 0.35,-0.27 0.29,0 0.32,0.06 0.46,0.62 0.31,1.23 0.71,2.25 1.52,2.25 0.54,0 0.69,-0.46 0.69,-1.02 0,-0.39 -0.19,-1.16 -0.34,-1.73 -0.14,-0.56 -0.35,-1.41 -0.46,-1.87 z"></path>

      <path class="sgc-1" id="path14" d="m 167.18,655.33 0.03,0 0.03,0 0.04,0 0.03,0 0.06,0 0.04,0 0.03,0.01 0.03,0 0.04,0 0.03,0.01 0.03,0.01 0.03,0 0.03,0.01 0.04,0.01 0.03,0.01 0.02,0.02 0.03,0.01 0.03,0.02 0.03,0.01 0.02,0.02 0.02,0.03 0.02,0.02 0.01,0.01 0.01,0.02 0.01,0.01 0.01,0.02 0.01,0.01 0.01,0.02 0,0.01 0.01,0.02 0.01,0.02 0,0.02 0.01,0.02 0,0.02 0,0.02 0.01,0.02 0,0.02 0,0.02 0,0.02 0,0.03 c 0,0.5 -0.5,0.5 -0.77,0.5 h -13.78 c -0.27,0 -0.77,0 -0.77,-0.5 0,-0.52 0.47,-0.52 0.79,-0.52 z"></path>

      <path class="sgc-1" id="path16" d="m 167.2,650.75 0.03,0 0.03,0 0.02,0 0.03,0 0.03,0 0.03,0 0.04,0 0.03,0 0.03,0.01 0.03,0 0.03,0.01 0.04,0 0.03,0.01 0.03,0.01 0.03,0.01 0.03,0.01 0.03,0.01 0.03,0.01 0.02,0.02 0.03,0.02 0.03,0.02 0.02,0.02 0.02,0.02 0.01,0.01 0.01,0.02 0.01,0.01 0.01,0.01 0.01,0.02 0.01,0.01 0,0.02 0.01,0.02 0.01,0.01 0,0.02 0.01,0.02 0,0.02 0,0.02 0.01,0.02 0,0.02 0,0.02 0,0.02 0,0.03 c 0,0.52 -0.47,0.52 -0.79,0.52 h -13.74 c -0.32,0 -0.79,0 -0.79,-0.52 0,-0.5 0.5,-0.5 0.77,-0.5 z"></path>

      <path class="sgc-1" id="path18" d="m 180.2,654.98 0,0.42 -0.01,0.41 -0.02,0.39 -0.03,0.38 -0.03,0.37 -0.05,0.35 -0.05,0.35 -0.07,0.33 -0.07,0.33 -0.09,0.32 -0.1,0.3 -0.11,0.3 -0.13,0.3 -0.14,0.28 -0.16,0.28 -0.08,0.14 -0.09,0.14 c -0.65,0.96 -1.93,1.79 -3.6,1.79 -4.83,0 -4.83,-5.68 -4.83,-7.18 0,-1.5 0,-7.06 4.83,-7.06 v 0.58 c -0.96,0 -2.23,0.56 -2.65,2.27 -0.29,1.23 -0.29,2.93 -0.29,4.47 0,1.53 0,3.11 0.31,4.25 0.44,1.65 1.77,2.08 2.63,2.08 1.12,0 2.2,-0.68 2.58,-1.89 0.33,-1.13 0.35,-2.63 0.35,-4.44 0,-1.54 0,-3.08 -0.27,-4.39 -0.41,-1.9 -1.83,-2.35 -2.66,-2.35 h 0 v -0.58 c 4.83,0 4.83,5.56 4.83,7.06 z"></path>

      <path class="sgc-1" id="path20" d="m 199.8,679.91 h 2.04 c 0.41,0 0.68,0 0.68,0.46 0,0.29 -0.27,0.29 -0.64,0.29 h -1.94 c 0.48,2.64 0.65,3.6 0.81,4.2 0.11,0.46 0.57,0.9 1.07,0.9 0.02,0 0.58,0 0.97,-0.25 -0.85,-0.27 -0.91,-1.02 -0.91,-1.14 0,-0.46 0.35,-0.78 0.83,-0.78 0.56,0 1.19,0.48 1.19,1.27 0,0.96 -1.02,1.48 -2.08,1.48 -0.92,0 -1.94,-0.52 -2.5,-1.56 -0.42,-0.77 -0.59,-1.71 -1.02,-4.12 h -1.65 c -0.42,0 -0.69,0 -0.69,-0.46 0,-0.29 0.27,-0.29 0.65,-0.29 h 1.54 c -0.02,-0.13 -1.33,-7.63 -1.83,-9.85 -0.11,-0.46 -0.46,-2.04 -1.46,-2.04 -0.02,0 -0.52,0 -0.91,0.25 0.85,0.27 0.91,1.02 0.91,1.14 0,0.46 -0.35,0.77 -0.83,0.77 -0.57,0 -1.19,-0.48 -1.19,-1.27 0,-0.93 0.98,-1.48 2.02,-1.48 1.34,0 2.25,1.38 2.5,1.84 0.75,1.39 1.23,3.95 1.27,4.2 z"></path>

      <path class="sgc-1" id="path22" d="m 211.83,691.44 0,0 0,0 0,0 0,0.01 0,0 0,0 0,0 0,0.01 0.01,0 0,0 0,0.01 0,0 0,0.01 0.01,0 0,0.01 0,0 0,0 0,0.01 0.01,0.01 0,0 0,0.01 0,0 0,0.01 0,0 0.01,0.01 0,0.01 0,0 0,0.01 0,0.01 0,0 0,0.01 0,0.01 c 0,0.06 -0.03,0.2 -0.25,0.2 -0.3,0 -4.12,-2.38 -4.12,-7.44 0,-5.03 3.82,-7.43 4.12,-7.43 0.22,0 0.25,0.15 0.25,0.21 0,0.1 -0.06,0.15 -0.12,0.19 -2.63,2.1 -3.1,5.12 -3.1,7.03 0,3.65 1.67,6.05 3.18,7.09 z"></path>

      <path class="sgc-1" id="path24" d="m 216.23,682.1 -0.01,-0.04 -0.01,-0.03 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 -0.02,-0.09 -0.02,-0.09 -0.02,-0.08 -0.02,-0.09 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 -0.01,-0.04 0,-0.03 -0.01,-0.04 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.02 0,-0.03 -0.01,-0.02 0,-0.01 0,-0.02 0,-0.01 0,-0.01 0,0 c 0,-0.33 0.26,-0.52 0.55,-0.52 0.22,0 0.55,0.12 0.71,0.49 0.01,0.07 0.19,0.77 0.28,1.16 0.51,2.01 0.51,2.04 0.54,2.1 0.19,0.4 1.26,2.48 3.08,2.48 0.73,0 1.04,-0.4 1.04,-1.07 0,-0.85 -0.63,-2.38 -0.97,-3.23 -0.07,-0.18 -0.15,-0.37 -0.15,-0.63 0,-0.77 0.74,-1.3 1.62,-1.3 1.59,0 2.41,1.93 2.41,2.3 0,0.21 -0.25,0.21 -0.31,0.21 -0.25,0 -0.27,-0.06 -0.35,-0.34 -0.29,-0.89 -0.97,-1.67 -1.69,-1.67 -0.34,0 -0.44,0.24 -0.44,0.57 0,0.31 0.05,0.46 0.19,0.79 0.25,0.59 0.94,2.29 0.94,3.11 0,1.1 -0.79,1.77 -2.2,1.77 -1.36,0 -2.29,-0.82 -2.82,-1.48 -0.07,1.22 -1.26,1.48 -1.81,1.48 -1.49,0 -1.92,-2.28 -1.92,-2.31 0,-0.21 0.24,-0.21 0.32,-0.21 0.25,0 0.28,0.09 0.34,0.28 0.22,0.87 0.56,1.73 1.19,1.73 0.5,0 0.61,-0.48 0.61,-0.79 0,-0.2 -0.15,-0.77 -0.24,-1.16 -0.11,-0.4 -0.25,-1.01 -0.33,-1.34 z"></path>

      <path class="sgc-1" id="path26" d="m 232.22,684.36 0,0.23 -0.01,0.23 -0.01,0.23 -0.02,0.22 -0.05,0.44 -0.07,0.42 -0.09,0.4 -0.1,0.39 -0.12,0.37 -0.13,0.36 -0.14,0.34 -0.15,0.33 -0.16,0.31 -0.17,0.3 -0.18,0.28 -0.18,0.27 -0.18,0.25 -0.19,0.24 -0.18,0.22 -0.19,0.21 -0.18,0.19 -0.18,0.18 -0.18,0.17 -0.17,0.15 -0.16,0.13 -0.16,0.12 -0.14,0.11 -0.14,0.09 -0.12,0.08 -0.11,0.06 -0.09,0.05 -0.07,0.04 -0.06,0.02 -0.04,0.01 c -0.24,0 -0.24,-0.18 -0.24,-0.21 0,-0.02 0,-0.11 0.09,-0.19 2.23,-1.78 3.13,-4.37 3.13,-7.04 0,-1.34 -0.26,-2.74 -0.76,-3.96 -0.72,-1.69 -1.65,-2.51 -2.38,-3.11 -0.04,-0.02 -0.08,-0.1 -0.08,-0.16 0,-0.03 0,-0.21 0.24,-0.21 0.3,0 4.12,2.38 4.12,7.44 z"></path>

      <path class="sgc-1" id="path28" d="m 243.35,687.3 -0.36,-0.27 -0.34,-0.27 -0.33,-0.28 -0.32,-0.3 -0.29,-0.29 -0.29,-0.31 -0.26,-0.31 -0.26,-0.32 -0.23,-0.32 -0.23,-0.33 -0.21,-0.34 -0.2,-0.33 -0.18,-0.34 -0.17,-0.34 -0.16,-0.35 -0.15,-0.34 -0.13,-0.35 -0.13,-0.35 -0.11,-0.35 -0.11,-0.35 -0.09,-0.34 -0.08,-0.35 -0.08,-0.34 -0.06,-0.34 -0.06,-0.34 -0.04,-0.34 -0.04,-0.33 -0.03,-0.32 -0.03,-0.32 -0.01,-0.32 -0.01,-0.31 -0.01,-0.3 c 0,-2.94 0.88,-7.5 5,-10.41 0.17,0 0.42,0 0.42,0.25 0,0.13 -0.06,0.16 -0.21,0.31 -2.77,2.5 -3.79,6.04 -3.79,9.83 0,5.62 2.15,8.37 3.85,9.91 0.09,0.09 0.15,0.15 0.15,0.25 0,0.25 -0.25,0.25 -0.42,0.25 z"></path>

      <path class="sgc-1" id="path30" d="m 254.04,679.64 -0.05,0.06 -0.04,0.06 -0.05,0.07 -0.04,0.06 -0.05,0.06 -0.05,0.06 -0.05,0.05 -0.05,0.06 -0.06,0.05 -0.05,0.06 -0.06,0.05 -0.06,0.05 -0.06,0.05 -0.07,0.04 -0.06,0.05 -0.07,0.04 -0.06,0.04 -0.07,0.04 -0.07,0.03 -0.08,0.04 -0.07,0.03 -0.08,0.03 -0.07,0.03 -0.08,0.02 -0.08,0.02 -0.09,0.02 -0.08,0.02 -0.09,0.01 -0.09,0.01 -0.08,0.01 -0.1,0.01 -0.09,0 c -2.67,0 -5.37,-2.94 -5.37,-5.94 0,-2.02 1.35,-3.45 3.14,-3.45 l 0.06,0.57 c -0.77,0 -1.52,0.55 -1.52,2.02 0,1.11 0.61,3.4 1.09,4.23 0.96,1.67 2.02,1.98 2.6,1.98 1.46,0 1.85,-1.58 1.85,-1.81 0,-0.08 -0.04,-0.23 -0.06,-0.29 l -0.98,-3.9 c -0.15,-0.58 -0.6,-1 -1.06,-1.39 -0.19,-0.17 -1.02,-0.84 -1.92,-0.84 l -0.06,-0.57 c 1.13,0 2.13,0.64 2.96,1.45 0.4,-1.25 1.6,-1.45 2.15,-1.45 0.74,0 1.27,0.45 1.64,1.1 0.46,0.81 0.73,2 0.73,2.08 0,0.27 -0.27,0.27 -0.34,0.27 -0.29,0 -0.31,-0.08 -0.45,-0.65 -0.25,-1 -0.65,-2.22 -1.53,-2.22 -0.53,0 -0.68,0.46 -0.68,1.02 0,0.35 0.16,1.1 0.31,1.64 0.15,0.56 0.35,1.42 0.46,1.88 l 0.41,1.58 c 0.13,0.54 0.38,1.52 0.38,1.62 0,0.46 -0.38,0.67 -0.71,0.67 -0.35,0 -0.83,-0.25 -0.95,-0.83 z"></path>

      <path class="sgc-1" id="path32" d="m 260.05,687.3 -0.01,0 -0.02,0 -0.01,0 -0.02,0 -0.01,0 -0.02,0 -0.02,0 -0.01,0 -0.02,0 -0.01,-0.01 -0.02,0 -0.02,0 -0.01,-0.01 -0.02,0 -0.02,0 -0.01,-0.01 -0.02,-0.01 -0.01,0 -0.01,-0.01 -0.02,-0.01 -0.01,-0.01 -0.01,-0.01 -0.01,-0.01 -0.01,-0.01 0,0 -0.01,-0.01 0,-0.01 -0.01,-0.01 0,0 0,-0.01 -0.01,-0.01 0,-0.01 0,-0.01 -0.01,-0.01 0,-0.01 0,0 0,-0.01 0,-0.02 0,-0.01 0,-0.01 0,-0.01 c 0,-0.1 0.06,-0.16 0.18,-0.31 1.79,-1.65 3.79,-4.46 3.79,-9.83 0,-4.35 -1.35,-7.64 -3.6,-9.68 -0.35,-0.35 -0.37,-0.38 -0.37,-0.48 0,-0.1 0.06,-0.25 0.27,-0.25 0.25,0 2.23,1.37 3.6,3.98 0.92,1.72 1.52,3.97 1.52,6.41 0,2.94 -0.87,7.5 -5,10.41 z"></path>

      <line class="sgc-2" id="line34" y1="664.65997" x1="191.32001" y2="664.65997" x2="267.45999"></line>

      <path class="sgc-1" id="path36" d="m 221.21,648.3 0,-0.03 -0.01,-0.02 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.04 0,-0.03 -0.02,-0.07 -0.02,-0.06 -0.02,-0.07 0,-0.03 -0.01,-0.04 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.03 0,-0.02 -0.01,-0.03 -0.01,-0.02 0,-0.03 0,-0.02 -0.01,-0.01 0,-0.02 0,-0.02 0,-0.01 -0.01,-0.01 0,0 0,0 c 0,-0.46 0.38,-0.67 0.71,-0.67 0.38,0 0.71,0.27 0.81,0.46 0.11,0.19 0.28,0.85 0.38,1.29 0.1,0.4 0.33,1.35 0.46,1.87 0.12,0.46 0.25,0.92 0.35,1.4 0.23,0.85 0.27,1.02 0.88,1.87 0.58,0.83 1.56,1.92 3.12,1.92 1.21,0 1.23,-1.06 1.23,-1.46 0,-1.25 -0.9,-3.56 -1.23,-4.43 -0.23,-0.59 -0.31,-0.77 -0.31,-1.13 0,-1.1 0.91,-1.79 1.98,-1.79 2.08,0 3,2.87 3,3.19 0,0.27 -0.28,0.27 -0.34,0.27 -0.29,0 -0.31,-0.13 -0.39,-0.36 -0.48,-1.66 -1.38,-2.52 -2.21,-2.52 -0.44,0 -0.52,0.29 -0.52,0.73 0,0.48 0.1,0.75 0.48,1.69 0.25,0.65 1.1,2.85 1.1,4.02 0,2.02 -1.6,2.37 -2.71,2.37 -1.72,0 -2.89,-1.06 -3.52,-1.89 -0.14,1.44 -1.37,1.89 -2.22,1.89 -0.9,0 -1.38,-0.64 -1.65,-1.12 -0.46,-0.77 -0.75,-1.96 -0.75,-2.07 0,-0.26 0.29,-0.26 0.35,-0.26 0.3,0 0.32,0.06 0.46,0.62 0.32,1.23 0.71,2.25 1.52,2.25 0.54,0 0.69,-0.46 0.69,-1.02 0,-0.4 -0.19,-1.17 -0.33,-1.73 -0.15,-0.56 -0.36,-1.42 -0.46,-1.87 z"></path>

      <path class="sgc-1" id="path38" d="m 237.95,660.72 0,0.06 0,0.07 -0.01,0.07 -0.02,0.06 -0.01,0.06 -0.02,0.06 -0.02,0.06 -0.03,0.05 -0.02,0.05 -0.03,0.05 -0.04,0.05 -0.03,0.05 -0.04,0.04 -0.03,0.04 -0.04,0.04 -0.05,0.04 -0.04,0.03 -0.05,0.04 -0.04,0.03 -0.05,0.02 -0.05,0.03 -0.05,0.02 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.05,0.02 -0.05,0.01 -0.06,0.01 -0.05,0.01 -0.05,0 -0.05,0.01 -0.05,0 c -0.61,0 -1.21,-0.44 -1.21,-1.14 l 0.81,-9.19 c 0.04,-0.46 0.1,-0.5 0.4,-0.5 0.27,0 0.33,0.04 0.37,0.48 z"></path>

      <path class="sgc-1" id="path40" d="m 237.95,648.2 0,0.06 0,0.06 -0.01,0.06 -0.01,0.06 -0.02,0.05 -0.01,0.06 -0.02,0.05 -0.02,0.06 -0.03,0.05 -0.02,0.05 -0.03,0.05 -0.03,0.05 -0.04,0.05 -0.03,0.04 -0.04,0.04 -0.04,0.04 -0.04,0.04 -0.04,0.04 -0.05,0.04 -0.05,0.03 -0.04,0.03 -0.05,0.03 -0.05,0.03 -0.06,0.02 -0.05,0.02 -0.06,0.02 -0.05,0.02 -0.06,0.01 -0.06,0.01 -0.05,0.01 -0.06,0.01 -0.06,0 c -0.73,0 -1.21,-0.59 -1.21,-1.19 0,-0.73 0.58,-1.21 1.19,-1.21 0.68,0 1.2,0.52 1.2,1.21 z"></path>

      <path class="sgc-1" id="path42" d="m 280.86,650.09 0,0.02 0,0.01 0,0.01 0,0.01 0,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.02 -0.01,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.02 -0.02,0.02 -0.01,0.02 -0.02,0.02 -0.01,0.01 -0.01,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.01,0.01 -0.02,0.02 -0.01,0.01 -0.01,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.01 -0.01,0.02 -0.02,0.02 -0.02,0.01 -0.01,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.03,0.03 -0.02,0.02 -0.02,0.02 c -3.72,3.75 -4.67,9.37 -4.67,13.93 0,5.17 1.13,10.35 4.79,14.07 0.38,0.35 0.38,0.42 0.38,0.5 0,0.21 -0.11,0.3 -0.29,0.3 -0.3,0 -2.98,-2.02 -4.73,-5.8 -1.52,-3.27 -1.88,-6.58 -1.88,-9.07 0,-2.32 0.33,-5.92 1.97,-9.29 1.78,-3.65 4.34,-5.59 4.64,-5.59 0.18,0 0.29,0.09 0.29,0.3 z"></path>

      <path class="sgc-1" id="path44" d="m 292.54,666.22 0.02,0.07 0.02,0.09 0.02,0.1 0.03,0.11 0.03,0.11 0.04,0.13 0.04,0.13 0.04,0.13 0.05,0.14 0.05,0.14 0.06,0.15 0.06,0.15 0.07,0.15 0.07,0.14 0.08,0.15 0.08,0.15 0.09,0.15 0.09,0.14 0.1,0.14 0.1,0.13 0.12,0.13 0.11,0.12 0.13,0.11 0.13,0.11 0.14,0.09 0.14,0.09 0.08,0.04 0.08,0.03 0.08,0.04 0.08,0.03 0.08,0.02 0.08,0.03 0.09,0.02 0.09,0.02 0.09,0.01 0.09,0.01 0.1,0.01 0.09,0 c 0.15,0 0.87,0 1.49,-0.39 -0.83,-0.15 -1.42,-0.89 -1.42,-1.61 0,-0.47 0.32,-1.04 1.13,-1.04 0.65,0 1.6,0.54 1.6,1.73 0,1.55 -1.75,1.96 -2.76,1.96 -1.73,0 -2.77,-1.58 -3.13,-2.26 -0.74,1.96 -2.35,2.26 -3.21,2.26 -3.09,0 -4.79,-3.84 -4.79,-4.58 0,-0.3 0.3,-0.3 0.36,-0.3 0.23,0 0.32,0.06 0.38,0.33 1.01,3.15 2.98,3.9 3.99,3.9 0.56,0 1.61,-0.27 1.61,-2 0,-0.92 -0.51,-2.91 -1.61,-7.08 -0.48,-1.84 -1.52,-3.09 -2.83,-3.09 -0.18,0 -0.86,0 -1.49,0.39 0.75,0.14 1.4,0.77 1.4,1.6 0,0.8 -0.65,1.04 -1.1,1.04 -0.89,0 -1.64,-0.77 -1.64,-1.72 0,-1.37 1.49,-1.97 2.8,-1.97 1.97,0 3.04,2.08 3.13,2.26 0.35,-1.1 1.43,-2.26 3.21,-2.26 3.06,0 4.76,3.84 4.76,4.58 0,0.3 -0.27,0.3 -0.36,0.3 -0.27,0 -0.32,-0.12 -0.38,-0.32 -0.99,-3.19 -3.01,-3.9 -3.96,-3.9 -1.16,0 -1.64,0.95 -1.64,1.96 0,0.66 0.18,1.31 0.51,2.62 z"></path>

      <path class="sgc-1" id="path46" d="m 325.83,664.07 0.09,0 0.1,0 0.09,0 0.05,0.01 0.04,0 0.05,0 0.04,0.01 0.05,0 0.04,0.01 0.04,0.01 0.04,0.01 0.04,0.01 0.04,0.01 0.03,0.02 0.04,0.02 0.03,0.01 0.03,0.03 0.03,0.02 0.03,0.02 0.02,0.03 0.03,0.03 0.01,0.02 0.01,0.01 0.01,0.02 0,0.02 0.01,0.02 0.01,0.02 0.01,0.02 0,0.02 0.01,0.02 0,0.02 0.01,0.03 0,0.02 0,0.02 0.01,0.03 0,0.03 0,0.02 c 0,0.6 -0.54,0.6 -1.04,0.6 h -16.1 c -0.5,0 -1.04,0 -1.04,-0.6 0,-0.59 0.54,-0.59 1.04,-0.59 z"></path>

      <path class="sgc-1" id="path48" d="m 347.06,668.48 -0.05,0.1 -0.05,0.1 -0.06,0.1 -0.06,0.09 -0.05,0.1 -0.07,0.09 -0.06,0.09 -0.06,0.09 -0.07,0.08 -0.07,0.09 -0.07,0.08 -0.08,0.07 -0.07,0.08 -0.08,0.07 -0.08,0.07 -0.09,0.06 -0.08,0.06 -0.09,0.06 -0.09,0.06 -0.09,0.05 -0.1,0.05 -0.1,0.04 -0.1,0.04 -0.1,0.04 -0.1,0.03 -0.11,0.03 -0.11,0.02 -0.12,0.02 -0.11,0.02 -0.12,0.01 -0.12,0.01 -0.13,0 0.04,-0.66 c 1.93,0 2.34,-2.44 2.34,-2.62 0,-0.17 -0.06,-0.35 -0.09,-0.5 l -1.48,-5.83 c -0.15,-0.54 -0.15,-0.59 -0.6,-1.1 -1.31,-1.64 -2.53,-2.11 -3.36,-2.11 -1.49,0 -1.9,1.63 -1.9,2.79 0,1.49 0.95,5.15 1.63,6.52 0.92,1.75 2.26,2.85 3.46,2.85 l -0.04,0.66 c -3.48,0 -7.17,-4.37 -7.17,-8.72 0,-2.79 1.64,-4.76 3.96,-4.76 0.6,0 2.09,0.12 3.87,2.23 0.23,-1.24 1.28,-2.23 2.71,-2.23 1.04,0 1.72,0.69 2.2,1.64 0.5,1.07 0.89,2.89 0.89,2.94 0,0.3 -0.27,0.3 -0.36,0.3 -0.3,0 -0.33,-0.12 -0.41,-0.53 -0.51,-1.94 -1.05,-3.69 -2.26,-3.69 -0.81,0 -0.9,0.77 -0.9,1.37 0,0.65 0.06,0.89 0.39,2.2 0.33,1.25 0.38,1.55 0.65,2.67 l 1.07,4.17 c 0.21,0.83 0.21,0.89 0.21,1.01 0,0.51 -0.35,0.8 -0.86,0.8 -0.71,0 -1.16,-0.65 -1.25,-1.3 z"></path>

      <path class="sgc-1" id="path50" d="m 360.3,664.67 0,0.22 0,0.23 -0.01,0.23 -0.01,0.25 -0.02,0.5 -0.04,0.52 -0.05,0.55 -0.06,0.57 -0.08,0.58 -0.1,0.6 -0.11,0.61 -0.14,0.62 -0.16,0.63 -0.19,0.63 -0.2,0.63 -0.24,0.64 -0.13,0.32 -0.13,0.32 -0.14,0.31 -0.15,0.32 c -1.79,3.66 -4.35,5.59 -4.64,5.59 -0.18,0 -0.3,-0.11 -0.3,-0.29 0,-0.09 0,-0.15 0.56,-0.69 2.92,-2.94 4.61,-7.67 4.61,-13.89 0,-5.09 -1.1,-10.33 -4.78,-14.07 -0.39,-0.36 -0.39,-0.42 -0.39,-0.51 0,-0.18 0.12,-0.3 0.3,-0.3 0.29,0 2.97,2.03 4.73,5.8 1.51,3.28 1.87,6.58 1.87,9.08 z"></path>

      <path class="sgc-1" id="path52" d="m 365.8,669.35 -0.01,-0.02 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.04 -0.02,-0.06 -0.01,-0.07 -0.02,-0.07 -0.02,-0.06 0,-0.04 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 0,-0.02 -0.01,-0.03 0,-0.03 -0.01,-0.02 0,-0.02 -0.01,-0.02 0,-0.02 0,-0.02 -0.01,-0.01 0,-0.02 0,0 0,-0.01 0,0 0,0 c 0,-0.46 0.37,-0.67 0.71,-0.67 0.37,0 0.7,0.27 0.81,0.46 0.1,0.19 0.27,0.86 0.37,1.29 0.11,0.4 0.34,1.35 0.46,1.87 0.13,0.46 0.25,0.92 0.36,1.4 0.23,0.85 0.27,1.02 0.87,1.87 0.58,0.84 1.56,1.92 3.13,1.92 1.2,0 1.22,-1.06 1.22,-1.46 0,-1.25 -0.89,-3.56 -1.22,-4.43 -0.23,-0.59 -0.32,-0.77 -0.32,-1.13 0,-1.1 0.92,-1.79 1.98,-1.79 2.08,0 3,2.87 3,3.19 0,0.27 -0.27,0.27 -0.34,0.27 -0.28,0 -0.31,-0.13 -0.39,-0.36 -0.48,-1.66 -1.37,-2.52 -2.21,-2.52 -0.43,0 -0.52,0.3 -0.52,0.74 0,0.47 0.11,0.75 0.48,1.68 0.25,0.65 1.11,2.85 1.11,4.02 0,2.02 -1.61,2.37 -2.71,2.37 -1.73,0 -2.9,-1.06 -3.52,-1.89 -0.15,1.44 -1.38,1.89 -2.23,1.89 -0.9,0 -1.37,-0.64 -1.65,-1.12 -0.45,-0.77 -0.75,-1.96 -0.75,-2.07 0,-0.26 0.3,-0.26 0.36,-0.26 0.29,0 0.31,0.06 0.46,0.62 0.31,1.23 0.71,2.25 1.52,2.25 0.54,0 0.68,-0.46 0.68,-1.02 0,-0.4 -0.18,-1.17 -0.33,-1.73 -0.14,-0.56 -0.35,-1.41 -0.46,-1.87 z"></path>
    </g>
  </svg>

  <p><br />
  ここで n! は n の階乗で、</p>

  <svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="43.434723" version="1.1" preserveAspectRatio="none" height="16.919891" viewBox="0 0 0.060326004 0.023499849" sodipodi:docname="taylor2.svg" id="body" inkscape:version="0.47 r22583">
    <metadata id="metadata26">image/svg+xml</metadata>

    <defs id="defs24"></defs>

    <desc id="desc5">f^(n) (a)</desc>

    <g xmlns:xml="http://www.w3.org/XML/1998/namespace" class="sgc-3" font-style="normal" word-spacing="normal" id="content" font-weight="normal" xml:space="preserve" font-stretch="normal" letter-spacing="normal" transform="matrix(6.9444e-4,0,0,-6.9444e-4,-0.07406897,0.47810111)" stroke-miterlimit="10.433" font-variant="normal" font-size-adjust="none">
      <path class="sgc-1" id="path8" d="m 116,673.97 h 2.56 c 0.6,0 0.89,0 0.89,0.59 0,0.33 -0.29,0.33 -0.8,0.33 h -2.47 l 0.63,3.39 c 0.12,0.63 0.53,2.74 0.71,3.1 0.27,0.56 0.77,1.01 1.4,1.01 0.12,0 0.89,0 1.46,-0.54 -1.31,-0.12 -1.61,-1.16 -1.61,-1.6 0,-0.69 0.54,-1.05 1.1,-1.05 0.77,0 1.64,0.66 1.64,1.79 0,1.36 -1.37,2.05 -2.59,2.05 -1.01,0 -2.88,-0.54 -3.78,-3.48 -0.18,-0.63 -0.26,-0.92 -0.98,-4.67 h -2.05 c -0.57,0 -0.9,0 -0.9,-0.57 0,-0.35 0.27,-0.35 0.84,-0.35 h 1.96 l -2.23,-11.75 c -0.54,-2.89 -1.04,-5.6 -2.59,-5.6 -0.12,0 -0.86,0 -1.43,0.54 1.37,0.09 1.64,1.16 1.64,1.61 0,0.68 -0.54,1.03 -1.1,1.03 -0.78,0 -1.64,-0.65 -1.64,-1.78 0,-1.34 1.31,-2.05 2.53,-2.05 1.64,0 2.83,1.75 3.37,2.88 0.94,1.88 1.63,5.48 1.66,5.68 z"></path>

      <path class="sgc-1" id="path10" d="m 130.24,688.47 -0.36,-0.27 -0.35,-0.28 -0.33,-0.28 -0.31,-0.29 -0.3,-0.3 -0.28,-0.31 -0.27,-0.31 -0.25,-0.32 -0.24,-0.32 -0.22,-0.33 -0.21,-0.33 -0.2,-0.34 -0.18,-0.34 -0.17,-0.34 -0.16,-0.34 -0.15,-0.35 -0.14,-0.35 -0.12,-0.35 -0.11,-0.34 -0.11,-0.35 -0.09,-0.35 -0.08,-0.35 -0.08,-0.34 -0.06,-0.34 -0.06,-0.34 -0.04,-0.33 -0.04,-0.33 -0.03,-0.33 -0.03,-0.32 -0.01,-0.31 -0.01,-0.31 0,-0.31 c 0,-2.93 0.87,-7.49 4.99,-10.41 0.17,0 0.42,0 0.42,0.25 0,0.12 -0.06,0.17 -0.21,0.31 -2.77,2.5 -3.79,6.04 -3.79,9.83 0,5.63 2.14,8.38 3.85,9.92 0.09,0.08 0.15,0.14 0.15,0.25 0,0.25 -0.25,0.25 -0.42,0.25 z"></path>

      <path class="sgc-1" id="path12" d="m 134.68,674.16 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 -0.01,-0.07 -0.02,-0.07 -0.02,-0.06 -0.01,-0.07 -0.01,-0.03 -0.01,-0.03 -0.01,-0.03 0,-0.03 -0.01,-0.03 -0.01,-0.02 0,-0.03 -0.01,-0.02 0,-0.03 0,-0.02 -0.01,-0.02 0,-0.01 0,-0.02 -0.01,-0.01 0,0 0,-0.01 0,0 0,-0.01 c 0,-0.46 0.38,-0.66 0.71,-0.66 0.37,0 0.71,0.27 0.81,0.45 0.1,0.19 0.27,0.86 0.38,1.3 0.1,0.39 0.33,1.35 0.45,1.87 0.13,0.46 0.25,0.92 0.36,1.4 0.23,0.85 0.27,1.02 0.87,1.87 0.59,0.83 1.56,1.92 3.13,1.92 1.2,0 1.23,-1.07 1.23,-1.46 0,-1.25 -0.9,-3.56 -1.23,-4.44 -0.23,-0.58 -0.32,-0.77 -0.32,-1.12 0,-1.11 0.92,-1.79 1.98,-1.79 2.09,0 3,2.87 3,3.18 0,0.27 -0.27,0.27 -0.33,0.27 -0.3,0 -0.31,-0.12 -0.4,-0.35 -0.48,-1.67 -1.37,-2.52 -2.2,-2.52 -0.44,0 -0.53,0.29 -0.53,0.73 0,0.48 0.11,0.75 0.48,1.69 0.25,0.64 1.11,2.85 1.11,4.02 0,2.02 -1.61,2.37 -2.71,2.37 -1.73,0 -2.9,-1.06 -3.52,-1.9 -0.15,1.44 -1.37,1.9 -2.23,1.9 -0.89,0 -1.37,-0.65 -1.64,-1.12 -0.46,-0.78 -0.75,-1.96 -0.75,-2.07 0,-0.27 0.29,-0.27 0.35,-0.27 0.29,0 0.32,0.06 0.46,0.63 0.31,1.23 0.71,2.25 1.52,2.25 0.54,0 0.69,-0.46 0.69,-1.02 0,-0.4 -0.19,-1.17 -0.34,-1.73 -0.14,-0.56 -0.35,-1.42 -0.46,-1.88 z"></path>

      <path class="sgc-1" id="path14" d="m 148.73,688.47 -0.01,0 -0.01,-0.01 -0.02,0 -0.02,0 -0.01,0 -0.02,0 -0.01,0 -0.02,0 -0.02,0 -0.01,0 -0.02,-0.01 -0.02,0 -0.01,0 -0.02,-0.01 -0.02,0 -0.01,-0.01 -0.02,0 -0.01,-0.01 -0.01,-0.01 -0.02,-0.01 -0.01,-0.01 -0.01,-0.01 -0.01,-0.01 -0.01,0 0,-0.01 -0.01,-0.01 0,0 -0.01,-0.01 0,-0.01 0,-0.01 -0.01,-0.01 0,0 0,-0.01 -0.01,-0.01 0,-0.01 0,-0.01 0,-0.01 0,-0.01 0,-0.01 0,-0.01 0,-0.01 c 0,-0.11 0.06,-0.17 0.18,-0.32 1.8,-1.64 3.79,-4.45 3.79,-9.83 0,-4.35 -1.35,-7.64 -3.6,-9.68 -0.35,-0.36 -0.37,-0.37 -0.37,-0.48 0,-0.1 0.06,-0.25 0.27,-0.25 0.25,0 2.23,1.37 3.6,3.98 0.91,1.73 1.52,3.98 1.52,6.41 0,2.94 -0.88,7.5 -5,10.42 z"></path>

      <path class="sgc-1" id="path16" d="m 167.48,654.93 0,0.01 0,0.02 0,0.01 0,0.01 0,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.02 -0.01,0.02 -0.01,0.01 -0.01,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.03 -0.03,0.02 -0.02,0.02 c -3.72,3.75 -4.67,9.37 -4.67,13.92 0,5.18 1.13,10.35 4.79,14.07 0.38,0.36 0.38,0.42 0.38,0.51 0,0.21 -0.11,0.3 -0.29,0.3 -0.3,0 -2.98,-2.03 -4.73,-5.8 -1.52,-3.28 -1.88,-6.58 -1.88,-9.08 0,-2.32 0.33,-5.92 1.97,-9.28 1.78,-3.66 4.34,-5.59 4.64,-5.59 0.18,0 0.29,0.09 0.29,0.3 z"></path>

      <path class="sgc-1" id="path18" d="m 180.29,673.31 -0.05,0.1 -0.06,0.11 -0.05,0.09 -0.06,0.1 -0.06,0.09 -0.06,0.1 -0.06,0.09 -0.07,0.08 -0.06,0.09 -0.07,0.08 -0.07,0.08 -0.08,0.08 -0.08,0.07 -0.07,0.08 -0.08,0.06 -0.09,0.07 -0.08,0.06 -0.09,0.06 -0.09,0.05 -0.09,0.06 -0.1,0.04 -0.1,0.05 -0.1,0.04 -0.1,0.04 -0.1,0.03 -0.11,0.03 -0.11,0.02 -0.12,0.02 -0.11,0.02 -0.12,0.01 -0.12,0.01 -0.13,0 c -3.48,0 -7.17,-4.38 -7.17,-8.72 0,-2.8 1.64,-4.76 3.96,-4.76 l 0.06,0.66 c -1.49,0 -1.9,1.63 -1.9,2.79 0,1.49 0.95,5.15 1.63,6.52 0.92,1.75 2.26,2.85 3.45,2.85 1.94,0 2.35,-2.44 2.35,-2.61 0,-0.18 -0.05,-0.36 -0.09,-0.51 l -1.49,-5.84 c -0.14,-0.53 -0.14,-0.59 -0.59,-1.09 -1.31,-1.64 -2.53,-2.11 -3.36,-2.11 l -0.06,-0.66 c 0.59,0 2.08,0.12 3.87,2.23 0.24,-1.25 1.28,-2.23 2.7,-2.23 1.05,0 1.73,0.69 2.21,1.64 0.5,1.07 0.89,2.88 0.89,2.94 0,0.3 -0.27,0.3 -0.36,0.3 -0.3,0 -0.33,-0.12 -0.42,-0.53 -0.5,-1.94 -1.03,-3.69 -2.26,-3.69 -0.8,0 -0.89,0.77 -0.89,1.37 0,0.65 0.06,0.89 0.39,2.2 0.33,1.25 0.38,1.54 0.65,2.68 l 1.08,4.16 c 0.2,0.83 0.2,0.89 0.2,1.01 0,0.5 -0.35,0.8 -0.86,0.8 -0.72,0 -1.16,-0.65 -1.25,-1.31 z"></path>

      <path class="sgc-1" id="path20" d="m 193.53,669.51 0,0.22 -0.01,0.23 0,0.23 -0.01,0.24 -0.02,0.51 -0.04,0.52 -0.05,0.55 -0.06,0.57 -0.08,0.58 -0.1,0.6 -0.12,0.61 -0.14,0.62 -0.16,0.62 -0.18,0.64 -0.21,0.63 -0.23,0.64 -0.13,0.32 -0.14,0.32 -0.14,0.31 -0.15,0.32 c -1.78,3.66 -4.34,5.59 -4.64,5.59 -0.18,0 -0.3,-0.12 -0.3,-0.3 0,-0.08 0,-0.15 0.57,-0.68 2.91,-2.95 4.61,-7.68 4.61,-13.89 0,-5.09 -1.1,-10.33 -4.79,-14.08 -0.39,-0.35 -0.39,-0.41 -0.39,-0.5 0,-0.18 0.12,-0.3 0.3,-0.3 0.3,0 2.98,2.02 4.73,5.8 1.52,3.27 1.88,6.58 1.88,9.08 z"></path>
    </g>
  </svg>

  <p>は &#402; の x = a における n 次導関数、&#402; の 0 次導関数は &#402; 自身である。また、</p>

  <svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="50.01968" version="1.1" preserveAspectRatio="none" height="16.024897" viewBox="0 0 0.069471779 0.022256801" sodipodi:docname="taylor3.svg" id="body" inkscape:version="0.47 r22583">
    <metadata id="metadata24">image/svg+xml</metadata>

    <defs id="defs22"></defs>

    <desc id="desc5">(x-a)^0</desc>

    <g xmlns:xml="http://www.w3.org/XML/1998/namespace" class="sgc-3" font-style="normal" word-spacing="normal" id="content" font-weight="normal" xml:space="preserve" font-stretch="normal" letter-spacing="normal" transform="matrix(6.9444e-4,0,0,-6.9444e-4,-0.07502035,0.47685806)" stroke-miterlimit="10.433" font-variant="normal" font-size-adjust="none">
      <path class="sgc-1" id="path8" d="m 114.93,654.93 0,0.01 0,0.02 0,0.01 0,0.01 0,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.01 0,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.02 -0.01,0.02 -0.01,0.01 -0.01,0.01 -0.01,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.01 -0.01,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.01 -0.02,0.02 -0.01,0.02 -0.02,0.01 -0.02,0.02 -0.02,0.02 -0.01,0.02 -0.02,0.02 -0.02,0.02 -0.02,0.02 -0.03,0.02 -0.02,0.03 -0.02,0.02 -0.02,0.02 c -3.72,3.75 -4.67,9.37 -4.67,13.92 0,5.18 1.13,10.35 4.79,14.07 0.38,0.36 0.38,0.42 0.38,0.51 0,0.21 -0.12,0.3 -0.29,0.3 -0.3,0 -2.98,-2.03 -4.73,-5.8 -1.52,-3.28 -1.88,-6.58 -1.88,-9.08 0,-2.32 0.33,-5.92 1.97,-9.28 1.78,-3.66 4.34,-5.59 4.64,-5.59 0.17,0 0.29,0.09 0.29,0.3 z"></path>

      <path class="sgc-1" id="path10" d="m 126.58,671.05 0.02,0.08 0.02,0.09 0.02,0.1 0.03,0.11 0.03,0.11 0.04,0.13 0.04,0.12 0.04,0.14 0.05,0.14 0.05,0.14 0.06,0.15 0.06,0.14 0.07,0.15 0.07,0.15 0.07,0.15 0.09,0.15 0.09,0.14 0.09,0.15 0.1,0.13 0.1,0.14 0.12,0.12 0.11,0.12 0.13,0.12 0.13,0.1 0.14,0.1 0.14,0.08 0.08,0.04 0.08,0.04 0.08,0.03 0.08,0.03 0.08,0.03 0.08,0.02 0.09,0.02 0.09,0.02 0.09,0.01 0.09,0.01 0.1,0.01 0.09,0 c 0.15,0 0.87,0 1.49,-0.38 -0.83,-0.15 -1.43,-0.9 -1.43,-1.61 0,-0.48 0.33,-1.04 1.13,-1.04 0.66,0 1.61,0.53 1.61,1.72 0,1.55 -1.75,1.97 -2.77,1.97 -1.72,0 -2.76,-1.58 -3.12,-2.26 -0.74,1.96 -2.35,2.26 -3.22,2.26 -3.09,0 -4.78,-3.84 -4.78,-4.58 0,-0.3 0.29,-0.3 0.36,-0.3 0.23,0 0.32,0.06 0.38,0.33 1.01,3.15 2.97,3.89 3.99,3.89 0.56,0 1.6,-0.26 1.6,-1.99 0,-0.92 -0.5,-2.91 -1.6,-7.08 -0.48,-1.84 -1.52,-3.09 -2.83,-3.09 -0.18,0 -0.86,0 -1.49,0.38 0.75,0.15 1.4,0.77 1.4,1.61 0,0.8 -0.65,1.04 -1.1,1.04 -0.89,0 -1.64,-0.77 -1.64,-1.73 0,-1.36 1.49,-1.96 2.8,-1.96 1.97,0 3.04,2.08 3.13,2.26 0.35,-1.1 1.42,-2.26 3.21,-2.26 3.06,0 4.76,3.84 4.76,4.58 0,0.3 -0.27,0.3 -0.36,0.3 -0.27,0 -0.33,-0.12 -0.39,-0.33 -0.98,-3.18 -3,-3.89 -3.96,-3.89 -1.15,0 -1.63,0.95 -1.63,1.96 0,0.66 0.18,1.31 0.51,2.62 z"></path>

      <path class="sgc-1" id="path12" d="m 159.86,668.91 0.1,0 0.09,0 0.1,0 0.04,0.01 0.05,0 0.05,0 0.04,0.01 0.04,0 0.05,0.01 0.04,0.01 0.04,0.01 0.04,0.01 0.04,0.01 0.03,0.02 0.04,0.02 0.03,0.01 0.03,0.03 0.03,0.02 0.03,0.02 0.02,0.03 0.02,0.03 0.02,0.02 0.01,0.01 0,0.02 0.01,0.02 0.01,0.02 0.01,0.02 0.01,0.02 0,0.02 0.01,0.02 0,0.02 0.01,0.03 0,0.02 0,0.02 0,0.03 0.01,0.03 0,0.02 c 0,0.6 -0.54,0.6 -1.05,0.6 h -16.09 c -0.5,0 -1.04,0 -1.04,-0.6 0,-0.59 0.54,-0.59 1.04,-0.59 z"></path>

      <path class="sgc-1" id="path14" d="m 181.1,673.31 -0.05,0.1 -0.06,0.11 -0.05,0.09 -0.06,0.1 -0.06,0.09 -0.06,0.1 -0.06,0.09 -0.07,0.08 -0.07,0.09 -0.06,0.08 -0.08,0.08 -0.07,0.08 -0.08,0.07 -0.08,0.08 -0.08,0.06 -0.08,0.07 -0.09,0.06 -0.08,0.06 -0.09,0.05 -0.1,0.06 -0.09,0.04 -0.1,0.05 -0.1,0.04 -0.1,0.04 -0.11,0.03 -0.1,0.03 -0.11,0.02 -0.12,0.02 -0.11,0.02 -0.12,0.01 -0.12,0.01 -0.13,0 c -3.48,0 -7.17,-4.38 -7.17,-8.72 0,-2.8 1.64,-4.76 3.96,-4.76 l 0.06,0.66 c -1.49,0 -1.91,1.63 -1.91,2.79 0,1.49 0.96,5.15 1.64,6.52 0.92,1.75 2.26,2.85 3.45,2.85 1.93,0 2.35,-2.44 2.35,-2.61 0,-0.18 -0.06,-0.36 -0.09,-0.51 l -1.49,-5.84 c -0.14,-0.53 -0.14,-0.59 -0.59,-1.09 -1.31,-1.64 -2.53,-2.11 -3.36,-2.11 l -0.06,-0.66 c 0.59,0 2.08,0.12 3.87,2.23 0.23,-1.25 1.28,-2.23 2.7,-2.23 1.05,0 1.73,0.69 2.21,1.64 0.5,1.07 0.89,2.88 0.89,2.94 0,0.3 -0.27,0.3 -0.36,0.3 -0.3,0 -0.33,-0.12 -0.42,-0.53 -0.5,-1.94 -1.04,-3.69 -2.26,-3.69 -0.8,0 -0.89,0.77 -0.89,1.37 0,0.65 0.06,0.89 0.39,2.2 0.32,1.25 0.38,1.54 0.65,2.68 l 1.07,4.16 c 0.21,0.83 0.21,0.89 0.21,1.01 0,0.5 -0.36,0.8 -0.86,0.8 -0.72,0 -1.16,-0.65 -1.25,-1.31 z"></path>

      <path class="sgc-1" id="path16" d="m 194.34,669.51 0,0.22 -0.01,0.23 0,0.23 -0.01,0.24 -0.03,0.51 -0.03,0.52 -0.05,0.55 -0.06,0.57 -0.08,0.58 -0.1,0.6 -0.12,0.61 -0.14,0.62 -0.16,0.62 -0.18,0.64 -0.21,0.63 -0.23,0.64 -0.13,0.32 -0.14,0.32 -0.14,0.31 -0.15,0.32 c -1.78,3.66 -4.34,5.59 -4.64,5.59 -0.18,0 -0.3,-0.12 -0.3,-0.3 0,-0.08 0,-0.15 0.57,-0.68 2.91,-2.95 4.61,-7.68 4.61,-13.89 0,-5.09 -1.1,-10.33 -4.79,-14.08 -0.39,-0.35 -0.39,-0.41 -0.39,-0.5 0,-0.18 0.12,-0.3 0.3,-0.3 0.3,0 2.98,2.02 4.73,5.8 1.52,3.27 1.88,6.58 1.88,9.08 z"></path>

      <path class="sgc-1" id="path18" d="m 208.07,679.49 -0.01,0.42 -0.01,0.41 -0.02,0.39 -0.02,0.39 -0.04,0.36 -0.04,0.36 -0.05,0.34 -0.07,0.34 -0.07,0.32 -0.09,0.32 -0.1,0.31 -0.11,0.3 -0.13,0.29 -0.14,0.29 -0.16,0.28 -0.08,0.14 -0.09,0.13 c -0.65,0.96 -1.94,1.8 -3.61,1.8 -4.82,0 -4.82,-5.69 -4.82,-7.19 0,-1.5 0,-7.06 4.82,-7.06 v 0.58 c -0.95,0 -2.22,0.56 -2.64,2.27 -0.29,1.23 -0.29,2.94 -0.29,4.48 0,1.52 0,3.1 0.31,4.25 0.44,1.64 1.77,2.08 2.62,2.08 1.13,0 2.21,-0.69 2.59,-1.89 0.33,-1.13 0.35,-2.63 0.35,-4.44 0,-1.54 0,-3.08 -0.27,-4.4 -0.42,-1.89 -1.83,-2.35 -2.67,-2.35 h 0 v -0.58 c 4.84,0 4.84,5.56 4.84,7.06 z"></path>
    </g>
  </svg>

  <p>と 0! は 1 と定義されている。この冪級数がもとの関数 f(x) に一致するとき、f(x) はテイラー展開可能であるという。</p>
</body>
</html>










0 コメント: