{"id":9679,"date":"2011-05-15T03:44:00","date_gmt":"2011-05-15T03:44:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=9679"},"modified":"2011-05-15T03:44:00","modified_gmt":"2011-05-15T03:44:00","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%96%b8%ec%96%b4%ec%97%90%ec%84%9c-eigenvalue-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=9679","title":{"rendered":"\ud30c\uc774\uc36c \uc5b8\uc5b4\uc5d0\uc11c Eigenvalue \ucc3e\uae30"},"content":{"rendered":"<div class=\"desc\">\n        \ud30c\uc774\uc36c \uc5b8\uc5b4 \uc598\uae30\ub2e4. \uc2a4\ud0c0\ud06c\ub798\ud504\ud2b8 \uc598\uae30 \uc544\ub2d8!<\/p>\n<p>        \ud30c\uc774\uc36c\uc5d0\uc11c Eigenvalue\ub97c \ucc3e\ub294 \uacfc\uc815\uc740 \ub9e4\uc6b0 \uc27d\ub2e4.<\/p>\n<div class=\"txc-textbox\" style=\"border-style: solid; border-width: 1px; border-color: rgb(238, 238, 238); background-color: rgb(238, 238, 238); padding: 10px;\">\n         import numpy<br \/>\n         <br \/>\n         eig = numpy.linalg.eig<br \/>\n         <br \/>\n         matrix = numpy.matrix<\/p>\n<p>         testmatrix = matrix([[1,2,3],[5,3,4],[7,2,3]])<br \/>\n         <br \/>\n         print eig(testmatrix) #Eigenvalue\uc640 Eigenvector\uac00 \ubaa8\ub450 \ub098\uc628\ub2e4<br \/>\n         <br \/>\n         print eig(testmatrix)[0]  #Eigenvalue \ubd80\ubd84\uc744 \ucd9c\ub825\ud55c\ub2e4<br \/>\n         <br \/>\n         print eig(testmatrix)[1]  #Eigenvector \ubd80\ubd84\uc744 \ucd9c\ub825\ud55c\ub2e4.<br \/>\n         \n<\/div>\n<p>\n        \ubcf4\ub2e4\uc2dc\ud53c, \ub9e4\uc6b0 \uc27d\ub2e4.<\/p>\n<p>        \ubb3c\ub860 \uc120\ud615\ub300\uc218\ud559\uc5d0 \ub098\uc624\ub294 \ub9ce\uc740 \uacc4\uc0b0\ub4e4\ub3c4 \uadf8\ub2e4\uc9c0 \uc5b4\ub835\uc9c0 \uc54a\uac8c \ub418\uc5b4 \uc788\ub2e4.<br \/>\n        <br \/>\n<a href=\"http:\/\/www.scipy.org\/Tentative_NumPy_Tutorial#head-a54376532022a345a2e9d359fe00020d05a83a07\" target=\"_blank\" title=\"[http:\/\/www.scipy.org\/Tentative_NumPy_Tutorial#head-a54376532022a345a2e9d359fe00020d05a83a07]\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\"><br \/>\n         http:\/\/www.scipy.org\/Tentative_NumPy_Tutorial#head-a54376532022a345a2e9d359fe00020d05a83a07<br \/>\n        <\/a><\/p>\n<p><\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=2510\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud30c\uc774\uc36c \uc5b8\uc5b4 \uc598\uae30\ub2e4. \uc2a4\ud0c0\ud06c\ub798\ud504\ud2b8 \uc598\uae30 \uc544\ub2d8! \ud30c\uc774\uc36c\uc5d0\uc11c Eigenvalue\ub97c \ucc3e\ub294 \uacfc\uc815\uc740 \ub9e4\uc6b0 \uc27d\ub2e4. import numpy eig = numpy.linalg.eig matrix = numpy.matrix testmatrix = matrix([[1,2,3],[5,3,4],[7,2,3]]) print eig(testmatrix) #Eigenvalue\uc640 Eigenvector\uac00 \ubaa8\ub450 \ub098\uc628\ub2e4 print eig(testmatrix)[0] #Eigenvalue \ubd80\ubd84\uc744 \ucd9c\ub825\ud55c\ub2e4 print eig(testmatrix)[1] #Eigenvector \ubd80\ubd84\uc744 \ucd9c\ub825\ud55c\ub2e4. \ubcf4\ub2e4\uc2dc\ud53c, \ub9e4\uc6b0 \uc27d\ub2e4. \ubb3c\ub860 \uc120\ud615\ub300\uc218\ud559\uc5d0 \ub098\uc624\ub294 \ub9ce\uc740 \uacc4\uc0b0\ub4e4\ub3c4 \uadf8\ub2e4\uc9c0 \uc5b4\ub835\uc9c0 \uc54a\uac8c \ub418\uc5b4 \uc788\ub2e4. http:\/\/www.scipy.org\/Tentative_NumPy_Tutorial#head-a54376532022a345a2e9d359fe00020d05a83a07<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-9679","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-2w7","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9679"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9679\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9679"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}