<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ta.in.th/index.php?action=history&amp;feed=atom&amp;title=Solving_Dynamic_Programming_with_Matrix_Exponentiation</id>
	<title>Solving Dynamic Programming with Matrix Exponentiation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ta.in.th/index.php?action=history&amp;feed=atom&amp;title=Solving_Dynamic_Programming_with_Matrix_Exponentiation"/>
	<link rel="alternate" type="text/html" href="https://wiki.ta.in.th/index.php?title=Solving_Dynamic_Programming_with_Matrix_Exponentiation&amp;action=history"/>
	<updated>2026-06-16T22:54:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0-alpha</generator>
	<entry>
		<id>https://wiki.ta.in.th/index.php?title=Solving_Dynamic_Programming_with_Matrix_Exponentiation&amp;diff=98&amp;oldid=prev</id>
		<title>Tata: Created page with &quot;ตัวอย่างโจทย์  Unweighted Undirected graph   หา จำนวน path ที่ length = k    ให้ egde มา ทุก edge = 1    A[i][j]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ta.in.th/index.php?title=Solving_Dynamic_Programming_with_Matrix_Exponentiation&amp;diff=98&amp;oldid=prev"/>
		<updated>2019-03-07T17:16:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;ตัวอย่างโจทย์  Unweighted Undirected graph   หา จำนวน path ที่ length = k    ให้ egde มา ทุก edge = 1    A[i][j]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ตัวอย่างโจทย์&lt;br /&gt;
 Unweighted Undirected graph   หา จำนวน path ที่ length = k&lt;br /&gt;
 &lt;br /&gt;
 ให้ egde มา ทุก edge = 1&lt;br /&gt;
 &lt;br /&gt;
 A[i][j] = 1&lt;br /&gt;
 &lt;br /&gt;
 Example&lt;br /&gt;
   A^2 [i][j] = 10&lt;br /&gt;
    คือ ในกราฟ A มี path จาก i ไป j ที่ length = 2  เท่ากับ 10 path&lt;br /&gt;
 &lt;br /&gt;
 A^k [i][j] = number of path that length equals 'k'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://threads-iiith.quora.com/Solving-Dynamic-Programming-with-Matrix-Exponentiation&lt;/div&gt;</summary>
		<author><name>Tata</name></author>
		
	</entry>
</feed>