<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ksmzn</author_name>
  <author_url>https://blog.hatena.ne.jp/ksmzn/</author_url>
  <blog_title>DPA</blog_title>
  <blog_url>https://ksmzn.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Numpy</anon>
  </categories>
  <description>勘違いしがちなのでメモNumpyで固有値と固有ベクトルを求める。 In [2]: import numpy as np In [4]: A = np.array([[2,3],[1,4]]) In [6]: la, v = np.linalg.eig(A) In [8]: la, v Out[8]: (array([ 1., 5.]), array([[-0.9486833 , -0.70710678], [ 0.31622777, -0.70710678]])) このとき、固有値１に対応するのは、はじめの列ベクトル[-0.9486833, 0.31622777] である。 In [9]: l…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fksmzn.hatenablog.com%2Fentry%2F2014%2F02%2F16%2F004921&quot; title=&quot;Numpyの固有値と固有ベクトル - DPA&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-02-16 00:49:21</published>
  <title>Numpyの固有値と固有ベクトル</title>
  <type>rich</type>
  <url>https://ksmzn.hatenablog.com/entry/2014/02/16/004921</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
