{"id":9777,"date":"2011-07-16T23:00:00","date_gmt":"2011-07-16T23:00:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=9777"},"modified":"2011-07-16T23:00:00","modified_gmt":"2011-07-16T23:00:00","slug":"%ea%b3%a0%ec%9c%a0%ea%b0%92-%ea%b5%ac%ed%95%98%ea%b8%b0-%eb%ac%b8%ec%a0%9c","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=9777","title":{"rendered":"\uace0\uc720\uac12 \uad6c\ud558\uae30 \ubb38\uc81c"},"content":{"rendered":"<div class=\"desc\">\n        \ucef4\ud4e8\ud130\ub97c \uc774\uc6a9\ud574\uc11c \uae30\uacc4\uc801\uc73c\ub85c \uc120\ud615\ub300\uc218\ud559 \ubb38\uc81c\ub97c \ud480\ub2e4 \ubcf4\uba74 \ud754\ud788 \ub9cc\ub098\ub294 \ubb38\uc81c\uac00 \uace0\uc720\uac12(Eigenvalue)\uad6c\ud558\uae30 \ubb38\uc81c\uc774\ub2e4. \uadf8\ub9ac\uace0 \uc774 \ubb38\uc81c\ub97c \ud480\ub2e4 \ubcf4\uba74 \ud754\ud788 \ub9cc\ub098\ub294 \ubb38\uc81c\uac00 \uace0\uc720\uac12\uc758 \uc21c\uc11c\uc774\ub2e4.<\/p>\n<p>        \ucef4\ud4e8\ud130\ub294 \ub2f5\ub9cc \ub9de\uc73c\uba74 \ub418\uc9c0? \ud558\ub294 \ucca0\ud559\uc73c\ub85c \uad6c\ud604\ub41c \uacc4\uc0b0 \ubc29\ubc95\uc744 \uc774\uc6a9\ud558\ub294\ub370, \uadf8\ub7ec\ub2e4\ubcf4\ub2c8 \ud589\ub82c\uc744 \uc5f0\uc18d\uc801\uc778 \ubcc0\uc218\ub85c \ub9cc\ub4e4\uc5b4 \ub0c8\uc744 \ub54c \uace0\uc720\uac12\uc758 \uc21c\uc11c\uac00 \ubc14\ub00c\ub294 \uacbd\uc6b0\uac00 \uc788\ub2e4. \ub0b4\uac00 \ud480\uc5b4\uc57c \ud558\ub294 \ubb38\uc81c\ub294 \uace0\uc720\uac12\uc758 \uc21c\uc11c\uac00 \ubc14\ub00c\uba74 \uc548\ub418\ub294 \ubb38\uc81c\uc774\uace0 \uc774 \ubb38\uc81c\ub97c \uc5b4\ub5bb\uac8c \ud574\uacb0\ud558\ub290\ub0d0\uac00 \uad00\uac74\uc774\ub2e4.<\/p>\n<p>        \ub2e4\uc74c\uc758 \uc54c\uace0\ub9ac\uc998\uc744 \ucc38\uace0\ud558\uc790.<br \/>\n        <br \/>\n<a href=\"http:\/\/snowall.tistory.com\/2595\" target=\"_blank\" title=\"[http:\/\/snowall.tistory.com\/2595]\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\"><br \/>\n         http:\/\/snowall.tistory.com\/2595<br \/>\n        <\/a><\/p>\n<p>        \uadf8\ub9ac\uace0 \ub9cc\ub4e0 \uac83\uc774 \ub2e4\uc74c \ud504\ub85c\uadf8\ub7a8\uc774\ub2e4.<\/p>\n<div class=\"txc-textbox\" style=\"border-style: solid; border-width: 1px; border-color: rgb(254, 254, 184); background-color: rgb(254, 254, 184); padding: 10px;\">\n         import numpy<br \/>\n         <br \/>\n         eig = numpy.linalg.eig<br \/>\n         <br \/>\n         matrix = numpy.matrix<br \/>\n         <br \/>\n         absn = numpy.abs<br \/>\n         <br \/>\n         a0 = 0<br \/>\n         <br \/>\n         a1 = 1<br \/>\n         <br \/>\n         a2 = 2<br \/>\n         <br \/>\n         for t2 in numpy.arange(-6.0, 6.1, 3.0):<br \/>\n         <br \/>\n         file = open(&#8220;data&#8221;+str(t2)+&#8221;.txt&#8221;, &#8216;w&#8217;)<br \/>\n         <br \/>\n         for t1 in numpy.arange(-r, r, stepping):<br \/>\n         <br \/>\n         test=eig(massMatrix(t1, t2))<br \/>\n         <br \/>\n         a2 = numpy.nonzero(test[0]==test[0].max())[0][0]<br \/>\n         <br \/>\n         a0 = numpy.nonzero(test[0]==test[0].min())[0][0]<br \/>\n         <br \/>\n         a1 = 2*(a0+a2)%3<\/p>\n<p>         file.write(<br \/>\n         <br \/>\n         str(t1)+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(t2)+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[0][a0]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[0][a1]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[0][a2]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][0, a0]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][0, a1]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][0, a2]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][1, a0]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][1, a1]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][1, a2]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][2, a0]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][2, a1]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(absn(test[1][2, a2]))+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(a0)+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(a1)+&#8221;\\t&#8221;<br \/>\n         <br \/>\n         + str(a2)+&#8221;\\n&#8221;)<br \/>\n         \n<\/div>\n<p>        \uc774\uc911 massMatrix\ub294 \ub17c\ubb38\uc5d0 \uc368\uc57c \ud558\ub294 \uc601\uc5c5\ube44\ubc00\uc774\ub77c \uacf5\uac1c\ud558\uae30\uac00 \uc880 \uadf8\ub807\uace0, 3\ucc28 \uc815\uc0ac\uac01 \ud589\ub82c\uc744 \ub418\ub3cc\ub824 \uc8fc\ub294 \ud568\uc218\ub77c\ub294 \uac83\ub9cc \uc54c\ub824\ub454\ub2e4.<\/p>\n<p>        \uc774\ub7f0\uc2dd\uc73c\ub85c \ucd9c\ub825\uc2dc\ud0a4\uba74 \uace0\uc720\uac12\uc774 \ub04a\uae30\uc9c0 \uc54a\uace0 \ubd80\ub4dc\ub7fd\uac8c \uc774\uc5b4\uc838\uc11c \ub098\uc628\ub2e4.<\/p>\n<p>        \uc774 \ubb38\uc81c\ub294 \ub0b4\uac00 \uc11d\uc0ac\ub54c\ub3c4 \ub9c8\uc8fc\ucce4\uc5c8\ub294\ub370, \uadf8\ub550 \ubcf5\uc18c\uc218\ub85c \uc774\ub8e8\uc5b4\uc9c4 3\ucc28 \uc815\uc0ac\uac01 \ud589\ub82c\uc758 \uace0\uc720\uac12 \uacc4\uc0b0\ud558\ub294 1000\uc904\uc9dc\ub9ac \ud504\ub85c\uadf8\ub7a8\uc744 \uc9c1\uc811 \ub9cc\ub4e4\uc5b4\uc11c \ud480\uc5c8\uc5c8\ub2e4. \ub0b4\uac00 \ubbf8\ucce4\uc5c8\ub098\ubcf4\ub2e4. -_-;<\/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=2608\" 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>\ucef4\ud4e8\ud130\ub97c \uc774\uc6a9\ud574\uc11c \uae30\uacc4\uc801\uc73c\ub85c \uc120\ud615\ub300\uc218\ud559 \ubb38\uc81c\ub97c \ud480\ub2e4 \ubcf4\uba74 \ud754\ud788 \ub9cc\ub098\ub294 \ubb38\uc81c\uac00 \uace0\uc720\uac12(Eigenvalue)\uad6c\ud558\uae30 \ubb38\uc81c\uc774\ub2e4. \uadf8\ub9ac\uace0 \uc774 \ubb38\uc81c\ub97c \ud480\ub2e4 \ubcf4\uba74 \ud754\ud788 \ub9cc\ub098\ub294 \ubb38\uc81c\uac00 \uace0\uc720\uac12\uc758 \uc21c\uc11c\uc774\ub2e4. \ucef4\ud4e8\ud130\ub294 \ub2f5\ub9cc \ub9de\uc73c\uba74 \ub418\uc9c0? \ud558\ub294 \ucca0\ud559\uc73c\ub85c \uad6c\ud604\ub41c \uacc4\uc0b0 \ubc29\ubc95\uc744 \uc774\uc6a9\ud558\ub294\ub370, \uadf8\ub7ec\ub2e4\ubcf4\ub2c8 \ud589\ub82c\uc744 \uc5f0\uc18d\uc801\uc778 \ubcc0\uc218\ub85c \ub9cc\ub4e4\uc5b4 \ub0c8\uc744 \ub54c \uace0\uc720\uac12\uc758 \uc21c\uc11c\uac00 \ubc14\ub00c\ub294 \uacbd\uc6b0\uac00 \uc788\ub2e4. \ub0b4\uac00 \ud480\uc5b4\uc57c \ud558\ub294 \ubb38\uc81c\ub294 \uace0\uc720\uac12\uc758 \uc21c\uc11c\uac00 \ubc14\ub00c\uba74 \uc548\ub418\ub294 \ubb38\uc81c\uc774\uace0 \uc774 \ubb38\uc81c\ub97c [&hellip;]<\/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-9777","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-2xH","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9777","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=9777"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/9777\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9777"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}