<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">김 용묵의 절대공간 - 블로그: 행렬의-곱셈-다이나믹-프로그래밍에 달린 최근 댓글/트랙백 목록</title>
  <id>http://moogi.new21.org/tc/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://moogi.new21.org/tc/" />
  <subtitle type="html">철도를 명절 때에나 떠오르는 4대 교통수단 중 하나로만 아는 것은, 예수님을 사대성인· 성인군자 중 하나로만 아는 것과 같다.</subtitle>
  <updated>2022-05-04T18:20:30+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">세벌님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment3952" />
    <author>
      <name>(세벌)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment3952</id>
    <published>2013-08-16T07:43:12+09:00</published>
    <summary type="html">저는 수학 좋아 수학과 나오고 그랬는데... 세월이 흐르면서 요즘은 수학과 거리가 먼 삶을 살고 있네요. 용묵님은 꾸준히 수학공부 하시나 봐요.</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment3953" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment3953</id>
    <published>2013-08-17T09:29:15+09:00</published>
    <summary type="html">뭐.. 꾸준히는 아니고 옛날에 공부하다가 손 놨던 것을 복습만 한 거지요. ㅎ</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8527" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8527</id>
    <published>2014-12-28T00:33:36+09:00</published>
    <summary type="html">((4 5)*(5 1))* (((1 3)*(3 2))*(2 6))
괄호 순서를 이렇게 바꾸면 82보다도 더 작은 62가 최적해가 되네요~!

= (4*1)[20] *( (1*2)[6] *(2*6) )
= (4*1)[20] *(1*6)[6 + 12 = 18]
= (4*6)[20 + 18 + 24]
= 62

104에서 62로.. 정말 드라마틱합니다.
프로그램을 다시 짰더니 너무 작은 값이 나와서 버그를 의심했습니다만... 프로그램이 구한 답이 맞았습니다.</summary>
  </entry>
  <entry>
    <title type="html">나그네님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8452" />
    <author>
      <name>(나그네)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8452</id>
    <published>2014-12-26T16:01:13+09:00</published>
    <summary type="html">4,5,1,3,2,6 일때 오답이 나오는 것 같습니다..</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8458" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8458</id>
    <published>2014-12-26T17:21:11+09:00</published>
    <summary type="html">[[4, [5, [1, 3, 2]]], 6] 이렇게 104이지 않나요? 위의 함수를 그대로 돌려도 값은 정확하게 나오는걸요.</summary>
  </entry>
  <entry>
    <title type="html">나그네님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8470" />
    <author>
      <name>(나그네)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8470</id>
    <published>2014-12-26T18:10:09+09:00</published>
    <summary type="html">(((4 5)*(5 1))*((1 3)*(3 2)))*(2 6) 순으로 곱하면 82 나오네요.</summary>
  </entry>
  <entry>
    <title type="html">사무엘님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8480" />
    <author>
      <name>(사무엘)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8480</id>
    <published>2014-12-26T23:52:30+09:00</published>
    <summary type="html">아... 저 점화식이 커버하지 않는 순서대로 곱할 수도 있군요. 처음 알았습니다..!
발상의 전환이 필요한 듯합니다. 알려 주셔서 고맙습니다~! ^^</summary>
  </entry>
  <entry>
    <title type="html">나그네2님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://moogi.new21.org/tc/866#comment8641" />
    <author>
      <name>(나그네2)</name>
    </author>
    <id>http://moogi.new21.org/tc/866#comment8641</id>
    <published>2014-12-30T12:12:11+09:00</published>
    <summary type="html">네 저도 많이 배우고 갑니다. 감사합니다..</summary>
  </entry>
</feed>
