<?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>Java</anon>
    <anon>固有値</anon>
    <anon>固有ベクトル</anon>
    <anon>反復法</anon>
  </categories>
  <description>n × n の正方行列 A と n次元のベクトル x について Ax = λx (ただし x ≠ 0) が成り立つとき λを固有値, x を固有ベクトルという. 最初に適当なベクトルx0から始めて xk+1 = Axk を反復すると xk は行列 A の最大固有値に対応する固有ベクトルに収束する. 固有値はレイリー(Rayleigh)商 λ = (xkTxk+1) / (xkTxk) により求める. べき乗法、累乗法とも言う. import java.lang.*; public class Java1101 { private static final int N = 4; // ベキ乗法で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffornext1119.hatenablog.com%2Fentry%2F2015%2F06%2F03%2F000000&quot; title=&quot;Javaで固有値・固有ベクトルを求める (反復法) - 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/20150711/20150711180736.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-06-03 00:00:00</published>
  <title>Javaで固有値・固有ベクトルを求める (反復法)</title>
  <type>rich</type>
  <url>https://fornext1119.hatenablog.com/entry/2015/06/03/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
