<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fornext1119</author_name>
  <author_url>https://blog.hatena.ne.jp/fornext1119/</author_url>
  <blog_title>ONLY DO WHAT ONLY YOU CAN DO</blog_title>
  <blog_url>https://fornext1119.hatenablog.com/</blog_url>
  <categories>
    <anon>F#</anon>
    <anon>数値計算</anon>
    <anon>補間</anon>
    <anon>ラグランジュ補間</anon>
  </categories>
  <description>をラグランジュ補間で近似するn+1個の点 (x0, y0), (x1, y1) … (xn, yn) が与えられているとき, これらすべての点を通る n次式は次のように表すことができる. この式を使って, 与えられた点以外の点の値を求める. module Fs0701 // データ点の数 - 1 let N = 6 // 元の関数 let f (x:double):double = x - System.Math.Pow(x,3.0) / (float (3 * 2)) + System.Math.Pow(x,5.0) / (float (5 * 4 * 3 * 2)) // Lagrange…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffornext1119.hatenablog.com%2Fentry%2F20131231%2Fp3&quot; title=&quot;F#で関数の近似(ラグランジュ補間) - ONLY DO WHAT ONLY YOU CAN DO&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>http://cdn-ak.f.st-hatena.com/images/fotolife/f/fornext1119/20131213/20131213103126.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-12-31 00:00:00</published>
  <title>F#で関数の近似(ラグランジュ補間)</title>
  <type>rich</type>
  <url>https://fornext1119.hatenablog.com/entry/20131231/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
