<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seinzumtode</author_name>
  <author_url>https://blog.hatena.ne.jp/seinzumtode/</author_url>
  <blog_title>how to code something</blog_title>
  <blog_url>https://seinzumtode.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>clear; close all;clc; A = [2 2 1; 3 6 2; 4 -2 5]; b = [4 2 8]'; [L, U] = lu_nopivot(A); y = forward_subs(L,b) [U2,y2] = forward_elim(U,y); %一度対角成分の係数をゼロにする必要あり x = backward_subs(U2,y2); function [L,U] = lu_nopivot(A) n=size(A,1); L=eye(n); for k=1:n L(k+1:n,k) = A(k+1:n,k)/A(k,k); for l=k+1:n A(l,:)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseinzumtode.hatenadiary.jp%2Fentry%2F2025%2F04%2F12%2F142817&quot; title=&quot;LU分解での連立方程式の解放 - how to code something&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>2025-04-12 14:28:17</published>
  <title>LU分解での連立方程式の解放</title>
  <type>rich</type>
  <url>https://seinzumtode.hatenadiary.jp/entry/2025/04/12/142817</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
