<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>%%CATEGORY%%:rss</title>
		<link>http://ccckmit.wikidot.com</link>
		<description>陳鍾誠的首頁 -- 金門大學 資訊工程系</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 15 Apr 2026 06:49:12 +0000</lastBuildDate>
		
					<item>
				<guid>http://ccckmit.wikidot.com/ma:proof</guid>
				<title>嚴格的數學證明</title>
				<link>http://ccckmit.wikidot.com/ma:proof</link>
				<description>

&lt;h1&gt;&lt;span&gt;前言&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 27 Jul 2012 03:48:59 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>前言</span></h1> <p>當我還是個學生時，我總是困惑著如何應付老師的考試，其中一個重要的數學困擾是，老師要我們「證明」某個運算式。</p> <p>最大的問題不在於我不會「證明」，因為在很多科目的證明題當中，我也都「答對了」，但是這種答對總是讓我感到極度的沒有把握，因為有時老師說「這樣的證明是對的」，但有時卻說「這樣的證明是錯的」。</p> <p>更神奇的是，老師的證明永遠都是對的，他們可以突然加入一個「推論」，而這個推論的根據好像之前沒有出現過，然後他們說：「由此可證」、「同理可證」&#8230;.。</p> <p>直到有一天，我終於懂了。</p> <p>因為課堂上老師的證明往往不是「嚴格的證明」，因為嚴格的證明通常「非常的困難」，每個證明都可以是一篇論文，甚至在很多論文當中的證明也都不是嚴格的。</p> <p>所以在課堂上，老師總是可以天外飛來一筆的，跳過了某些「無聊的步驟」，奇蹟式的證明了某些定理，而這正是我所以感到困擾的原因。</p> <h1><span>一般的證明</span></h1> <p>一般而言，日常生活中的證明，通常是不嚴格的。</p> <p>舉例來說，我可以「證明」某人殺了死者，因為殺死死者的兇刀上有「某人」的指紋。</p> <p>但是這樣的證明並不嚴格，因為有很少的可能性是「某人摸過兇刀、但是並沒有殺人」。</p> <p>所以我們總是可以看到那個「外表看似小孩，智慧卻過於常人」的「名偵探柯南」，總是天外飛來一筆的「證明」了某人是兇手，這種證明與數學證明可是完全不同的。</p> <h1><span>嚴格的證明</span></h1> <p>數學的證明通常不能是「機率式」的，例如：「我證明他 99% 殺了人」，這樣的證明稱不上是嚴格的證明。</p> <p>嚴格的證明也並非結果一定要是 100% 的正確 (當然也不是說結果不正確)，真正的證明是一種過程，而不是結果。</p> <p>怎麼說呢？</p> <p>數學其實很像程式領域的演算法，或者就像是電腦的運作過程，當我們設計出一顆 CPU 之後，你必須用該 CPU 的指令撰寫出某些函數，以便完成某個程式。</p> <p>那麼，數學的 CPU 是甚麼呢？</p> <p>答案是「公理系統」！</p> <p>只有透過公理系統，經由某種演算方式，計算出待證明定理在任何情況下都是真的，這樣才算是證明了該定理。</p> <p>這些公理系統其實就是數學的 CPU 指令集。</p> <p>布林代數大概是數學當中最簡單的系統了，因為布林代數的値只有兩種&#8212;「真與假」 (或者用 0 與 1 代表)。</p> <p>為了說明嚴格的數學證明是如何進行的，我們將從布林代數的公理系統 (CPU?) 開始，說明如何證明布林代數的某些定理，就好像是如何用指令集撰寫程式一樣。</p> <h1><span>布林邏輯</span></h1> <p>對於單一變數 x 的布林系統而言，x 只有兩個可能的值 (0 或 1)。</p> <p>對於兩個變數 x, y 的布林系統而言，(x, y) 的組合則可能有 (0,0), (0,1), (1,0), (1,1) 四種。</p> <p>對於三個變數 x, y, z 的布林系統而言，(x, y, z) 的組合則可能有 (0,0, 0), (0,0,1), (0,1,0), (0,1,1), (1,0, 0), (1,0,1), (1,1,0), (1,1,1) 八種。</p> <p>基本的布林邏輯閘有三種，AND (且), OR (或), NOT (反)，在布林代數當中，通常我們用減號 (-) 代表 NOT，用 &amp; 代表AND，用 | 代表 OR。</p> <p>NOT 閘的真值表如下所示。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>-x</th> </tr> <tr> <td>0</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> </tr> </table> <p>AND 閘的真值表如下所示。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>y</th> <th>x&amp;y</th> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>OR 閘的真值表如下所示。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>y</th> <th>x|y</th> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>假如我們想知到某個邏輯式，例如 (-x | y) 的真值表，只要透過列舉的程序就可以檢查完畢。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>y</th> <th>-x</th> <th>-x|y</th> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>1</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>1</td> <td>1</td> <td>0</td> <td>1</td> </tr> </table> <p>接著，我們就可以定義一些公理系統，這些「公理系統」就像是數學推理的指令集，讓我們可以推論出哪些邏輯式在這個公理系統下是真的 (定理)，哪些邏輯式這個公理系統下不一定是真的。</p> <h1><span>公理系統 1</span></h1> <p>舉例而言，假如我們制定了一個公理系統如下所示。</p> <div class="code"> <pre><code>x -x |y</code></pre></div> <p>那麼，我們就可以列出這個布林系統的真值表。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>y</th> <th>-x|y</th> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>在上述真值表中，凡是無法滿足公理系統的列，就代表該項目違反公理系統，因此在此公理系統下不是真的，可以被刪除。</p> <p>於是滿足該公理系統的項目只剩下了一個。</p> <table class="wiki-content-table"> <tr> <th>x</th> <th>y</th> <th>-x|y</th> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>在這個滿足公理系統的真值表當中，我們可以看到 y 只能是 1，也就是 y 其實是個定理。</p> <h1><span>公理系統 2</span></h1> <p>假如我們定義了以下的公理系統：</p> <div class="code"> <pre><code>-p | q p | r</code></pre></div> <p>那麼我們可以列出真值表如下：</p> <table class="wiki-content-table"> <tr> <th>p</th> <th>q</th> <th>r</th> <th>-p|q</th> <th>p|r</th> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>0</td> <td>1</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> <td>0</td> <td>1</td> </tr> <tr> <td>1</td> <td>0</td> <td>1</td> <td>0</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>0</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>當我們將不符合公理系統的項目拿掉之後，以上的真值表就只剩以下這些項目。</p> <table class="wiki-content-table"> <tr> <th>p</th> <th>q</th> <th>r</th> <th>-p|q</th> <th>p|r</th> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>0</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>此時，如果我們檢查這些項目中 q|r 的真值表，會發現 q|r 為真者其結果全部為 1 ，因此 q|r 在這個公理系統下是真理。</p> <table class="wiki-content-table"> <tr> <th>p</th> <th>q</th> <th>r</th> <th>-p|q</th> <th>p|r</th> <th>q|r</th> <th>p|q</th> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>0</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <p>但是如果我們檢查這些項目中 p|q 的真值表，會發現有一項為 0 ，因此 p|q 在這個公理系統下並非真理。</p> <p>所以 q|r 在此公理系統下是一個定理，但 p|q 則不是定理。</p> <h1><span>推論法則</span></h1> <p>現在，我們已經具備了足夠的基本知識，可以用來說明何謂嚴格的數學證明了。</p> <p>假如我們將公理系統 2 中推論出 q|r 的程序，變成一條明文的規則，如下所示：</p> <div class="code"> <pre><code>(-P | Q) &amp; (P | R) =&gt; (Q|R)</code></pre></div> <p>那麼，我們就可以用這樣的規則進行推論，這個推理方式乃是 Robinson 所提出的，稱為 Resolution 法則。</p> <p>於是我們可以根據這條規則，推論出某個邏輯公理系統下的定理，舉例而言，假如有個公理系統如下所示。</p> <div class="code"> <pre><code>x | -y -x | z -(-y | z) | w</code></pre></div> <p>則我們可以利用 Resolution 法則，進行推論如下：</p> <div class="code"> <pre><code>(x | -y) &amp; (-x | z) =&gt; (-y|z) ; 令 P=x, Q=-y, R=z (-y|z) &amp; (-(-y | z) | w) =&gt; w ; 令 P=(-y|z), Q=w, R=0</code></pre></div> <p>如此我們就可以不需要依靠真值表，直接從公理系統開始，透過嚴格的計算程序，推論出該公理系統中的定理了。</p> <p>這種證明方式，就是一種為嚴格的數學證明。</p> <p>這種證明所遵循的，乃是一種 [公理/推論/定理1/推論/定理2/&#8230;] 的方式，這種方式讓證明變成了一種計算過程，是可以寫成電腦程式的，這種證明方式乃是一種嚴格可計算的證明方式。</p> <h1><span>相關討論</span></h1> <ol> <li>為甚麼國中的數學證明是從「歐式幾何」開始教，而不從「布林代數」開始教呢？ <ul> <li><a href="https://www.facebook.com/ccckmit/posts/10151056707046893">https://www.facebook.com/ccckmit/posts/10151056707046893</a></li> </ul> </li> </ol> <h1><span>參考文獻</span></h1> <ol> <li>數學中的公理化方法 (上) 吳開朗 <ul> <li><a href="http://w3.math.sinica.edu.tw/math_media/d171/17111.pdf">http://w3.math.sinica.edu.tw/math_media/d171/17111.pdf</a></li> </ul> </li> <li>數學中的公理化方法 (下) 吳開朗 <ul> <li><a href="http://w3.math.sinica.edu.tw/math_media/d172/17203.pdf">http://w3.math.sinica.edu.tw/math_media/d172/17203.pdf</a></li> </ul> </li> </ol> <h1><span>後記</span></h1> <p>大部分的數學系統，都希望能達到這樣嚴格的程度，但可惜的是，並非所有數學系統都能完全達到這樣嚴格的程度。舉例而言：歐氏幾何可以說是公理化的早期經典之作，但其中仰賴圖形直覺的證明過程仍然有很多，並非完全達到公理化。而微積分等數學的嚴格公理化也一直是數學家還在研究的問題。</p> <p>但對公理化數學體系最精彩的一段歷史是，希爾伯特對公理化的問題與歌德爾不完備定理對數學可完全公理化的反證，以下是這段歷史的簡要說明。</p> <p>20 世紀的大數學家 Hilbert 曾經於 1900 年提出的 23 個數學問題中提到一個問題，就是「是否能為數學系統建立證明法則，讓數學證明可以完全被計算出來」，後來歌德爾 (Godel) 在 1926 年證明了一階邏輯的完備定理，讓大家看到了一線曙光，但歌德爾在 1929 年又提出了一個數論系統的不完備定理，證明了有些定理無法透過計算程序證明。</p> <p>歌德爾的研究，後來在電腦領域，被圖靈 (Turing) 重新詮釋了一遍，圖靈證明了「停止問題」是電腦無法 100% 正確判定的問題，這也開啟了後來計算理論的研究之河。圖靈也因此而成為計算理論領域的第一人，所以 ACM 這個組織才會將電腦界的最重要獎項稱為「圖靈獎」(Turing Award)。</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:triangle</guid>
				<title>三角函數</title>
				<link>http://ccckmit.wikidot.com/ma:triangle</link>
				<description>

&lt;h1&gt;&lt;span&gt;畢氏定理&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 02:21:59 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>畢氏定理</span></h1> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-649682-1">\begin{align} sin^2(\theta) + cos^2(\theta) = 1 \end{align}</div> <p>證明請參考：<a href="http://zh.wikipedia.org/wiki/%E5%8B%BE%E8%82%A1%E5%AE%9A%E7%90%86">勾股定理/维基百科</a></p> <h1><span>和角公式</span></h1> <span class="equation-number">(2)</span> <div class="math-equation" id="equation-649682-2">\begin{eqnarray} \sin(\alpha\pm\beta) &amp;=&amp; \sin\alpha \cos\beta\pm\cos\alpha \sin\beta \\ \cos(\alpha\pm\beta) &amp;=&amp; \cos\alpha \cos\beta\mp\sin\alpha \sin\beta \\ \tan(\alpha\pm\beta) &amp;=&amp; \frac{\tan\alpha\pm\tan\beta}{1\mp\tan\alpha \tan\beta} \end{eqnarray}</div> <h1><span>和角公式：歐氏幾何證明法</span></h1> <p>證明：sin(a+b) =sin(a) cos(b) + cos(a) sin(b)</p> <div class="image-container aligncenter"><a href="http://ccckmit.wdfiles.com/local--files/ma:triangle/SinSum.svg"><img src="http://ccckmit.wdfiles.com/local--resized-images/ma:triangle/SinSum.svg/medium.jpg" alt="SinSum.svg" class="image" /></a></div> <h1><span>Python 的三角函數操作</span></h1> <div class="code"> <pre><code>&gt;&gt;&gt; a = pi/3 &gt;&gt;&gt; b = pi/4 &gt;&gt;&gt; c = pi/6 &gt;&gt;&gt; sin(a) 0.8660254037844386 &gt;&gt;&gt; sin(b) 0.70710678118654746 &gt;&gt;&gt; sin(c) 0.49999999999999994 &gt;&gt;&gt; sin(a)*sin(a)+cos(a)*cos(a) 1.0 &gt;&gt;&gt; sin(b)*sin(b)+cos(b)*cos(b) 1.0 &gt;&gt;&gt; sin(c)*sin(c)+cos(c)*cos(c) 1.0 &gt;&gt;&gt; b+c 1.308996938995747 &gt;&gt;&gt; sin(b+c) 0.9659258262890682 &gt;&gt;&gt; sin(b)*cos(c)+sin(c)*cos(b) 0.9659258262890682 &gt;&gt;&gt;</code></pre></div> <h1><span>參考文獻</span></h1> <ol> <li><a href="http://zh.wikipedia.org/wiki/%E5%8B%BE%E8%82%A1%E5%AE%9A%E7%90%86">勾股定理/维基百科</a></li> <li>數學王子:畢氏定理 <ul> <li><a href="http://euler.tn.edu.tw/think8.htm">http://euler.tn.edu.tw/think8.htm</a></li> </ul> </li> <li>用圖解證明公式, 李政豐 · 顏貽隆 · 陳蘭香 · 王淑霞 · 陳明峰 <ul> <li><a href="http://w3.math.sinica.edu.tw/math_media/d253/25312.pdf">http://w3.math.sinica.edu.tw/math_media/d253/25312.pdf</a></li> </ul> </li> <li>Python v2.7.3 documentation » The Python Standard Library » 9. Numeric and Mathematical Modules » <ul> <li>9.2. math — Mathematical functions <ul> <li><a href="http://docs.python.org/library/math.html">http://docs.python.org/library/math.html</a></li> </ul> </li> </ul> </li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:symbol</guid>
				<title>數學符號的意義與念法</title>
				<link>http://ccckmit.wikidot.com/ma:symbol</link>
				<description>

&lt;p&gt;上課錄影：&lt;a href=&quot;http://www.youtube.com/watch?v=DDgER1Wznc0&amp;amp;feature=related&quot;&gt;數學符號的念法 (希臘字母)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 23 Oct 2010 22:37:01 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>上課錄影：<a href="http://www.youtube.com/watch?v=DDgER1Wznc0&amp;feature=related">數學符號的念法 (希臘字母)</a></p> <h1><span>希臘符號的念法</span></h1> <table class="wiki-content-table"> <tr> <th>大寫</th> <th>小寫</th> <th>寫法</th> <th>念法</th> <th>提示</th> </tr> <tr> <td>Α</td> <td>α</td> <td>alpha</td> <td>ʹæ lfə</td> <td></td> </tr> <tr> <td>Β</td> <td>β</td> <td>beta</td> <td>ʹbetə</td> <td></td> </tr> <tr> <td>Γ</td> <td>γ</td> <td>gamma</td> <td>ʹgæ mə</td> <td></td> </tr> <tr> <td>Δ</td> <td>δ</td> <td>delta</td> <td>ʹdɛltə</td> <td></td> </tr> <tr> <td>Ε</td> <td>ε</td> <td>epsilon</td> <td>ʹepsɪlən</td> <td>與Υυ 的區分在第一個音為 e</td> </tr> <tr> <td>Ζ</td> <td>ζ</td> <td>zeta</td> <td>ʹzitə</td> <td></td> </tr> <tr> <td>Η</td> <td>η</td> <td>eta</td> <td>ʹeɪtə</td> <td></td> </tr> <tr> <td>Θ</td> <td>θ</td> <td>theta</td> <td>ʹθitə</td> <td></td> </tr> <tr> <td>Ι</td> <td>ι</td> <td>iota</td> <td>aɪʹɔʊtə</td> <td>iota</td> </tr> <tr> <td>Κ</td> <td>κ</td> <td>kappa</td> <td>ʹkæ pə</td> <td></td> </tr> <tr> <td>Λ</td> <td>λ</td> <td>lambda</td> <td>ʹlæ pə</td> <td></td> </tr> <tr> <td>Μ</td> <td>μ</td> <td>mu</td> <td>ʹmjuə</td> <td></td> </tr> <tr> <td>Ν</td> <td>ν</td> <td>nu</td> <td>ʹnju</td> <td></td> </tr> <tr> <td>Ξ</td> <td>ξ</td> <td>xi</td> <td>ʹsaɪ</td> <td>cy, 為了與Ψψ 區分可念 k-si , 也有人念 zi</td> </tr> <tr> <td>Ο</td> <td>ο</td> <td>omicron</td> <td>ʹɔʊmaɪkrən</td> <td></td> </tr> <tr> <td>Π</td> <td>π</td> <td>pi</td> <td>ʹpaɪ</td> <td>有 py 與 ʹpaɪ 兩種念法</td> </tr> <tr> <td>Ρ</td> <td>ρ</td> <td>rho</td> <td>ʹrɔʊ</td> <td></td> </tr> <tr> <td>Σ</td> <td>σ</td> <td>sigma</td> <td>ʹsɪgmə</td> <td></td> </tr> <tr> <td>Τ</td> <td>τ</td> <td>tau</td> <td>ʹtau</td> <td></td> </tr> <tr> <td>Υ</td> <td>υ</td> <td>upsilon</td> <td>ʹjupsɪlən</td> <td>與 Ε ε 的區分在第一個音為 u 或 a</td> </tr> <tr> <td>Φ</td> <td>φ</td> <td>phi</td> <td>ʹfaɪ</td> <td>fy</td> </tr> <tr> <td>Χ</td> <td>χ</td> <td>chi</td> <td>ʹkaɪ</td> <td>ky</td> </tr> <tr> <td>Ψ</td> <td>ψ</td> <td>psi</td> <td>ʹpsaɪ</td> <td>cy, 為了與 Ξ ξ 區分可念 p-si, 也有人念 ʹpsaɪ</td> </tr> <tr> <td>Ω</td> <td>ω</td> <td>omega</td> <td>ʹɔʊmɛgə</td> <td></td> </tr> </table> <h1><span>鍵盤符號的念法</span></h1> <table class="wiki-content-table"> <tr> <th>符號</th> <th>念法</th> </tr> <tr> <td>&amp;</td> <td>Ampersand (And 符號)</td> </tr> <tr> <td>*　</td> <td>Asterisk (星號)</td> </tr> <tr> <td>@</td> <td>At sign, at (At 符號，At)</td> </tr> <tr> <td>\　</td> <td>Backslash (反斜線)</td> </tr> <tr> <td>[　</td> <td>Open bracket (左開式方括弧)</td> </tr> <tr> <td>^</td> <td>Caret (插入號)</td> </tr> <tr> <td>]</td> <td>Close bracket (右關式方括弧)</td> </tr> <tr> <td>(</td> <td>Open parenthesis (左開式圓括號)</td> </tr> <tr> <td>)　</td> <td>Close parenthesis (右關式圓括號)</td> </tr> <tr> <td>–</td> <td>Dash (破折號)</td> </tr> <tr> <td>—</td> <td>Double dash (雙破折號)</td> </tr> <tr> <td>-</td> <td>Hyphen (連字號)</td> </tr> <tr> <td>_</td> <td>Underscore (底線)</td> </tr> <tr> <td>:</td> <td>Colon (冒號)</td> </tr> <tr> <td>,</td> <td>Comma (逗號)</td> </tr> <tr> <td>$</td> <td>Dollar sign (錢符號)</td> </tr> <tr> <td>‘</td> <td>Single quote (單引號)</td> </tr> <tr> <td>“</td> <td>Quote (引號)</td> </tr> <tr> <td>=</td> <td>Equals (等號)</td> </tr> <tr> <td>+</td> <td>Plus, plus sign (加，加號)</td> </tr> <tr> <td>!</td> <td>Exclamation point (驚歎號)</td> </tr> <tr> <td>&gt;</td> <td>Greater than (大於)</td> </tr> <tr> <td>&lt;</td> <td>Less than (小於)</td> </tr> <tr> <td>#</td> <td>Pound sign (井字號)</td> </tr> <tr> <td>?</td> <td>Question mark (問號)</td> </tr> <tr> <td>.</td> <td>Period, dot (句號，點)</td> </tr> <tr> <td>…</td> <td>Ellipsis (省略符號)</td> </tr> <tr> <td>;</td> <td>Semicolon (分號)</td> </tr> <tr> <td>|</td> <td>Vertical bar (垂直線)</td> </tr> <tr> <td>{</td> <td>Open brace (左開式大括號)</td> </tr> <tr> <td>}</td> <td>Close brace (右關式大括號)</td> </tr> <tr> <td>%</td> <td>Percent, percent sign (百分比，百分比符號)</td> </tr> <tr> <td>/</td> <td>Slash (斜線)</td> </tr> <tr> <td>//</td> <td>Double slash (雙斜線)</td> </tr> <tr> <td>~</td> <td>Tilde (取代符號)</td> </tr> </table> <h1><span>標記符號念法</span></h1> <table class="wiki-content-table"> <tr> <th>符號</th> <th>念法</th> </tr> <tr> <td><span class="math-inline">$\hat{a}$</span></td> <td>a hat</td> </tr> <tr> <td><span class="math-inline">$\tilde{a}$</span></td> <td>a tilde</td> </tr> <tr> <td><span class="math-inline">$\bar{a}$</span></td> <td>a bar</td> </tr> <tr> <td><span class="math-inline">$\dot{a}$</span></td> <td>a dot</td> </tr> <tr> <td><span class="math-inline">$f'$</span></td> <td>f prime</td> </tr> <tr> <td><span class="math-inline">$a_k$</span></td> <td>a sub k</td> </tr> <tr> <td><span class="math-inline">$a^k$</span></td> <td>a sup k</td> </tr> <tr> <td><span class="math-inline">$\frac{a}{b}$</span></td> <td>a over b</td> </tr> <tr> <td><span class="math-inline">$\star$</span></td> <td>star</td> </tr> <tr> <td><span class="math-inline">$\wedge$</span></td> <td>wedge</td> </tr> <tr> <td><span class="math-inline">$\vee$</span></td> <td>vee</td> </tr> <tr> <td><span class="math-inline">$\forall$</span></td> <td>forall</td> </tr> </table> <h1><span>基本數學符號</span></h1> <table class="wiki-content-table"> <tr> <th>符號</th> <th>說明</th> <th>LaTex 寫法</th> </tr> <tr> <td><span class="math-inline">$\simeq$</span></td> <td>approximately equal to (趨近)</td> <td>\simeq</td> </tr> <tr> <td><span class="math-inline">$\equiv$</span></td> <td>equivlent to (全等、定義)</td> <td>\equiv</td> </tr> <tr> <td><span class="math-inline">$\propto$</span></td> <td>proportional to (正比)</td> <td>\propto</td> </tr> <tr> <td><span class="math-inline">$\infty$</span></td> <td>infinity (無限大)</td> <td>\infty</td> </tr> <tr> <td><span class="math-inline">$x \mapsto a$</span></td> <td>x maps to a</td> <td>x \mapsto a</td> </tr> <tr> <td><span class="math-inline">$x \to a$</span></td> <td>x approaches a</td> <td>x \to a</td> </tr> <tr> <td><span class="math-inline">$\lim_{x \to a} f(x)$</span></td> <td>f(x) &#8212; 當 x 趨近於 a 時，</td> <td>\lim_{x \to a} f(x)</td> </tr> <tr> <td><span class="math-inline">$\arg \max_x f(x)$</span></td> <td>最大化 f(x)</td> <td>\arg \max_x f(x)</td> </tr> <tr> <td><span class="math-inline">$\arg \min_x f(x)$</span></td> <td>最小化 f(x)</td> <td>\arg \min_x f(x)</td> </tr> <tr> <td><span class="math-inline">$\lceil x \rceil$</span></td> <td>ceil 函數 (天花板)</td> <td>\lceil x \rceil</td> </tr> <tr> <td><span class="math-inline">$\lfloor x \rfloor$</span></td> <td>floor 函數 (地板)</td> <td>\lfloor x \rfloor</td> </tr> <tr> <td><span class="math-inline">$\hat{\theta}$</span></td> <td>最大似然估計</td> <td>\hat{\theta}</td> </tr> </table> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:euler</guid>
				<title>尤拉數e在微積分中的角色與用途</title>
				<link>http://ccckmit.wikidot.com/ma:euler</link>
				<description>

&lt;h1&gt;&lt;span&gt;相關文章&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/ma:euler&quot;&gt;尤拉數e在微積分中的角色與用途&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/ca:tylor&quot;&gt;泰勒展開式與函數逼近論&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/ca:fourier&quot;&gt;傅立葉轉換在影像處理中的用途&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;簡介&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;尤拉數 e 是數學中，與圓周率幾乎同樣重要的一個數字，然而、尤拉數卻並沒有像圓周率這樣清楚的直覺意義，而且其用途與表現非常多樣化，這使得一般學生無法掌握到尤拉數的意義，本文將列出尤拉數 e 的幾種不同表示法，並說明其這些表示法之間的關係，以使讀者了解尤拉數 e 的數學價值。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;尤拉數 e 的定義方式&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;尤拉數 e 是一個很難掌握的數字，但卻應用很廣，其表現出來的形式大致有下列三種：&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(1)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-1&quot;&gt;\begin{align} e = \lim_{n \rightarrow \infty} 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!} \end{align}&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(2)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-2&quot;&gt;\begin{align} e = \lim_{n \rightarrow \infty} (1+\frac{1}{n})^n \end{align}&lt;/div&gt;
&lt;span class=&quot;equation-number&quot;&gt;(3)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-3&quot;&gt;\begin{align} \int_1^e \frac{1}{x} dx = 1 \end{align}&lt;/div&gt;
&lt;h1&gt;&lt;span&gt;尤拉數 e 的特性&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;1. 尤拉函數 &lt;span class=&quot;math-inline&quot;&gt;$e^x$&lt;/span&gt; 是微分運算的特徵值.&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(4)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-4&quot;&gt;\begin{align} \frac{d}{dx} e^x = e^x \end{align}&lt;/div&gt;
&lt;p&gt;證明：&lt;/p&gt;
&lt;p&gt;根據以上定義 (&lt;a class=&quot;eref&quot; href=&quot;javascript:;&quot;  &gt;2&lt;/a&gt;)，只要將 n 改寫為 &lt;span class=&quot;math-inline&quot;&gt;$\frac{1}{\Delta x}$&lt;/span&gt;，就可以得到下列代換式&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(5)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-5&quot;&gt;\begin{eqnarray} e &amp;amp;=&amp;amp; \lim_{n \to \infty} (1+\frac{1}{n})^n &amp;amp;=&amp;amp; \lim_{\Delta x \to 0} (1+\Delta x)^{1/\Delta x} \end{eqnarray}&lt;/div&gt;
&lt;p&gt;所以&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(6)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-6&quot;&gt;\begin{eqnarray} e^{\Delta x} = 1+\Delta x ; \end{eqnarray}&lt;/div&gt;
&lt;p&gt;故&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(7)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-7&quot;&gt;\begin{eqnarray} \lim_{\Delta x \to 0} \frac{e^{\Delta x}-1}{\Delta x} = 1 \end{eqnarray}&lt;/div&gt;
&lt;p&gt;因此&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(8)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-8&quot;&gt;\begin{eqnarray} \frac{d}{dx} e^x &amp;amp;=&amp;amp; \lim_{\Delta x \to 0} \frac{e^{(x+\Delta x)} - e^x}{\Delta x} \\ &amp;amp;=&amp;amp; \lim_{\Delta x \to 0} \frac{e^x(e^{\Delta x} - 1)}{\Delta x} \\ &amp;amp;=&amp;amp; e^x \lim_{\Delta x \to 0} \frac{e^{\Delta x} - 1}{\Delta x} \\ &amp;amp;=&amp;amp; e^x * 1 \\ &amp;amp;=&amp;amp; e^x \end{eqnarray}&lt;/div&gt;
&lt;p&gt;2. 尤拉函數 &lt;span class=&quot;math-inline&quot;&gt;$e^x$&lt;/span&gt; 的泰勒級數有無窮多項，但卻很簡單.&lt;/p&gt;
&lt;p&gt;根據前一個特性，也就是公式 (&lt;a class=&quot;eref&quot; href=&quot;javascript:;&quot;  &gt;4&lt;/a&gt;)，我們可以用泰勒展開始將 &lt;span class=&quot;math-inline&quot;&gt;$e^x$&lt;/span&gt; 進行微分，會發現其泰勒級數如下：&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(9)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-9&quot;&gt;\begin{align} e^x = 1+\frac{1}{1!} x + \frac{2}{2!} x^2 + ... \frac{n}{n!} x^n+ ... \end{align}&lt;/div&gt;
&lt;p&gt;3. 尤拉複函數 &lt;span class=&quot;math-inline&quot;&gt;$e^{i x}$&lt;/span&gt; 可分解為三角函數&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;math-inline&quot;&gt;$e^{i x}$&lt;/span&gt; 的泰勒級數，是傅立葉轉換的基礎，因為它可以被分解為 sin() 與 cos() 的組合。&lt;/p&gt;
&lt;span class=&quot;equation-number&quot;&gt;(10)&lt;/span&gt;
&lt;div class=&quot;math-equation&quot; id=&quot;equation-901904-10&quot;&gt;\begin{equation} e^{i x} = cos(x) + i*sin(x) \end{equation}&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 04 Nov 2009 04:11:20 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>相關文章</span></h1> <ol> <li><a href="http://ccckmit.wikidot.com/ma:euler">尤拉數e在微積分中的角色與用途</a></li> <li><a href="http://ccckmit.wikidot.com/ca:tylor">泰勒展開式與函數逼近論</a></li> <li><a href="http://ccckmit.wikidot.com/ca:fourier">傅立葉轉換在影像處理中的用途</a></li> </ol> <h1><span>簡介</span></h1> <p>尤拉數 e 是數學中，與圓周率幾乎同樣重要的一個數字，然而、尤拉數卻並沒有像圓周率這樣清楚的直覺意義，而且其用途與表現非常多樣化，這使得一般學生無法掌握到尤拉數的意義，本文將列出尤拉數 e 的幾種不同表示法，並說明其這些表示法之間的關係，以使讀者了解尤拉數 e 的數學價值。</p> <h1><span>尤拉數 e 的定義方式</span></h1> <p>尤拉數 e 是一個很難掌握的數字，但卻應用很廣，其表現出來的形式大致有下列三種：</p> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-577663-1">\begin{align} e = \lim_{n \rightarrow \infty} 1+\frac{1}{1!}+\frac{1}{2!}+...+\frac{1}{n!} \end{align}</div> <span class="equation-number">(2)</span> <div class="math-equation" id="equation-577663-2">\begin{align} e = \lim_{n \rightarrow \infty} (1+\frac{1}{n})^n \end{align}</div> <span class="equation-number">(3)</span> <div class="math-equation" id="equation-577663-3">\begin{align} \int_1^e \frac{1}{x} dx = 1 \end{align}</div> <h1><span>尤拉數 e 的特性</span></h1> <p>1. 尤拉函數 <span class="math-inline">$e^x$</span> 是微分運算的特徵值.</p> <span class="equation-number">(4)</span> <div class="math-equation" id="equation-577663-4">\begin{align} \frac{d}{dx} e^x = e^x \end{align}</div> <p>證明：</p> <p>根據以上定義 (<a class="eref" href="javascript:;" >2</a>)，只要將 n 改寫為 <span class="math-inline">$\frac{1}{\Delta x}$</span>，就可以得到下列代換式</p> <span class="equation-number">(5)</span> <div class="math-equation" id="equation-577663-5">\begin{eqnarray} e &amp;=&amp; \lim_{n \to \infty} (1+\frac{1}{n})^n &amp;=&amp; \lim_{\Delta x \to 0} (1+\Delta x)^{1/\Delta x} \end{eqnarray}</div> <p>所以</p> <span class="equation-number">(6)</span> <div class="math-equation" id="equation-577663-6">\begin{eqnarray} e^{\Delta x} = 1+\Delta x ; \end{eqnarray}</div> <p>故</p> <span class="equation-number">(7)</span> <div class="math-equation" id="equation-577663-7">\begin{eqnarray} \lim_{\Delta x \to 0} \frac{e^{\Delta x}-1}{\Delta x} = 1 \end{eqnarray}</div> <p>因此</p> <span class="equation-number">(8)</span> <div class="math-equation" id="equation-577663-8">\begin{eqnarray} \frac{d}{dx} e^x &amp;=&amp; \lim_{\Delta x \to 0} \frac{e^{(x+\Delta x)} - e^x}{\Delta x} \\ &amp;=&amp; \lim_{\Delta x \to 0} \frac{e^x(e^{\Delta x} - 1)}{\Delta x} \\ &amp;=&amp; e^x \lim_{\Delta x \to 0} \frac{e^{\Delta x} - 1}{\Delta x} \\ &amp;=&amp; e^x * 1 \\ &amp;=&amp; e^x \end{eqnarray}</div> <p>2. 尤拉函數 <span class="math-inline">$e^x$</span> 的泰勒級數有無窮多項，但卻很簡單.</p> <p>根據前一個特性，也就是公式 (<a class="eref" href="javascript:;" >4</a>)，我們可以用泰勒展開始將 <span class="math-inline">$e^x$</span> 進行微分，會發現其泰勒級數如下：</p> <span class="equation-number">(9)</span> <div class="math-equation" id="equation-577663-9">\begin{align} e^x = 1+\frac{1}{1!} x + \frac{2}{2!} x^2 + ... \frac{n}{n!} x^n+ ... \end{align}</div> <p>3. 尤拉複函數 <span class="math-inline">$e^{i x}$</span> 可分解為三角函數</p> <p><span class="math-inline">$e^{i x}$</span> 的泰勒級數，是傅立葉轉換的基礎，因為它可以被分解為 sin() 與 cos() 的組合。</p> <span class="equation-number">(10)</span> <div class="math-equation" id="equation-577663-10">\begin{equation} e^{i x} = cos(x) + i*sin(x) \end{equation}</div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:imaginary</guid>
				<title>虛數</title>
				<link>http://ccckmit.wikidot.com/ma:imaginary</link>
				<description>

&lt;p&gt;在複數平面中，虛數所扮演的角色非常奇特，讓我們看看以下的虛數特性：&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 20 Aug 2012 00:00:59 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>在複數平面中，虛數所扮演的角色非常奇特，讓我們看看以下的虛數特性：</p> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-382510-1">\begin{eqnarray} i^0 &amp;=&amp; 1\\ i^1 &amp;=&amp; i \\ i^2 &amp;=&amp; -1 \\ i^3 &amp;=&amp; -i \\ i^4 &amp;=&amp; 1 \\ i^5 &amp;=&amp; i \\ i^6 &amp;=&amp; -1 \\ i^7 &amp;=&amp; -i \\ \end{eqnarray}</div> <p>您可以看到虛數自我相乘時，會產生每四次就循環出現的情況，如果我們將這個乘法畫在複數平面上，就會看到每次乘法都讓座標旋轉 90 度 (<span class="math-inline">$\pi/2$</span>)，而第四次的 <span class="math-inline">$i^4$</span> 又回到了起始點 1。</p> <p>沿著這個觀察推論下去，您可能會想到一個問題，虛數 i 的 1/2 次方到底是多少呢？</p> <p>根據歸納性的猜測，既然每自乘一次 i 就會轉 90 度，那每自乘半次 i，也就是 <span class="math-inline">$i^{1/2}$</span> ，那應該會轉 45 度，也就是：</p> <span class="equation-number">(2)</span> <div class="math-equation" id="equation-382510-2">\begin{align} i^{1/2} = cos(\pi/4) + i*sin(\pi/4) = \frac{1}{\sqrt{2}} + i \frac{1}{\sqrt{2}} \end{align}</div> <p>我們可以初步驗證看看這個結果是否正確。</p> <p>假如我們將上式平方，那麼左右兩邊是否還相等呢？</p> <span class="equation-number">(3)</span> <div class="math-equation" id="equation-382510-3">\begin{eqnarray} 左邊 &amp;&amp; (i^{1/2} )^2 = i^{1/2 * 2} = i \\ 右邊 &amp;&amp; (\frac{1}{\sqrt{2}} + i \frac{1}{\sqrt{2}} )^2 = 1/2 + 2*\frac{1}{2} i - 1/2 = i \\ \end{eqnarray}</div> <p>經由上面算式驗證，我們發現這是合理的想法。</p> <p>而這個結果也正是虛數的重要之處，虛數代表複數平面上的圓周運動，每乘一次 i 就會旋轉九十度。</p> <p>在此，如果我們利用泰勒展開式，就可以發現一個重要的定理，是尤拉 (Euler) 所發現的，所以稱為尤拉定理。</p> <span class="equation-number">(4)</span> <div class="math-equation" id="equation-382510-4">\begin{eqnarray} e^{i x} = cos(x) + i*sin(x) \end{eqnarray}</div> <p>根據類似實數的推論，我們可以輕易的套出下列自然指數轉換方法：</p> <span class="equation-number">(5)</span> <div class="math-equation" id="equation-382510-5">\begin{eqnarray} i^x &amp;=&amp; e^{x * ln(i) } \\ &amp;=&amp; e^{x*(ln|i| + i * arg (i))} \\ &amp;=&amp; e^{x*(ln(1) + i * (\pi/2 + 2k \pi)) } \\ &amp;=&amp; e^{x*ln(1)}*e^{i * x * (\pi/2 + 2k \pi)} \\ &amp;=&amp; 1 * e^{i * x * (\pi/2 + 2k \pi)} \\ &amp;=&amp; e^{i x (\pi/2 + 2k \pi)} \end{eqnarray}</div> <p>註：複數 Z 如果寫成極座標形式可以用 <span class="math-inline">$Z=r * e^{i x + 2 k \pi}$</span>， 如果取 log (或 ln)，則通常規定為 <span class="math-inline">$log(Z) = ln|Z| + i*arg(Z)$</span>，其中 <span class="math-inline">$arg(Z) = x + 2 k \pi$</span></p> <h1><span>尤拉定理</span></h1> <p>因為尤拉定理中的 x 代表角度，所以通常我們用符號 <span class="math-inline">$\theta$</span> 表示，改寫如下：</p> <span class="equation-number">(6)</span> <div class="math-equation" id="equation-382510-6">\begin{eqnarray} e^{i \theta} = cos(\theta) + i*sin(\theta) \end{eqnarray}</div> <p>當 <span class="math-inline">$\theta = \pi$</span> 時，可得到下列算式：</p> <span class="equation-number">(7)</span> <div class="math-equation" id="equation-382510-7">\begin{eqnarray} e^{i \pi} + 1 = 0 \end{eqnarray}</div> <p>也就是 <span class="math-inline">$e^{i \pi} = -1$</span>。</p> <h1><span>參考文獻</span></h1> <ol> <li>棣美弗定理與 Euler 公式, 林琦焜 <ul> <li><a href="http://w3.math.sinica.edu.tw/math_media/d274/27401.pdf">http://w3.math.sinica.edu.tw/math_media/d274/27401.pdf</a></li> </ul> </li> <li>作者: scorpioeric (常行一式) 看板: Math, 標題: Re: [問題] i的i次方?, 時間: Wed Aug 2&#160;00:23:49&#160;2006 <ul> <li><a href="http://www.ptt.cc/bbs/Math/M.1154448404.A.B82.html">http://www.ptt.cc/bbs/Math/M.1154448404.A.B82.html</a></li> </ul> </li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:main</guid>
				<title>應用數學</title>
				<link>http://ccckmit.wikidot.com/ma:main</link>
				<description>

&lt;h1&gt;&lt;span&gt;數學軟體&lt;/span&gt;&lt;/h1&gt;
&lt;table class=&quot;wiki-content-table&quot;&gt;
&lt;tr&gt;
&lt;th&gt;數學領域&lt;/th&gt;
&lt;th&gt;商用軟體&lt;/th&gt;
&lt;th&gt;開放軟體&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;機率統計&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.sas.com/&quot;&gt;SAS&lt;/a&gt;, SPSS,&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/py:main&quot;&gt;Python/SciPy/stats&lt;/a&gt;, &lt;a href=&quot;http://ccckmit.wikidot.com/r:main&quot;&gt;R&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;矩陣代數&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/py:main&quot;&gt;Python/SciPy/linalg&lt;/a&gt;, &lt;a href=&quot;http://ccckmit.wikidot.com/oc:main&quot;&gt;Octave&lt;/a&gt;, Scilab, FreeMat&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;符號計算&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/py:main&quot;&gt;Python/SymPy&lt;/a&gt;, &lt;a href=&quot;http://maxima.sourceforge.net/&quot;&gt;Maxima&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;函數繪圖&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/py:main&quot;&gt;Python/Matplotlib&lt;/a&gt;, &lt;a href=&quot;http://www.gnuplot.info/&quot;&gt;GnuPlot&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;邏輯推論&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.visual-prolog.com/&quot;&gt;VisualProlog&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.gprolog.org/&quot;&gt;GnuProlog&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;說明：Octave 採用了 GnuPlot 進行繪圖，R 則採用 ggplot 進行繪圖。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;參考文獻&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;數學應用軟體 &amp;#8212; &lt;a href=&quot;http://www.mathland.idv.tw/soft/mathsoft.htm&quot;&gt;http://www.mathland.idv.tw/soft/mathsoft.htm&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 12:04:06 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>數學軟體</span></h1> <table class="wiki-content-table"> <tr> <th>數學領域</th> <th>商用軟體</th> <th>開放軟體</th> </tr> <tr> <td>機率統計</td> <td><a href="http://www.sas.com/">SAS</a>, SPSS,</td> <td><a href="http://ccckmit.wikidot.com/py:main">Python/SciPy/stats</a>, <a href="http://ccckmit.wikidot.com/r:main">R</a></td> </tr> <tr> <td>矩陣代數</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://ccckmit.wikidot.com/py:main">Python/SciPy/linalg</a>, <a href="http://ccckmit.wikidot.com/oc:main">Octave</a>, Scilab, FreeMat</td> </tr> <tr> <td>符號計算</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://ccckmit.wikidot.com/py:main">Python/SymPy</a>, <a href="http://maxima.sourceforge.net/">Maxima</a></td> </tr> <tr> <td>函數繪圖</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://ccckmit.wikidot.com/py:main">Python/Matplotlib</a>, <a href="http://www.gnuplot.info/">GnuPlot</a></td> </tr> <tr> <td>邏輯推論</td> <td><a href="http://www.visual-prolog.com/">VisualProlog</a></td> <td><a href="http://www.gprolog.org/">GnuProlog</a></td> </tr> </table> <p>說明：Octave 採用了 GnuPlot 進行繪圖，R 則採用 ggplot 進行繪圖。</p> <h1><span>參考文獻</span></h1> <ol> <li>數學應用軟體 &#8212; <a href="http://www.mathland.idv.tw/soft/mathsoft.htm">http://www.mathland.idv.tw/soft/mathsoft.htm</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:image</guid>
				<title>Image</title>
				<link>http://ccckmit.wikidot.com/ma:image</link>
				<description>

&lt;h1&gt;&lt;span&gt;影像壓縮&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 26 Jul 2012 11:49:58 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>影像壓縮</span></h1> <p>JPEG</p> <h1><span>影像辨識</span></h1> <p>FFT</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:learning</guid>
				<title>數學在機器學習上的用途</title>
				<link>http://ccckmit.wikidot.com/ma:learning</link>
				<description>

&lt;p&gt;機器學習中會用到包含微積分、機率統計、線性代數等數學，以下我們將介紹這些數學在機器學習方法上的角色與功能。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 04 Nov 2009 04:39:22 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>機器學習中會用到包含微積分、機率統計、線性代數等數學，以下我們將介紹這些數學在機器學習方法上的角色與功能。</p> <h1><span>簡介</span></h1> <p>自動學習的理論、通常會討論到收斂的狀況，也就是在何時算式學習完成，而這個收斂狀況，在數學上就可以用函數不再變化來表示，其數學運算式表示如下：</p> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-148204-1">\begin{equation} f(x) = x \end{equation}</div> <h1><span>類神經網路</span></h1> <p>機器學習中的類神經網路，主要利用到微積分的概念，幾乎所有類型的類神經網路，都是在找尋可微分函數的能量最低點，這包含了反傳遞網路 (Back Propagation Network)、自組織網路 (Self Organization Network) 與 Hopfield 網路 (Hopfield Network) 等。</p> <p>其中、尤拉函數為微分運算的特徵點，因此、在許多類神經網路的模型上都會用到。</p> <span class="equation-number">(2)</span> <div class="math-equation" id="equation-148204-2">\begin{align} \frac {d}{dx} e^x = e^x \end{align}</div> <h1><span>回饋式學習</span></h1> <p>機器學習中回饋式學習，主要利用到線性代數的技巧，其中尤其是有關特徵值 (eigen value) 與特徵向量(eigen vector)的部份，<br /> 由於代表了回饋運算的極限狀況，因此、特徵向量的理論特別的重要，</p> <p>特徵向量為矩陣乘法的不動點，因此也是回饋運算的極限，其表示式如下：</p> <span class="equation-number">(3)</span> <div class="math-equation" id="equation-148204-3">\begin{align} [A] \overrightarrow{X} = \lambda \overrightarrow{X} \end{align}</div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:software</guid>
				<title>免費電子書 -- 計算機數學</title>
				<link>http://ccckmit.wikidot.com/ma:software</link>
				<description>

&lt;table class=&quot;wiki-content-table&quot;&gt;
&lt;tr&gt;
&lt;th&gt;數學領域&lt;/th&gt;
&lt;th&gt;商用軟體&lt;/th&gt;
&lt;th&gt;開放軟體&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;機率統計&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.sas.com/&quot;&gt;SAS&lt;/a&gt;, SPSS,&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/r:main&quot;&gt;R&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;矩陣代數&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/oc:main&quot;&gt;Octave&lt;/a&gt;, Scilab, FreeMat&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;符號計算&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://maxima.sourceforge.net/&quot;&gt;Maxima&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;函數繪圖&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.gnuplot.info/&quot;&gt;GnuPlot&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;邏輯推論&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.visual-prolog.com/&quot;&gt;VisualProlog&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://www.gprolog.org/&quot;&gt;GnuProlog&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;說明：Octave 採用了 GnuPlot 進行繪圖，R 則採用 ggplot 進行繪圖。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;參考文獻&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;數學應用軟體 &amp;#8212; &lt;a href=&quot;http://www.mathland.idv.tw/soft/mathsoft.htm&quot;&gt;http://www.mathland.idv.tw/soft/mathsoft.htm&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 09 Jan 2011 09:48:48 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <table class="wiki-content-table"> <tr> <th>數學領域</th> <th>商用軟體</th> <th>開放軟體</th> </tr> <tr> <td>機率統計</td> <td><a href="http://www.sas.com/">SAS</a>, SPSS,</td> <td><a href="http://ccckmit.wikidot.com/r:main">R</a></td> </tr> <tr> <td>矩陣代數</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://ccckmit.wikidot.com/oc:main">Octave</a>, Scilab, FreeMat</td> </tr> <tr> <td>符號計算</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://maxima.sourceforge.net/">Maxima</a></td> </tr> <tr> <td>函數繪圖</td> <td><a href="http://www.mathworks.com/">Matlab</a></td> <td><a href="http://www.gnuplot.info/">GnuPlot</a></td> </tr> <tr> <td>邏輯推論</td> <td><a href="http://www.visual-prolog.com/">VisualProlog</a></td> <td><a href="http://www.gprolog.org/">GnuProlog</a></td> </tr> </table> <p>說明：Octave 採用了 GnuPlot 進行繪圖，R 則採用 ggplot 進行繪圖。</p> <h1><span>參考文獻</span></h1> <ol> <li>數學應用軟體 &#8212; <a href="http://www.mathland.idv.tw/soft/mathsoft.htm">http://www.mathland.idv.tw/soft/mathsoft.htm</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:industry</guid>
				<title>工業與數學</title>
				<link>http://ccckmit.wikidot.com/ma:industry</link>
				<description>

&lt;p&gt;數學是西方文化當中相當重要的一部分，如果沒有數學，我們很難想像工業革命會出現於 18 世紀的英國，也很難想像人類居然可以順利登陸月球、發明電腦、電子儀器等等。但是，許多資訊科系的同學，會害怕數學，或者認為數學沒有用，在以下的投影片當中，我們將會說明數學與電腦的關係，讓學習程式設計的同學能快速理解數學在計算機上的用途。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 18 Oct 2010 00:49:19 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>數學是西方文化當中相當重要的一部分，如果沒有數學，我們很難想像工業革命會出現於 18 世紀的英國，也很難想像人類居然可以順利登陸月球、發明電腦、電子儀器等等。但是，許多資訊科系的同學，會害怕數學，或者認為數學沒有用，在以下的投影片當中，我們將會說明數學與電腦的關係，讓學習程式設計的同學能快速理解數學在計算機上的用途。</p> <p>投影片下載：<a href="http://ccckmit.wdfiles.com/local--files/ma:industry/Math.ppt">Math.ppt</a></p> <p>讓我們稍為比較一下中華文化與西洋文化的差別，看看為何西洋人注重數學，但是中國人卻只重視人倫。</p> <table class="wiki-content-table"> <tr> <th>中華文化</th> <th>西洋文化</th> </tr> <tr> <td>儒家思想為核心</td> <td>人文、社會、自然、科學、生物&#8230; 等各個學科不斷發展</td> </tr> <tr> <td>兩千多年來一脈相承</td> <td>不斷轉移，興起或衰微</td> </tr> <tr> <td>元氣論</td> <td>原子論</td> </tr> <tr> <td>注重人倫</td> <td>注重分工與邏輯</td> </tr> <tr> <td>重點在維持國家穩定</td> <td>重點在競爭與發展</td> </tr> <tr> <td>數學家不受重視 (唯一的例外是天文觀測)</td> <td>數學家受到尊敬 (ex: 牛頓？他吃飯嗎？呼吸嗎？)</td> </tr> <tr> <td>金觀濤：超穩定結構理論</td> <td>達爾文：物競天擇，適者生存</td> </tr> <tr> <td>自秦始皇統一以來，大一統局面為主</td> <td>歐洲很少統一，大部分時間呈分裂狀態</td> </tr> <tr> <td>清代：天朝；中學為體，西學為用</td> <td>亞當斯密：國富論</td> </tr> </table> <h1><span>評論</span></h1> <p>通常我們只看到歐洲工業革命後進步的表象，但是卻看不到背後深層的意涵，像是數學的注重、社會組織原理，學術與工業的分工，經濟上供應鏈的形成，政治上的議會與選舉制度等等，這些才是工業革命後歐洲之所以強盛的原因阿！</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:science</guid>
				<title>科學與數學</title>
				<link>http://ccckmit.wikidot.com/ma:science</link>
				<description>

&lt;ol&gt;
&lt;li&gt;科學是什麼？
&lt;ul&gt;
&lt;li&gt;物理：牛頓力學 F= ma&lt;/li&gt;
&lt;li&gt;物理：電磁學：&lt;a href=&quot;http://en.wikipedia.org/wiki/Maxwell&#039;s_equations&quot;&gt;馬克斯威方程&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;物理：相對論：&lt;span class=&quot;math-inline&quot;&gt;$E=m c^2$&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;物理：量子力學&lt;/li&gt;
&lt;li&gt;物理：大爆炸理論&lt;/li&gt;
&lt;li&gt;化學：門德列夫周期表&lt;/li&gt;
&lt;li&gt;生物：生物化學&lt;/li&gt;
&lt;li&gt;生物：DNA =&amp;gt; RNA =&amp;gt; Protein&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;數學與科學的關係？
&lt;ul&gt;
&lt;li&gt;牛頓：F = ma&lt;/li&gt;
&lt;li&gt;微積分：離心力、傅立葉轉換、&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;*&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 06 May 2011 01:15:00 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ol> <li>科學是什麼？ <ul> <li>物理：牛頓力學 F= ma</li> <li>物理：電磁學：<a href="http://en.wikipedia.org/wiki/Maxwell's_equations">馬克斯威方程</a></li> <li>物理：相對論：<span class="math-inline">$E=m c^2$</span></li> <li>物理：量子力學</li> <li>物理：大爆炸理論</li> <li>化學：門德列夫周期表</li> <li>生物：生物化學</li> <li>生物：DNA =&gt; RNA =&gt; Protein</li> </ul> </li> <li>數學與科學的關係？ <ul> <li>牛頓：F = ma</li> <li>微積分：離心力、傅立葉轉換、</li> </ul> </li> </ol> <p>*</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:vocabulary</guid>
				<title>數學用語</title>
				<link>http://ccckmit.wikidot.com/ma:vocabulary</link>
				<description>

&lt;h1&gt;&lt;span&gt;正式的用語&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=definition&quot;&gt;definition&lt;/a&gt; (定義)
&lt;ul&gt;
&lt;li&gt;符號的意義，通常用來描述某種數學語法，像是 &lt;span class=&quot;math-inline&quot;&gt;$\lim , \sum, \int, ...$&lt;/span&gt;]&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=axiom&quot;&gt;axiom&lt;/a&gt; (公理)
&lt;ul&gt;
&lt;li&gt;假定,公設 &amp;#8212; 作為自明之理，在歐氏幾何原本中使用 postulate 也是這個意思。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=proposition&quot;&gt;proposition&lt;/a&gt; (命題)
&lt;ul&gt;
&lt;li&gt;一個等待證明的假設或算式，一但證明完畢就成為定理 (Theorem)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=corollary&quot;&gt;corollary&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;a proposition inferred immediately from a proved proposition with little or no additional proof&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=lemma&quot;&gt;lemma&lt;/a&gt; (引理)
&lt;ul&gt;
&lt;li&gt;an auxiliary proposition used in the demonstration of another proposition&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tw.dictionary.yahoo.com/dictionary?p=theorem&quot;&gt;theorem&lt;/a&gt; (定理)
&lt;ul&gt;
&lt;li&gt;a formula, proposition, or statement in mathematics or logic deduced or to be deduced from other formulas or propositions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;有趣的說法&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;下文來自 Sean Mauch 的書籍附錄&lt;/p&gt;
&lt;p&gt;Phrases often have different meanings in mathematics than in everyday usage. Here I have collected definitions of some mathematical terms which might confuse the novice.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;beyond the scope of this text
&lt;ul&gt;
&lt;li&gt;Beyond the comprehension of the author.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;difficult
&lt;ul&gt;
&lt;li&gt;Essentially impossible. Note that mathematicians never refer to problems they have solved as being difficult.&lt;/li&gt;
&lt;li&gt;This would either be boastful, (claiming that you can solve difficult problems), or self-deprecating, (admitting that you found the problem to be difficult).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;interesting
&lt;ul&gt;
&lt;li&gt;This word is grossly overused in math and science. It is often used to describe any work that the author has done, regardless of the work’s significance or novelty. It may also be used as a synonym for difficult. It has a completely different meaning when used by the non-mathematician. When I tell people that I am a mathematician they typically respond with, “That must be interesting.”, which means, “I don’t know anything about math or what mathematicians do.” I typically answer, “No. Not really.”&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;non-obvious or non-trivial
&lt;ul&gt;
&lt;li&gt;Real fuckin’ hard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;one can prove that &amp;#8230; :
&lt;ul&gt;
&lt;li&gt;The “one” that proved it was a genius like Gauss. The phrase literally means “you haven’t got a chance in hell of proving that &amp;#8230; ”&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;simple:
&lt;ul&gt;
&lt;li&gt;Mathematicians communicate their prowess to colleagues and students by referring to all problems as simple or trivial. If you ever become a math professor, introduce every example as being “really quite trivial.”&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;本文改寫自&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Unabridged Version of Sean&#039;s Applied Math Book (No rights reserved)
&lt;ul&gt;
&lt;li&gt;原始連結：&lt;a href=&quot;http://www.its.caltech.edu/~sean/book/unabridged.html&quot;&gt;http://www.its.caltech.edu/~sean/book/unabridged.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;備份連結：&lt;a href=&quot;http://dl.dropbox.com/u/13828995/math/applied_math.pdf&quot;&gt;http://dl.dropbox.com/u/13828995/math/applied_math.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;本書由加州理工的博士 Sean Mauch 所撰寫&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 01:45:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>正式的用語</span></h1> <ol> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=definition">definition</a> (定義) <ul> <li>符號的意義，通常用來描述某種數學語法，像是 <span class="math-inline">$\lim , \sum, \int, ...$</span>]</li> </ul> </li> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=axiom">axiom</a> (公理) <ul> <li>假定,公設 &#8212; 作為自明之理，在歐氏幾何原本中使用 postulate 也是這個意思。</li> </ul> </li> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=proposition">proposition</a> (命題) <ul> <li>一個等待證明的假設或算式，一但證明完畢就成為定理 (Theorem)</li> </ul> </li> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=corollary">corollary</a> <ul> <li>a proposition inferred immediately from a proved proposition with little or no additional proof</li> </ul> </li> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=lemma">lemma</a> (引理) <ul> <li>an auxiliary proposition used in the demonstration of another proposition</li> </ul> </li> <li><a href="http://tw.dictionary.yahoo.com/dictionary?p=theorem">theorem</a> (定理) <ul> <li>a formula, proposition, or statement in mathematics or logic deduced or to be deduced from other formulas or propositions</li> </ul> </li> </ol> <h1><span>有趣的說法</span></h1> <p>下文來自 Sean Mauch 的書籍附錄</p> <p>Phrases often have different meanings in mathematics than in everyday usage. Here I have collected definitions of some mathematical terms which might confuse the novice.</p> <ol> <li>beyond the scope of this text <ul> <li>Beyond the comprehension of the author.</li> </ul> </li> <li>difficult <ul> <li>Essentially impossible. Note that mathematicians never refer to problems they have solved as being difficult.</li> <li>This would either be boastful, (claiming that you can solve difficult problems), or self-deprecating, (admitting that you found the problem to be difficult).</li> </ul> </li> <li>interesting <ul> <li>This word is grossly overused in math and science. It is often used to describe any work that the author has done, regardless of the work’s significance or novelty. It may also be used as a synonym for difficult. It has a completely different meaning when used by the non-mathematician. When I tell people that I am a mathematician they typically respond with, “That must be interesting.”, which means, “I don’t know anything about math or what mathematicians do.” I typically answer, “No. Not really.”</li> </ul> </li> <li>non-obvious or non-trivial <ul> <li>Real fuckin’ hard.</li> </ul> </li> <li>one can prove that &#8230; : <ul> <li>The “one” that proved it was a genius like Gauss. The phrase literally means “you haven’t got a chance in hell of proving that &#8230; ”</li> </ul> </li> <li>simple: <ul> <li>Mathematicians communicate their prowess to colleagues and students by referring to all problems as simple or trivial. If you ever become a math professor, introduce every example as being “really quite trivial.”</li> </ul> </li> </ol> <h1><span>本文改寫自</span></h1> <ol> <li>Unabridged Version of Sean's Applied Math Book (No rights reserved) <ul> <li>原始連結：<a href="http://www.its.caltech.edu/~sean/book/unabridged.html">http://www.its.caltech.edu/~sean/book/unabridged.html</a></li> <li>備份連結：<a href="http://dl.dropbox.com/u/13828995/math/applied_math.pdf">http://dl.dropbox.com/u/13828995/math/applied_math.pdf</a></li> <li>本書由加州理工的博士 Sean Mauch 所撰寫</li> </ul> </li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:tex</guid>
				<title>用 LaTex 撰寫數學式</title>
				<link>http://ccckmit.wikidot.com/ma:tex</link>
				<description>

&lt;h1&gt;&lt;span&gt;Wikidot 當中的 LaTex 用法&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/wi:mathlatex&quot;&gt;Wikidot 的數學式語法 (LaTex)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/wi:mathexample&quot;&gt;Wikidot 的數學式 (範例集)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;參考文獻&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;LaTeX Math Symbols &amp;#8212; &lt;a href=&quot;http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html&quot;&gt;http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.forkosh.dreamhost.com/source_mimetex.html&quot;&gt;http://www.forkosh.dreamhost.com/source_mimetex.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/apis/chart/docs/gallery/formulas.html&quot;&gt;http://code.google.com/apis/chart/docs/gallery/formulas.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mathjax.org/&quot;&gt;http://www.mathjax.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;texttogif (perl) &amp;#8212; &lt;a href=&quot;http://www.fourmilab.ch/webtools/textogif/textogif.html&quot;&gt;http://www.fourmilab.ch/webtools/textogif/textogif.html&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;必須安裝 Perl, TeX, LaTeX2e, dvips, Ghostscript, Netpbm&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mathtoweb.com/&quot;&gt;http://www.mathtoweb.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm&quot;&gt;http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.codecogs.com/components/eqneditor/editor.php&quot;&gt;http://www.codecogs.com/components/eqneditor/editor.php&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 12:48:05 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>Wikidot 當中的 LaTex 用法</span></h1> <ol> <li><a href="http://ccckmit.wikidot.com/wi:mathlatex">Wikidot 的數學式語法 (LaTex)</a></li> <li><a href="http://ccckmit.wikidot.com/wi:mathexample">Wikidot 的數學式 (範例集)</a></li> </ol> <h1><span>參考文獻</span></h1> <ol> <li>LaTeX Math Symbols &#8212; <a href="http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html">http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html</a></li> <li><a href="http://www.forkosh.dreamhost.com/source_mimetex.html">http://www.forkosh.dreamhost.com/source_mimetex.html</a></li> <li><a href="http://code.google.com/apis/chart/docs/gallery/formulas.html">http://code.google.com/apis/chart/docs/gallery/formulas.html</a></li> <li><a href="http://www.mathjax.org/">http://www.mathjax.org/</a></li> <li>texttogif (perl) &#8212; <a href="http://www.fourmilab.ch/webtools/textogif/textogif.html">http://www.fourmilab.ch/webtools/textogif/textogif.html</a> <ul> <li>必須安裝 Perl, TeX, LaTeX2e, dvips, Ghostscript, Netpbm</li> </ul> </li> <li><a href="http://www.mathtoweb.com/">http://www.mathtoweb.com/</a></li> <li><a href="http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm">http://eric.chopin.pagesperso-orange.fr/latex/latex4web.htm</a></li> <li><a href="http://www.codecogs.com/components/eqneditor/editor.php">http://www.codecogs.com/components/eqneditor/editor.php</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:course</guid>
				<title>資訊系的數學課程</title>
				<link>http://ccckmit.wikidot.com/ma:course</link>
				<description>

&lt;h1&gt;&lt;span&gt;簡介&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;學電腦的同學常常會有一個問題，為甚麼學校要教那麼多數學課程，這些數學又用不到，我們學了要做甚麼？&lt;/p&gt;
&lt;p&gt;其實、這些數學都是深入電腦領域的基礎，數學不好、在進階的電腦課程上就會有障礙，本文中我們將說明這些數學課程與電腦之間的關係，並指出每一門數學的實際應用領域。&lt;/p&gt;
&lt;p&gt;資訊系的數學、大致包函『微積分』、『線性代數』、『離散數學』、『機率統計』等，這些數學課程，其實是高年級甚至研究所電腦課程的基礎，以下、我們將說明每一門課程的應用領域。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;微積分&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;內容：微分、積分、常微分方程、偏微分方程、傅立葉轉換、泰勒級數與函數逼近論。&lt;br /&gt;
應用：包含在數值分析課程中計算微分與積分的數值，其延伸領域的傅立葉轉換、泰勒級數語與函數逼近論也被用來作為影像壓縮與影像處理的基礎；微分概念也是人工智慧中類神經網路的基礎。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;離散數學&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;內容：布林代數、排列組合、遞歸函數、圖形理論、有限狀態機、堆疊自動機(Push-Down automata)、可計算性。&lt;br /&gt;
應用：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;布林代數是數位邏輯的基礎，並且是人工智慧中的自動推論方法的基礎。&lt;/li&gt;
&lt;li&gt;遞歸函數是演算法中複雜度分析的基礎。&lt;/li&gt;
&lt;li&gt;圖形理論廣泛用在演算法的設計上，尤其是最佳化演算法中。&lt;/li&gt;
&lt;li&gt;有限狀態機與堆疊自動機是編譯器設計、正規語言與人工智慧中的自然語言處理的基礎。&lt;/li&gt;
&lt;li&gt;可計算性是形式語言與計算理論課程之基礎。&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;線性代數&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;內容：向量、矩陣、特徵值、特徵向量。&lt;br /&gt;
應用：作為線性規劃、計算機圖學、影像壓縮與影像處理的基礎，矩陣也常被用在資料結構與演算法課程上面，其應用非常廣、是資訊系最重要的數學課程，很多你意想不到的的主題最後都可以用線性代數的方法處理，例如全文檢索的技術、Google中網頁的排序方法等&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;機率統計&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;內容：二項分佈、常態分佈、普瓦松分佈、可靠度檢驗。&lt;br /&gt;
應用：作為所有管理學研究課程的基礎，並在人工智慧中的機器學習、資料採礦(Data Mining)與貝氏機率網路(Bayisian Network)上扮演重要的角色。&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;工程數學&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;內容：工程數學是微積分的延伸，內容以複變函數論為主，其重點是傅立葉轉換、拉普拉斯轉換等高等數學。&lt;br /&gt;
應用：傅立葉轉換的概念在影像處理與壓縮等領域非常非常重要，而拉普拉斯轉換近來在人工智慧的機率式最佳化領域則有相當好的應用。&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 04 Nov 2009 03:52:22 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>簡介</span></h1> <p>學電腦的同學常常會有一個問題，為甚麼學校要教那麼多數學課程，這些數學又用不到，我們學了要做甚麼？</p> <p>其實、這些數學都是深入電腦領域的基礎，數學不好、在進階的電腦課程上就會有障礙，本文中我們將說明這些數學課程與電腦之間的關係，並指出每一門數學的實際應用領域。</p> <p>資訊系的數學、大致包函『微積分』、『線性代數』、『離散數學』、『機率統計』等，這些數學課程，其實是高年級甚至研究所電腦課程的基礎，以下、我們將說明每一門課程的應用領域。</p> <h1><span>微積分</span></h1> <p>內容：微分、積分、常微分方程、偏微分方程、傅立葉轉換、泰勒級數與函數逼近論。<br /> 應用：包含在數值分析課程中計算微分與積分的數值，其延伸領域的傅立葉轉換、泰勒級數語與函數逼近論也被用來作為影像壓縮與影像處理的基礎；微分概念也是人工智慧中類神經網路的基礎。</p> <h1><span>離散數學</span></h1> <p>內容：布林代數、排列組合、遞歸函數、圖形理論、有限狀態機、堆疊自動機(Push-Down automata)、可計算性。<br /> 應用：</p> <ol> <li>布林代數是數位邏輯的基礎，並且是人工智慧中的自動推論方法的基礎。</li> <li>遞歸函數是演算法中複雜度分析的基礎。</li> <li>圖形理論廣泛用在演算法的設計上，尤其是最佳化演算法中。</li> <li>有限狀態機與堆疊自動機是編譯器設計、正規語言與人工智慧中的自然語言處理的基礎。</li> <li>可計算性是形式語言與計算理論課程之基礎。</li> </ol> <h1><span>線性代數</span></h1> <p>內容：向量、矩陣、特徵值、特徵向量。<br /> 應用：作為線性規劃、計算機圖學、影像壓縮與影像處理的基礎，矩陣也常被用在資料結構與演算法課程上面，其應用非常廣、是資訊系最重要的數學課程，很多你意想不到的的主題最後都可以用線性代數的方法處理，例如全文檢索的技術、Google中網頁的排序方法等</p> <h1><span>機率統計</span></h1> <p>內容：二項分佈、常態分佈、普瓦松分佈、可靠度檢驗。<br /> 應用：作為所有管理學研究課程的基礎，並在人工智慧中的機器學習、資料採礦(Data Mining)與貝氏機率網路(Bayisian Network)上扮演重要的角色。</p> <h1><span>工程數學</span></h1> <p>內容：工程數學是微積分的延伸，內容以複變函數論為主，其重點是傅立葉轉換、拉普拉斯轉換等高等數學。<br /> 應用：傅立葉轉換的概念在影像處理與壓縮等領域非常非常重要，而拉普拉斯轉換近來在人工智慧的機率式最佳化領域則有相當好的應用。</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:geometry</guid>
				<title>幾何學</title>
				<link>http://ccckmit.wikidot.com/ma:geometry</link>
				<description>

&lt;h1&gt;&lt;span&gt;重要定理證明&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://ccckmit.wikidot.com/ma:pythagorean&quot;&gt;畢氏定理的證明&lt;/a&gt; &amp;#8212; &lt;span class=&quot;math-inline&quot;&gt;$sin^2(a) + cos^2(a) = 1$&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://ccckmit.wikidot.com/ma:sinsum&quot;&gt;和角公式的證明&lt;/a&gt; &amp;#8212; sin(a+b) =sin(a) cos(b) + cos(a) sin(b)。&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;歐氏幾何&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Euclid&#039;s Elements, Table of Contents
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://aleph0.clarku.edu/~djoyce/java/elements/toc.html&quot;&gt;http://aleph0.clarku.edu/~djoyce/java/elements/toc.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://zh.wikibooks.org/wiki/%E6%AD%90%E5%9F%BA%E9%87%8C%E5%BE%B7%E5%B9%BE%E4%BD%95&quot;&gt;维基教科书 / 歐基里德幾何&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 03:43:40 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>重要定理證明</span></h1> <ol> <li><a href="http://ccckmit.wikidot.com/ma:pythagorean">畢氏定理的證明</a> &#8212; <span class="math-inline">$sin^2(a) + cos^2(a) = 1$</span></li> <li><a class="newpage" href="http://ccckmit.wikidot.com/ma:sinsum">和角公式的證明</a> &#8212; sin(a+b) =sin(a) cos(b) + cos(a) sin(b)。</li> </ol> <h1><span>歐氏幾何</span></h1> <ol> <li>Euclid's Elements, Table of Contents <ul> <li><a href="http://aleph0.clarku.edu/~djoyce/java/elements/toc.html">http://aleph0.clarku.edu/~djoyce/java/elements/toc.html</a></li> </ul> </li> <li><a href="http://zh.wikibooks.org/wiki/%E6%AD%90%E5%9F%BA%E9%87%8C%E5%BE%B7%E5%B9%BE%E4%BD%95">维基教科书 / 歐基里德幾何</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:settheory</guid>
				<title>集合論 (Set Theory)</title>
				<link>http://ccckmit.wikidot.com/ma:settheory</link>
				<description>

&lt;h1&gt;&lt;span&gt;集合論公理系統&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 12 Oct 2011 01:30:05 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>集合論公理系統</span></h1> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-44142-1">\begin{eqnarray} (1) &amp; &amp; S \in F；\\ (2) &amp; &amp; 若 A \in F, 則 \bar{A} \in F; \\ (3) &amp; &amp; 若 A \in F, B \in F 則 A \cup B \in F; \\ \end{eqnarray}</div> <h1><span>凡氏圖 (Venn Diagram)</span></h1> <p>兩個集合的文氏圖</p> <div class="image-container aligncenter"><img src="http://upload.wikimedia.org/wikipedia/commons/b/b7/Intersection_of_two_sets_A_and_B.svg" alt="Intersection_of_two_sets_A_and_B.svg" class="image" /></div> <p>三個集合的文氏圖</p> <div class="image-container aligncenter"><img src="http://upload.wikimedia.org/wikipedia/commons/7/7a/Venn_diagram_cmyk.svg" alt="Venn_diagram_cmyk.svg" class="image" /></div> <h1><span>Python 的集合運算示範</span></h1> <div class="code"> <pre><code>from sets import Set A = Set([1, 3, 5, 7, 9]) B = Set([2, 3, 6, 8, 9]) print &quot;A=&quot;, A print &quot;B=&quot;, B print &quot;A|B=&quot;, A|B print &quot;A&amp;B=&quot;, A&amp;B print &quot;A-B=&quot;, A-B print &quot;B-A=&quot;, B-A</code></pre></div> <p>執行結果</p> <div class="code"> <pre><code>A= Set([1, 3, 9, 5, 7]) B= Set([8, 9, 2, 3, 6]) A|B= Set([1, 2, 3, 5, 6, 7, 8, 9]) A&amp;B= Set([9, 3]) A-B= Set([1, 5, 7]) B-A= Set([8, 2, 6])</code></pre></div> <h1><span>課堂錄影：集合論</span></h1> <p><iframe src="http://ccckmit.wikidot.com/ma:settheory/html/e8bd6b9c17aebcb8ff332c3a2455593732aa4a90-3284622271978591044" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <h1><span>參考文獻</span></h1> <ol> <li>2001年初等集合論 <ul> <li><a href="http://www.sftw.umac.mo/~fstitl/2002-geometry/2003-set-notation-index.html">http://www.sftw.umac.mo/~fstitl/2002-geometry/2003-set-notation-index.html</a></li> </ul> </li> <li>集合論與數學教育：王九逵 <ul> <li><a href="http://episte.math.ntu.edu.tw/articles/sm/sm_31_03_1/index.html">http://episte.math.ntu.edu.tw/articles/sm/sm_31_03_1/index.html</a></li> </ul> </li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:numbertheory</guid>
				<title>數論</title>
				<link>http://ccckmit.wikidot.com/ma:numbertheory</link>
				<description>

&lt;h1&gt;&lt;span&gt;各種數字系統&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 26 Jul 2012 12:27:18 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>各種數字系統</span></h1> <ul> <li>空集合： <ul> <li><span class="math-inline">$\emptyset= \{\}$</span></li> <li>the set containing no elements.</li> </ul> </li> <li>整數 <ul> <li><span class="math-inline">$Z = \{. . . ,−3,−2,−1, 0, 1, 2, 3 . . .\}$</span></li> <li>the set of integers. (Z is for “Zahlen”, the German word for “number”.)</li> </ul> </li> <li>有理數 <ul> <li><span class="math-inline">$Q = \{p/q|p, q \in Z, q \ne 0\}$</span></li> <li>the set of rational numbers. (Q is for quotient.)</li> </ul> </li> <li>實數 <ul> <li><span class="math-inline">$R = \{x|x = a1a2 · · · an.b1b2 · · · \}$</span></li> <li>the set of real numbers, i.e. the set of numbers with decimal expansions.</li> </ul> </li> <li>複數 <ul> <li><span class="math-inline">$C = \{a + i b|a, b \in R, i^2 = −1\}$</span></li> <li>the set of complex numbers. ı is the square root of −1.</li> </ul> </li> <li>正數的表示 <ul> <li><span class="math-inline">$Z^+, Q^+, R^+$</span></li> <li>the sets of positive integers, rationals and reals, respectively.</li> <li>For example, <span class="math-inline">$Z^+ = {1, 2, 3, . . .}.$</span></li> </ul> </li> <li>負數的表示 <ul> <li><span class="math-inline">$Z^-, Q^-, R^-$</span></li> </ul> </li> <li>包含零的正數表示： <ul> <li><span class="math-inline">$Z^{0+}, Q^{0+} and R^{0+}$</span></li> <li>the sets of non-negative integers, rationals and reals, respectively.</li> <li>For example, <span class="math-inline">$Z^{0+} ={0, 1, 2, . . .}$</span></li> </ul> </li> <li>開區間 <ul> <li><span class="math-inline">$(a . . . b)$</span></li> <li>denotes an open interval on the real axis. <span class="math-inline">$(a . . . b)={x|x \in R, a &lt; x &lt; b}$</span></li> </ul> </li> <li>閉區間 <ul> <li><span class="math-inline">$[a..b]$</span></li> <li>We use brackets to denote the closed interval. <span class="math-inline">$[a..b]={x|x \in R, a x b}$</span></li> </ul> </li> </ul> <h1><span>Python 的數字運算</span></h1> <h2><span>整數 (Z)</span></h2> <div class="code"> <pre><code>&gt;&gt;&gt; a=3 &gt;&gt;&gt; b=5 &gt;&gt;&gt; a+b 8 &gt;&gt;&gt; a-b -2 &gt;&gt;&gt; a*b 15 &gt;&gt;&gt; a-b -2</code></pre></div> <h2><span>實數 (R)</span></h2> <div class="code"> <pre><code>&gt;&gt;&gt; a=3.14 &gt;&gt;&gt; b=2.71828 &gt;&gt;&gt; a+b 5.858280000000001 &gt;&gt;&gt; a-b 0.4217200000000001 &gt;&gt;&gt; a*b 8.5353992 &gt;&gt;&gt; a/b 1.155142222287623 &gt;&gt;&gt; math.pi 3.141592653589793 &gt;&gt;&gt; math.e 2.718281828459045 &gt;&gt;&gt; pi 3.141592653589793 &gt;&gt;&gt; e 2.718281828459045 &gt;&gt;&gt; pi+e 5.859874482048838 &gt;&gt;&gt; pi-e 0.423310825130748 &gt;&gt;&gt; pi*e 8.539734222673566 &gt;&gt;&gt; pi/e 1.1557273497909217 &gt;&gt;&gt;</code></pre></div> <h2><span>有理數 (Q)</span></h2> <div class="code"> <pre><code>&gt;&gt;&gt; from fractions import Fraction &gt;&gt;&gt; a=Fraction(1,3) &gt;&gt;&gt; b=Fraction(1,4) &gt;&gt;&gt; a+b Fraction(7, 12) &gt;&gt;&gt; a-b Fraction(1, 12) &gt;&gt;&gt; a*b Fraction(1, 12) &gt;&gt;&gt; a/b Fraction(4, 3)</code></pre></div> <h2><span>複數 (C)</span></h2> <div class="code"> <pre><code>&gt;&gt;&gt; a = 3+2j &gt;&gt;&gt; b = 1+1j &gt;&gt;&gt; a+b (4+3j) &gt;&gt;&gt; a-b (2+1j) &gt;&gt;&gt; a*b (1+5j) &gt;&gt;&gt; a/b (2.5-0.5j)</code></pre></div> <h1><span>整數論的皮諾公設系統</span></h1> <p>Axiom of Natural Number System (Peano)</p> <div class="code"> <pre><code>PE1 : 0 exist PE2 : x' = x+1 PE3 : x' &gt; x PE4 : If x' = y' then x = y PE5 : Principle of mathmatical Induction : If P(0) and P(x) -&gt; P(x') then For all x, P(x)</code></pre></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:pythagorean</guid>
				<title>畢氏定理 (Pythagorean Theorem)</title>
				<link>http://ccckmit.wikidot.com/ma:pythagorean</link>
				<description>

&lt;h1&gt;&lt;span&gt;參考文獻&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://zh.wikipedia.org/wiki/%E5%8B%BE%E8%82%A1%E5%AE%9A%E7%90%86&quot;&gt;勾股定理/维基百科&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;數學王子:畢氏定理
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://euler.tn.edu.tw/think8.htm&quot;&gt;http://euler.tn.edu.tw/think8.htm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 28 Jul 2012 07:29:35 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>參考文獻</span></h1> <ol> <li><a href="http://zh.wikipedia.org/wiki/%E5%8B%BE%E8%82%A1%E5%AE%9A%E7%90%86">勾股定理/维基百科</a></li> <li>數學王子:畢氏定理 <ul> <li><a href="http://euler.tn.edu.tw/think8.htm">http://euler.tn.edu.tw/think8.htm</a></li> </ul> </li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:ref</guid>
				<title>計算機數學 -- 參考文獻</title>
				<link>http://ccckmit.wikidot.com/ma:ref</link>
				<description>

&lt;ol&gt;
&lt;li&gt;Unabridged Version of Sean&#039;s Applied Math Book
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.its.caltech.edu/~sean/book/unabridged.html&quot;&gt;http://www.its.caltech.edu/~sean/book/unabridged.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Applied Mathematics Lecture Notes, Peter J. Olver
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.math.umn.edu/~olver/appl.html&quot;&gt;http://www.math.umn.edu/~olver/appl.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.freebookcentre.net/SpecialCat/Free-Mathematics-Books-Download.html&quot;&gt;http://www.freebookcentre.net/SpecialCat/Free-Mathematics-Books-Download.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.ning.com/files/BZ6vQlVLgoaFGctAthmhOiH*ixU5MdGruW8pF0CzTalYh47sA0QftrDUqBozvzbuNxIjwIyulgUrNI9F5ecgHCH6TqbmHCX2/miii.pdf&quot;&gt;ENGINEERING MATHEMATICS&lt;/a&gt; (PDF), First Edition, Amit K Awasthi, Sanjay Chaudhary (CC.BY.NC.ND)&lt;/li&gt;
&lt;li&gt;數學軟體 &amp;#8212; &lt;a href=&quot;http://www.mathland.idv.tw/soft/mathsoft.htm&quot;&gt;http://www.mathland.idv.tw/soft/mathsoft.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ocw.mit.edu/courses/mathematics/18-098-street-fighting-mathematics-january-iap-2008/readings/&quot;&gt;MIT OCW:Street-Fighting Mathematics&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf&quot;&gt;http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf&lt;/a&gt; (CC.BY.NC.SA)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-spring-2005/lecture-notes/&quot;&gt;MIT OCW:Mathematics for Computer Science&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 30 Dec 2010 09:34:08 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ol> <li>Unabridged Version of Sean's Applied Math Book <ul> <li><a href="http://www.its.caltech.edu/~sean/book/unabridged.html">http://www.its.caltech.edu/~sean/book/unabridged.html</a></li> </ul> </li> <li>Applied Mathematics Lecture Notes, Peter J. Olver <ul> <li><a href="http://www.math.umn.edu/~olver/appl.html">http://www.math.umn.edu/~olver/appl.html</a></li> </ul> </li> <li><a href="http://www.freebookcentre.net/SpecialCat/Free-Mathematics-Books-Download.html">http://www.freebookcentre.net/SpecialCat/Free-Mathematics-Books-Download.html</a></li> <li><a href="http://api.ning.com/files/BZ6vQlVLgoaFGctAthmhOiH*ixU5MdGruW8pF0CzTalYh47sA0QftrDUqBozvzbuNxIjwIyulgUrNI9F5ecgHCH6TqbmHCX2/miii.pdf">ENGINEERING MATHEMATICS</a> (PDF), First Edition, Amit K Awasthi, Sanjay Chaudhary (CC.BY.NC.ND)</li> <li>數學軟體 &#8212; <a href="http://www.mathland.idv.tw/soft/mathsoft.htm">http://www.mathland.idv.tw/soft/mathsoft.htm</a></li> <li><a href="http://ocw.mit.edu/courses/mathematics/18-098-street-fighting-mathematics-january-iap-2008/readings/">MIT OCW:Street-Fighting Mathematics</a> <ul> <li><a href="http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf">http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf</a> (CC.BY.NC.SA)</li> </ul> </li> <li><a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-spring-2005/lecture-notes/">MIT OCW:Mathematics for Computer Science</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ccckmit.wikidot.com/ma:video</guid>
				<title>計算機數學：課堂錄影</title>
				<link>http://ccckmit.wikidot.com/ma:video</link>
				<description>

&lt;h1&gt;&lt;span&gt;計算機數學：課堂錄影&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=sfZEJbZEKKk&quot;&gt;計算機數學：動態系統、工業革命、學習自主權、反運算&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=GXCMeGd09A4&quot;&gt;計算機數學 (集合論、文氏圖) (1)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=fYkqZzcu7_k&quot;&gt;遊戲理論 (1) -- 國富論：看不見的手、教育僵局&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=KFmxN6u1rkg&quot;&gt;遊戲理論 (2) -- 國富論：看不見的手、教育僵局&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=iG7uPsgweBs&quot;&gt;遊戲理論 (3) -- 納許均衡、教育僵局、民主僵局&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=sfZEJbZEKKk&quot;&gt;計算機數學：動態系統、工業革命、學習自主權、反運算&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=o9po7uRK52w&quot;&gt;全球程式：線性代數、PageRank、西方文化中的數學&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=TYVvAvXF0R0&quot;&gt;全球程式夢、台灣產業、文化保存、數學之用途&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=bt237Rab9GA&quot;&gt;計算機數學 (計算理論)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=9Tp1WOzeP90&quot;&gt;計算機數學 (圖形理論)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=VlZrgNB_Nz4&quot;&gt;動態系統 (第五項修練, 金觀濤的理論)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=lEuxQ08IOu8&quot;&gt;動態系統理論 (原子能、教育指標、入學指標多元化)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=rXg_oA1VWQs&quot;&gt;動態系統理論 (物理哲學、原子彈、相對論、核能)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=MJ7qrohz1BM&quot;&gt;計算機數學：期中考前大複習&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=Tp0dKa1B8jo&quot;&gt;計算機數學：期中考解答 (1)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=GFY7hjb9kyM&quot;&gt;計算機數學：期中考解答 (2)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=O_X8H-3xirE&quot;&gt;科學與數學&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span&gt;相關影片&lt;/span&gt;&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ted.com/talks/lang/chi_hant/conrad_wolfram_teaching_kids_real_math_with_computers.html&quot;&gt;康拉德·沃夫朗：使用電腦教導小孩們真正的數學&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=296763&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776235752&quot; alt=&quot;ccckmit&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=296763)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/ccckmit&quot;  &gt;ccckmit&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 30 Dec 2010 07:53:56 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h1><span>計算機數學：課堂錄影</span></h1> <ol> <li><a href="http://www.youtube.com/watch?v=sfZEJbZEKKk">計算機數學：動態系統、工業革命、學習自主權、反運算</a></li> <li><a href="http://www.youtube.com/watch?v=GXCMeGd09A4">計算機數學 (集合論、文氏圖) (1)</a></li> <li><a href="http://www.youtube.com/watch?v=fYkqZzcu7_k">遊戲理論 (1) -- 國富論：看不見的手、教育僵局</a></li> <li><a href="http://www.youtube.com/watch?v=KFmxN6u1rkg">遊戲理論 (2) -- 國富論：看不見的手、教育僵局</a></li> <li><a href="http://www.youtube.com/watch?v=iG7uPsgweBs">遊戲理論 (3) -- 納許均衡、教育僵局、民主僵局</a></li> <li><a href="http://www.youtube.com/watch?v=sfZEJbZEKKk">計算機數學：動態系統、工業革命、學習自主權、反運算</a></li> <li><a href="http://www.youtube.com/watch?v=o9po7uRK52w">全球程式：線性代數、PageRank、西方文化中的數學</a></li> <li><a href="http://www.youtube.com/watch?v=TYVvAvXF0R0">全球程式夢、台灣產業、文化保存、數學之用途</a></li> <li><a href="http://www.youtube.com/watch?v=bt237Rab9GA">計算機數學 (計算理論)</a></li> <li><a href="http://www.youtube.com/watch?v=9Tp1WOzeP90">計算機數學 (圖形理論)</a></li> <li><a href="http://www.youtube.com/watch?v=VlZrgNB_Nz4">動態系統 (第五項修練, 金觀濤的理論)</a></li> <li><a href="http://www.youtube.com/watch?v=lEuxQ08IOu8">動態系統理論 (原子能、教育指標、入學指標多元化)</a></li> <li><a href="http://www.youtube.com/watch?v=rXg_oA1VWQs">動態系統理論 (物理哲學、原子彈、相對論、核能)</a></li> <li><a href="http://www.youtube.com/watch?v=MJ7qrohz1BM">計算機數學：期中考前大複習</a></li> <li><a href="http://www.youtube.com/watch?v=Tp0dKa1B8jo">計算機數學：期中考解答 (1)</a></li> <li><a href="http://www.youtube.com/watch?v=GFY7hjb9kyM">計算機數學：期中考解答 (2)</a></li> <li><a href="http://www.youtube.com/watch?v=O_X8H-3xirE">科學與數學</a></li> </ol> <h1><span>相關影片</span></h1> <ol> <li><a href="http://www.ted.com/talks/lang/chi_hant/conrad_wolfram_teaching_kids_real_math_with_computers.html">康拉德·沃夫朗：使用電腦教導小孩們真正的數學</a></li> </ol> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/ccckmit" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=296763&amp;amp;size=small&amp;amp;timestamp=1776235752" alt="ccckmit" style="background-image:url(http://www.wikidot.com/userkarma.php?u=296763)" /></a><a href="http://www.wikidot.com/user:info/ccckmit" >ccckmit</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>