<?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>
    <anon>プログラミング</anon>
  </categories>
  <description>例として を考える. この方程式を上から順に対角線上の変数について解くと となる. に適当な値を入れて右辺を計算し、 得られた値を新たなとして、計算を繰り返す. 漸化式で書くと package main import &quot;fmt&quot; import &quot;math&quot; const N = 4 func main() { var a [N][N]float64 = [N][N]float64{{9,2,1,1},{2,8,-2,1},{-1,-2,7,-2},{1,-1,-2,6}} var b=[]float64{20,16,8,17} var c=[]float64{0,0,0,0} jacobi(a,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffornext1119.hatenablog.com%2Fentry%2F2014%2F08%2F12%2F213012&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-12 21:30:12</published>
  <title>Go言語 で連立一次方程式を解く(ヤコビの反復法)</title>
  <type>rich</type>
  <url>https://fornext1119.hatenablog.com/entry/2014/08/12/213012</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
