<?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>数値計算</anon>
    <anon>連立一次方程式</anon>
    <anon>C++</anon>
    <anon>LU分解</anon>
  </categories>
  <description>連立一次方程式 を行列で表すと, こんな感じ このとき とすると, 最初の連立方程式は と表すことができる. このとき となる 上三角行列 , 下三角行列 を考えると, であり, とおくと となる.LU分解法では, 係数行列 を上三角行列 , 下三角行列 に分解し, から を求め, から を求める.上三角行列 は, ガウスの消去法で使った上三角行列そのもので,当然求め方も同じ. 下三角行列 は, ガウスの消去法の計算途中で使った値を保存しておくだけ. なので, ガウスの消去法とほとんど同じだが, 行列 の値だけを変えて繰り返し実行する場合に使う. #include &lt;iostream&gt; #in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffornext1119.hatenablog.com%2Fentry%2F2014%2F07%2F25%2F002308&quot; title=&quot;C++ で連立一次方程式を解く(LU分解法) - 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/20140724/20140724235121.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-07-25 00:23:08</published>
  <title>C++ で連立一次方程式を解く(LU分解法)</title>
  <type>rich</type>
  <url>https://fornext1119.hatenablog.com/entry/2014/07/25/002308</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
