<?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>Go</anon>
    <anon>数値計算</anon>
    <anon>補間</anon>
    <anon>エルミート補間</anon>
  </categories>
  <description>をエルミート補間で近似する２個の関数値 f(x0), f(x1) と,それぞれの微分係数f'(x0), f'(x1) とを 与えられたとき, 与えられた２個の関数値を通る５３次式を求めるには, まず次のような表を作る. このとき, . あとは, ニュートン補間と同じ この式を使って, 与えられた点以外の点の値を求める. package main import &quot;fmt&quot; import &quot;math&quot; // データ点の数 const N = 3 const N2 = 6 func main() { var x [N]float64 var y [N]float64 var yy [N]float6…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffornext1119.hatenablog.com%2Fentry%2F20131214%2Fp3&quot; title=&quot;Go言語で関数の近似(エルミート補間) - 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-14 00:00:00</published>
  <title>Go言語で関数の近似(エルミート補間)</title>
  <type>rich</type>
  <url>https://fornext1119.hatenablog.com/entry/20131214/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
