<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gerumanium</author_name>
  <author_url>https://blog.hatena.ne.jp/gerumanium/</author_url>
  <blog_title>gerumaniumの日記</blog_title>
  <blog_url>https://gerumanium.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>スプライン補間をやりたかったのですが、 まだできたラグランジュ補間とニュートン補間を行いました。 以下のサイトを参考にしました。 &quot;補間法(ラグランジュ補間とスプライン補間)&quot; 解説はまた今度（くるのか？） #-*- coding:utf-8 -*- #ラグランジュ補間 import matplotlib.pyplot as plt def lagrange(x, y, n, t): s = 0.0 for i in xrange(n): p = y[i] for j in xrange(n): if i != j: p = p * (t - x[j]) / (x[i] - x[j]) s =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgerumanium.hatenadiary.org%2Fentry%2F20120416%2F1334580775&quot; title=&quot;ラグランジュ補間とニュートン補間の実装 - gerumaniumの日記&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/g/gerumanium/20120416/20120416215616.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-16 21:52:55</published>
  <title>ラグランジュ補間とニュートン補間の実装</title>
  <type>rich</type>
  <url>https://gerumanium.hatenadiary.org/entry/20120416/1334580775</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
