<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>数学</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>昔作った64ビット整数を用いた多項式の計算を行うライブラリを使って、ルジャンドル多項式を計算してみよう。 単純に、 n乗してn回微分して割り算して、 だとすぐにオーバーフローして、13次までのルジャンドル多項式しか出てこない。 ちょっと工夫して、 1回微分しては2とi(1〜n)で割る、 だと28次まで求まる。 もう一工夫して、 1回微分しては2とi(n〜1)で割る、 だと31次まで求まる。 しかし、これはプログラミングは簡単で（ライブラリがあるから）、わずか17行で組めるけど、 本当は直接係数を計算したほうがいいような気がする。 昨日の表記は、関数の直交性、すなわち、 の確認しやすさのためにあ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20050908%2Fp1&quot; title=&quot;ルジャンドル多項式の具体的表示 - inamori’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-09-08 00:00:00</published>
  <title>ルジャンドル多項式の具体的表示</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20050908/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
