<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada22</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada22/</author_url>
  <blog_title>ryamadaの遺伝学・遺伝統計学メモ</blog_title>
  <blog_url>https://ryamada22.hatenablog.jp/</blog_url>
  <categories>
    <anon>幾何</anon>
    <anon>フーリエ変換</anon>
    <anon>調和関数</anon>
    <anon>ルジャンドル多項式</anon>
    <anon>球面調和関数</anon>
  </categories>
  <description>昨日の記事の続き 球面調和関数の和で表す ルジャンドル多項式というのがある の特異点を持つ多項式群である。ある微分方程式の解を構成する この多項式は,という漸化式であることが知られているので、これを使って、ルジャンドル多項式の係数を出す関数を作っておく my.Legendre &lt;- function(k){ Pm &lt;- list() Pm[[1]] &lt;- c(1) Pm[[2]] &lt;- c(0,1) if(k &lt;= 1){ return(Pm) } for(i in 3:(k+1)){ z &lt;- i-1 x1 &lt;- c(0,Pm[[i-1]]) x2 &lt;- Pm[[i-2]] L.x1 &lt;- …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada22.hatenablog.jp%2Fentry%2F20141203%2F1417572801&quot; title=&quot;３次元図形についてのちょっとしたメモ - ryamadaの遺伝学・遺伝統計学メモ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/r/ryamada22/20141203/20141203111308.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-03 11:13:21</published>
  <title>３次元図形についてのちょっとしたメモ</title>
  <type>rich</type>
  <url>https://ryamada22.hatenablog.jp/entry/20141203/1417572801</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
