<?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>スペクトル分解 Aの固有値に対する正規化された固有ベクトルを基底として並べた直交行列Uによって と表される。（Dは固有値を対角成分とする対角行列） 特異値分解 の固有値とすると、特異値であり、 と分解される 擬似逆行列 以下の性質を満たすもの Aの特異値分解の擬似逆行列を用いて以下のように計算できる %スペクトル分解(=固有ベクトル（特に正規化された）による対角化：固有値を対角成分に持つDが対角行列なので、固有ベクトルを並べた行列は直交行列になる) &gt;&gt; A=[1 2;3 4]; &gt;&gt; [V,D]=eig(A) &gt;&gt; V*D*inv(V) %-&gt; A %特異値分解 &gt;&gt; [U,S,V]=sv…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseinzumtode.hatenadiary.jp%2Fentry%2F20170521%2F1495332597&quot; title=&quot;スペクトル分解と特異値分解と擬似逆行列 - 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>2017-05-21 11:09:57</published>
  <title>スペクトル分解と特異値分解と擬似逆行列</title>
  <type>rich</type>
  <url>https://seinzumtode.hatenadiary.jp/entry/20170521/1495332597</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
