<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3904109016646458137</id><updated>2012-02-19T22:00:34.647-08:00</updated><title type='text'>Human Knowledge belongs to the World</title><subtitle type='html'>To live. To learn. To laugh. To love.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-6477257567810497655</id><published>2012-02-19T02:42:00.001-08:00</published><updated>2012-02-19T22:00:34.659-08:00</updated><title type='text'>A Thousand Years</title><content type='html'>This is so beautiful. I heart Christina Perri. And I deeply heart this song. I will play the piano to this tune soon. &lt;b&gt;To my loved ones -- I have loved you for a thousand years. I'll love you for a thousand more&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/i6m0J-_dSi0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-6477257567810497655?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/6477257567810497655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=6477257567810497655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/6477257567810497655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/6477257567810497655'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/02/thousand-years.html' title='A Thousand Years'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/i6m0J-_dSi0/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-5704094313250403682</id><published>2012-02-17T18:23:00.000-08:00</published><updated>2012-02-19T07:29:39.275-08:00</updated><title type='text'>Cleaning up MacPorts</title><content type='html'>It seems as though MacPorts, when upgrading to a new version of an application, leaves the old version behind. After a while, this will eat up quite a bit of your precious hard disk space. There will probably be a lot of ports installed, and only the ones marked "(active)" are used. The rest may be removed. The following commands will keep those "active" only&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font color=blue&gt;&lt;br /&gt;port installed &gt; list ; sed -e '1'd list | grep -v "active" | while read i ; do sudo port uninstall --follow-dependents $i ; done&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-5704094313250403682?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/5704094313250403682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=5704094313250403682' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5704094313250403682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5704094313250403682'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/02/cleaning-up-macports.html' title='Cleaning up MacPorts'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-2233183286634741867</id><published>2012-02-15T05:16:00.001-08:00</published><updated>2012-02-15T05:44:01.688-08:00</updated><title type='text'>Adding colors to your bash terminal</title><content type='html'>Mac Users : This will beautify your console :) . Go to this &lt;a href="http://cks-online.net:8080/~fauzi/macbashprofile"&gt;link&lt;/a&gt;. Copy the script and save it as ".bash_profile" in your home directory.&lt;br /&gt;&lt;br /&gt;Attached below is my Mac OS Lion's Terminal.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-aaswb_Qg_ZE/Tzu2N9CkkEI/AAAAAAAAAB8/kxepgJS9ndQ/s1600/terminal.jpg" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="250" width="400" src="http://1.bp.blogspot.com/-aaswb_Qg_ZE/Tzu2N9CkkEI/AAAAAAAAAB8/kxepgJS9ndQ/s400/terminal.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-2233183286634741867?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/2233183286634741867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=2233183286634741867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2233183286634741867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2233183286634741867'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/02/adding-color-to-your-bash-terminal.html' title='Adding colors to your bash terminal'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-aaswb_Qg_ZE/Tzu2N9CkkEI/AAAAAAAAAB8/kxepgJS9ndQ/s72-c/terminal.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-5760511871598988434</id><published>2012-02-15T04:54:00.000-08:00</published><updated>2012-02-19T07:30:42.526-08:00</updated><title type='text'>MacPort is very BSD(ish)</title><content type='html'>To install opensource applications in your MacOS -- all you need is just a single command! It is equivalent to BSD port and Linux package management. &lt;br /&gt;&lt;br /&gt;Firstly, you need to install Xcode then follow by MacPort. Once done, execute your Terminal and install whatever software(s)&lt;br /&gt;available in MacPorts.&lt;br /&gt;&lt;br /&gt;&lt;li&gt;To search for a program so called mpg123 (as an example)&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;port search mpg321&lt;/font&gt;&lt;/center&gt;&lt;br /&gt;&lt;li&gt;If you want to install mpg321; just type this..&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;sudo port install mpg321&lt;/center&gt;&lt;/font&gt;&lt;br /&gt;&lt;li&gt;To delete all intermediates files after installing ....&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;sudo port clean --all mpg321&lt;/center&gt;&lt;/font&gt;&lt;br /&gt;&lt;li&gt;To list all outdated packages that you have installed..&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;port outdated&lt;/center&gt;&lt;/font&gt;&lt;br /&gt;&lt;li&gt;To just upgrade only one particular application(example mpg321) ..&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;sudo port upgrade mpg321&lt;/center&gt;&lt;/font&gt;&lt;br /&gt;&lt;li&gt;To upgrade all outdated packages...&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;sudo port upgrade outdated &lt;/center&gt;&lt;/font&gt;&lt;br /&gt;&lt;li&gt;To uninstall program and its dependencies&lt;br /&gt;&lt;center&gt;&lt;font color=blue&gt;sudo port -fp uninstall --follow-dependents mpg123 &lt;/font&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-5760511871598988434?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/5760511871598988434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=5760511871598988434' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5760511871598988434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5760511871598988434'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2011/08/macport-is-very-bsdish.html' title='MacPort is very BSD(ish)'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-6041004918299760402</id><published>2012-02-10T05:27:00.000-08:00</published><updated>2012-02-10T05:27:22.336-08:00</updated><title type='text'>#killall Media, engaged</title><content type='html'>With the continuing campaigns for Internet-censoring litigation such as SOPA and PIPA, and the closure of sites such as Megaupload under allegations of 'piracy' and 'conspiracy', the time has come to take a stand against music, film and media companies' lobbyists.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;The only way to hit them very hard where it truly hurts... Their profit margins.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Do not buy a single record. Do not download a single song, legally or illegally. Do not go to see a single film in cinemas, or download a copy. Do not buy a DVD in the stores. Do not buy a videogame. Do not buy a single book or magazine.&lt;br /&gt;&lt;br /&gt;Wait the 4 weeks to buy them in April, see the film later, etc. Holding out for just 4 weeks will lave a gaping hole in the media and entertainment companies' profits for the 1st quarter. An economic hit which will in turn be observed by governments worldwide as stocks and shares will blip from a large enough loss of incomes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-6041004918299760402?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/6041004918299760402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=6041004918299760402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/6041004918299760402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/6041004918299760402'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/02/killall-media-engaged.html' title='#killall Media, engaged'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-3650568513019022092</id><published>2012-01-28T04:41:00.000-08:00</published><updated>2012-02-03T02:58:29.144-08:00</updated><title type='text'>Cyber War</title><content type='html'>Fighting fire with fire very rarely results in anything but destruction. And it’s far easier to destroy something than to create a solution. In real war -- breaking or damaging other people's houses or killing the innocents is completely not right. This goes to cyber war. Example breaking into bank or social networking sites where innocents use it daily is not an effective way to fight back. &lt;br /&gt;&lt;br /&gt;If history tells us anything, this escalation will only justify more abusive action on both sides that may ultimately result in a tightly controlled Internet as the only “solution” to the anarchy. Ideas of freedom can win without destroying things.  Let’s unite once again to make sure the ACTA/SOPA/PIPA legislation is also defeated or delayed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-3650568513019022092?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/3650568513019022092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=3650568513019022092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3650568513019022092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3650568513019022092'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/cyber-war.html' title='Cyber War'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-8434273176093888203</id><published>2012-01-28T03:11:00.001-08:00</published><updated>2012-02-19T07:31:13.806-08:00</updated><title type='text'>kill SOPA</title><content type='html'>Stop Online Piracy Act (SOPA), a treaty designed to attack the rights of computer users in some 40-odd countries -- and others later -- is encountering increasing opposition. SOPA threatens, in a disguised way, to punish Internet users with disconnection if they are accused of sharing, and requires countries to prohibit software that can break Digital Restrictions Management (DRM), also known as digital handcuffs.&lt;br /&gt;&lt;br /&gt;Those politicians serve the big music and movie companies. They intend to impose what those companies want -- first on 40-odd countries, then on the world. They won't heed civic-minded suggestions offered in a reasonable spirit that assumes their good will; their response to the Wellington Declaration shows that. We will have to stop them. To build a movement to stop them, we need to say, "Join us and fight!" &lt;br /&gt;&lt;br /&gt;#Commands executed : &lt;b&gt;&lt;font color=blue&gt;for SOPA in `$(ps -o pid,ppid -ax | \ awk "{ if ( \$2 == $pid ) { print \$1 }}")` ; do echo "Kill SOPA and its supporters" kill $SOPA ; done &lt;/font&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-8434273176093888203?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/8434273176093888203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=8434273176093888203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/8434273176093888203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/8434273176093888203'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/i-miss-you.html' title='kill SOPA'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-3370658881333748663</id><published>2012-01-25T02:06:00.000-08:00</published><updated>2012-01-25T02:06:07.750-08:00</updated><title type='text'>ALTEC LANSING</title><content type='html'>You guys should try this speaker : ALTEC LANSIN EXPRESSIONIST FX3022. It's a double subwoofer. Simply awesome. Go and get it! Trust me, you won't regret for sure. &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-TUKHKMQBT60/Tx_UCFxQ1kI/AAAAAAAAABc/0jnA3BlAeH4/s1600/photo.JPG" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="299" width="400" src="http://2.bp.blogspot.com/-TUKHKMQBT60/Tx_UCFxQ1kI/AAAAAAAAABc/0jnA3BlAeH4/s400/photo.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-3370658881333748663?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/3370658881333748663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=3370658881333748663' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3370658881333748663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3370658881333748663'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/altec-lansing.html' title='ALTEC LANSING'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-TUKHKMQBT60/Tx_UCFxQ1kI/AAAAAAAAABc/0jnA3BlAeH4/s72-c/photo.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-3129039000916034174</id><published>2012-01-23T18:31:00.000-08:00</published><updated>2012-01-23T18:43:47.301-08:00</updated><title type='text'>Math Education Today</title><content type='html'>You have probably heard the parents of primary school childrens complaining about the difficulties their children have had with Mathematics today. Basically, the new mathematics is aiming more towards problem solving rather than focuses alot on computations and routine procedures. This applies not only to primary school but also secondary and post-secondary level. What the use of multiplying big numbers; mass memorization; and others tedious computation? Nowadays we have calculator and computer to compute easily, accurately, efficiently, and save a lot of time. We should tackle complex problems not complex calculations. &lt;br /&gt;&lt;br /&gt;Problem solving is crucial in mathematics education because it transcends mathematics. By developing problem solving skills, we learn not only how to tackle math problems, but also how to logically work our way through any problems we may face. The memorizer can only solve problems he has encountered already, but the problem solver can solve problems she has never seen before. The problem solver is flexible; she can diversify. Above all, she can create.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-3129039000916034174?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/3129039000916034174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=3129039000916034174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3129039000916034174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3129039000916034174'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/math-education-today.html' title='Math Education Today'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-46517430546460940</id><published>2012-01-23T17:48:00.000-08:00</published><updated>2012-01-23T17:48:31.197-08:00</updated><title type='text'>Vim &amp; Microsoft Office on iPad</title><content type='html'>I have been a big fan of Vi/Vim editor. And now it is available for iPad/iPhone. Sweet!!! &lt;br /&gt;&lt;br /&gt;&lt;a href="http://osxdaily.com/2012/01/23/vim-for-ipad-iphone/"&gt;Vim for iPad/iPhone&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;One more thing... Free Microsoft Words, Excel, and Powerpoint on iPad can be downloaded &lt;a href="http://desktop.onlive.com/"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-46517430546460940?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/46517430546460940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=46517430546460940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/46517430546460940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/46517430546460940'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/i-have-been-big-fan-of-vivim-editor.html' title='Vim &amp; Microsoft Office on iPad'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-3450077394448257288</id><published>2012-01-13T06:23:00.000-08:00</published><updated>2012-01-13T06:27:53.469-08:00</updated><title type='text'>2012</title><content type='html'>nothing new for 2012. It is the same wish that carries me through everyday of every year. So, this is my wish. &lt;br /&gt;&lt;blockquote&gt;&lt;i&gt;&lt;br /&gt;Let laughter be the way of life. Learning is the highest aim. Love is the ultimate goal&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-3450077394448257288?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/3450077394448257288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=3450077394448257288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3450077394448257288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/3450077394448257288'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/every-new-year-wish.html' title='2012'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-1910327711906030963</id><published>2012-01-13T05:52:00.000-08:00</published><updated>2012-01-13T05:52:32.359-08:00</updated><title type='text'>my white bedroom</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-IyW4xgh7r7Q/TxA3GIP5H3I/AAAAAAAAABQ/dJV0cNqInxQ/s1600/photo.JPG" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="239" width="320" src="http://4.bp.blogspot.com/-IyW4xgh7r7Q/TxA3GIP5H3I/AAAAAAAAABQ/dJV0cNqInxQ/s320/photo.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-1910327711906030963?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/1910327711906030963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=1910327711906030963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/1910327711906030963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/1910327711906030963'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2012/01/my-white-bedroom.html' title='my white bedroom'/><author><name>fauzi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-IyW4xgh7r7Q/TxA3GIP5H3I/AAAAAAAAABQ/dJV0cNqInxQ/s72-c/photo.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-321251603858882025</id><published>2011-12-25T02:06:00.000-08:00</published><updated>2011-12-25T20:00:03.837-08:00</updated><title type='text'>The First Noel</title><content type='html'>&lt;object width="520" height="296" class="BLOG_video_class" id="BLOG_video-99c3c680de4a2db9" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v5.nonxt5.googlevideo.com/videoplayback?id%3D99c3c680de4a2db9%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331892313%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2D6A8A43349CD582909FD7820B444ADBAB973EF2.1E2F2564027217BCE6FCE26D3BDC5D146B76A5DB%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D99c3c680de4a2db9%26offsetms%3D5000%26itag%3Dw160%26sigh%3DGUoJ8Y_HsD3hAodgmGex6tUnUXM&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="520" height="296" bgcolor="#FFFFFF"flashvars="flvurl=http://v5.nonxt5.googlevideo.com/videoplayback?id%3D99c3c680de4a2db9%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331892313%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2D6A8A43349CD582909FD7820B444ADBAB973EF2.1E2F2564027217BCE6FCE26D3BDC5D146B76A5DB%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D99c3c680de4a2db9%26offsetms%3D5000%26itag%3Dw160%26sigh%3DGUoJ8Y_HsD3hAodgmGex6tUnUXM&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-321251603858882025?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/321251603858882025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=321251603858882025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/321251603858882025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/321251603858882025'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2011/12/little-noel.html' title='The First Noel'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-1484498356678388554</id><published>2011-09-03T16:13:00.000-07:00</published><updated>2011-11-26T01:01:13.597-08:00</updated><title type='text'>Elegant(short and simple) way to Proof $$ \frac{d}{dx}(x^n)$$</title><content type='html'>Formula = $$ \frac{d}{dx} n^{x} = nx^{n-1} $$&lt;br /&gt;I used to prove this formula using Binomial Theorem. It is pretty tedious if you are weak in algebra.  &lt;br /&gt;$$ Proof $$ using Binomial Theorem&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Let's plug $$ f(x) = x^{n} $$&lt;br /&gt;$$ f(x) = \lim_{h\to\infty}\frac{(x+h)^{n} - x^{n}}{h} $$&lt;br /&gt;$$ = \lim_{h\to\infty} \frac{\bigg( (x+h)^{n} = \sum_{p=0}^{\infty}\dbinom{n}{p} x^{n-p} h^{p}\bigg) - x^{n}} {h} $$&lt;br /&gt;If you expand and compute the above... you will reach...&lt;br /&gt;$$ = \lim_{h\to\infty} nx^{n-1} + \frac{n(n-1)}{2!}x^{n-2}h+ ........ + nxh^{n-2} + h^{n-1} $$&lt;br /&gt;$$ = nx^{n-1} $$ This completes the proof.  &lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Another elegant way to prove this derivative is using $$ Logarithmic $$ technique.  Let's first define $$ y=x^{n} $$&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;$$ \ln y = \ln x^{n} ...... \underbrace {\ln y = n \ln x }_\textrm{differentiate both sides}$$&lt;br /&gt;$$ \frac{\tilde{y}}{y} = n \frac{1}{x} ..... \tilde{y} = n \frac{1}{x} \otimes y $$ where $$ y = x^{n}$$. &lt;/blockquote&gt; Finally, $$ \frac{d}{dx} n^{x} = nx^{n-1} $$ is proved elegantly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-1484498356678388554?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/1484498356678388554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=1484498356678388554' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/1484498356678388554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/1484498356678388554'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2011/09/elegantshort-and-simple-way-to-proof.html' title='Elegant(short and simple) way to Proof $$ \frac{d}{dx}(x^n)$$'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-61473084144207267</id><published>2011-04-09T06:29:00.000-07:00</published><updated>2012-01-28T03:54:41.859-08:00</updated><title type='text'>Another fine tune</title><content type='html'>To ALL: &lt;br /&gt;simply enjoy! &lt;br /&gt;&lt;br /&gt;&lt;a href="http://cks-online.net:8080/~fauzi/Fauzi%20-%20I%20Miss%20You.mp3"&gt;I MISS YOU&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-61473084144207267?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/61473084144207267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=61473084144207267' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/61473084144207267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/61473084144207267'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2011/04/another-fine-tune.html' title='Another fine tune'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-4716056540727397504</id><published>2010-11-11T17:46:00.000-08:00</published><updated>2011-11-26T01:03:58.150-08:00</updated><title type='text'>Proof d/dx (ln x)</title><content type='html'>Based on &lt;a href="http://www.youtube.com/watch?v=yUpDRpkUhf4"&gt;Khanacademy&lt;/a&gt; way of proofing $$\ \frac{d}{dx}\left ln(x) = \frac{1}{x} $$ which one of my student showed it to me ... I have another way of proofing this. Almost similar but using imaginary variable.&lt;br /&gt;&lt;br /&gt;$$ Proof :$$&lt;br /&gt;Let $$ f(x) = ln(x) $$ then, $$ \frac{ln(x+ \Delta h) - ln(x)}{\Delta h} \,\,= \frac{ln\big( \frac{x+ \Delta h}{x}\big)}{\Delta h} $$ Now we add the imaginary $$ {\color{blue} x}. $$ &lt;br /&gt;$$={\color{blue} x}\, ln \frac{\big (\frac{x+ \Delta h}{x} \big )}{{\color{blue} x} \Delta h} \,\, = \frac{1}{x} \, \bigg (\frac{x}{\Delta h} \, ln \bigg (\frac{x + \Delta h}{x} \bigg ) \bigg )$$ &lt;br /&gt;&lt;br /&gt;$$=\frac{1}{x} \,  \bigg ( ln \big( 1 + \frac{1}{\frac{x}{\Delta h}} \big ) \bigg )^{\frac{x}{\Delta h}} \, = \frac{1}{x} \big( (e^{0})=1 \big) \, = \frac{1}{x}$$. This completes the proof&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-4716056540727397504?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/4716056540727397504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=4716056540727397504' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/4716056540727397504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/4716056540727397504'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/11/proof-ddx-ln-x.html' title='Proof d/dx (ln x)'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-5069770547519742053</id><published>2010-10-14T17:02:00.002-07:00</published><updated>2011-11-26T01:13:14.521-08:00</updated><title type='text'>One of 'e' Logarithm Properties</title><content type='html'>The most common logarithm proofs that you can find in most books,internet,wiki,and teachers might have taught you is this.....&lt;br /&gt;Prove $$ \ln (uv) = ln(u) + ln(v) $$&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;$$Proof:$$&lt;br /&gt;Let $$ln(u)=x \; and \; ln(v)=y$$&lt;br /&gt;Then $$u = e^{x} \; and \; v = e^{y}$$ &lt;br /&gt;$$u \* v = e^{x} \*  e^{y} = e^{x+y}$$&lt;br /&gt;Therefore, $$e^{ln(u) + ln(v)} = u \*v$$&lt;br /&gt;$$ln(u) + ln(v) = ln(uv)$$. This completes the proof&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I have another way of proofing this with calculus ...&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;$$Proof:$$&lt;br /&gt;Let the variable $$ w=ut $$ in $$ ln(v)=\int^v_1 \frac{1}{t} dt $$&lt;br /&gt;Then $$ dw=u \; dt $$ and the limits of integration $$ t=1 $$ and $$ t=v \Leftrightarrow w=u $$ and $$ w=uv $$&lt;br /&gt;Hence,&lt;br /&gt;$$ ln(v) = \int^{uv}_u \frac{1}{\frac{w}{u}}\frac{1}{u} \; dw = \int^{uv}_u \frac{1}{w} \; dw = \int^{uv}_u \frac{1}{t} \; dt $$&lt;br /&gt;$$ln(u) + ln(v) = \int^u_1 \frac{1}{t} \; dt + \int^{uv}_u \frac{1}{t} \; dt = \int^{uv}_1 \frac{1}{t} \; \\ dt=ln(uv)$$.&lt;br /&gt;The property is proved in different way! Happy proofing!&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-5069770547519742053?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/5069770547519742053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=5069770547519742053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5069770547519742053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5069770547519742053'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/10/one-of-e-logarithm-properties_14.html' title='One of &apos;e&apos; Logarithm Properties'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-2070985168629318503</id><published>2010-10-01T16:53:00.000-07:00</published><updated>2011-12-30T04:11:18.183-08:00</updated><title type='text'>Fauzi's symphony</title><content type='html'>After almost a decade of not playing .... this is all i have now :)&lt;br /&gt;&lt;object width="560" height="366" class="BLOG_video_class" id="BLOG_video-c1ce3017c6e868ef" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v13.nonxt1.googlevideo.com/videoplayback?id%3Dc1ce3017c6e868ef%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331892313%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D5CDAD6D99462D869690B996C8C6053EAACB05302.3DD4ECA37660C8FFB142BE1FD4BF7258369A4EFB%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dc1ce3017c6e868ef%26offsetms%3D5000%26itag%3Dw160%26sigh%3D-JT62I5uKEvb_sHIznLkn8ZAkTo&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="560" height="366" bgcolor="#FFFFFF"flashvars="flvurl=http://v13.nonxt1.googlevideo.com/videoplayback?id%3Dc1ce3017c6e868ef%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331892313%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D5CDAD6D99462D869690B996C8C6053EAACB05302.3DD4ECA37660C8FFB142BE1FD4BF7258369A4EFB%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dc1ce3017c6e868ef%26offsetms%3D5000%26itag%3Dw160%26sigh%3D-JT62I5uKEvb_sHIznLkn8ZAkTo&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-2070985168629318503?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/2070985168629318503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=2070985168629318503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2070985168629318503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2070985168629318503'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/10/fauzis-symphony.html' title='Fauzi&apos;s symphony'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-5901553890363716183</id><published>2010-09-30T02:05:00.000-07:00</published><updated>2011-11-26T01:14:22.337-08:00</updated><title type='text'>Latex on Blogspot</title><content type='html'>&lt;h4&gt;&lt;u&gt;Knowledge is only valuable if it is shared&lt;/h4&gt;&lt;/u&gt;&lt;br /&gt;To all those who need to write mathematical related documentation in blogspot and have experience with $$LaTeX $$. Just follow this &lt;br&gt;&lt;br /&gt;click on &lt;b&gt; DESIGN &lt;/b&gt; then click again on &lt;b&gt; ADD GADGET &lt;/b&gt; then this time choose &lt;b&gt;HTML/JAVASCRIPT&lt;/b&gt; ... lastly paste this,&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;(script src="http://www.watchmath.com/cgi-bin/mathtex3.js" type="text/javascript")(/script)&lt;br /&gt;(script type="text/javascript")&lt;br /&gt;replaceMath( document.body );(/script) &lt;/blockquote&gt;&lt;br /&gt;PS: replace the "(" and ")" to "&lt;" and "&gt;"&lt;br /&gt;&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;b&gt;Examples&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;\ \x = a_0 + \frac{1}{\displaystyle a_1&lt;br /&gt;         + \frac{1}{\displaystyle a_2&lt;br /&gt;         + \frac{1}{\displaystyle a_3 + a_4}}}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Add another "$" on both ends. The output will be...&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;$$\ x = a_0 + \frac{1}{\displaystyle a_1&lt;br /&gt;         + \frac{1}{\displaystyle a_2&lt;br /&gt;         + \frac{1}{\displaystyle a_3 + a_4}}}$$ &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-5901553890363716183?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/5901553890363716183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=5901553890363716183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5901553890363716183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5901553890363716183'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/09/knowledge-is-only-valuable-if-it-is.html' title='Latex on Blogspot'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-673447094314907425</id><published>2010-09-12T01:08:00.001-07:00</published><updated>2011-11-26T01:33:48.720-08:00</updated><title type='text'>Mathematical Induction</title><content type='html'>Mathematical Induction is a good way to start writing proof for beginner too. Mathematical Induction is usually read by students at post-secondary level(Diploma/A-level). &lt;span style="font-weight:bold;"&gt;Problem is, equations are given to you and you just have to prove $$ (k+1)$$ is true. As a real problem solver, you should explore more and able to create without memorizing! &lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Example: $$ 1 + 2 + 3 .... + n = \frac{n(n+1)}{2}$$&lt;br /&gt;Before we prove (k+1) .. lets find out why $$\frac{n(n+1)}{2}$$. &lt;br /&gt;&lt;br /&gt;If you add the very last number to the first, then move the 2nd last to the 2nd and so on, the result will be ...&lt;br /&gt;&lt;br /&gt;Sum them up:&lt;br /&gt;$$\small (n+1) + ((n-1)+2) + ((n-1)+3) .... + ((n-m+1)+m)$$&lt;br /&gt;Result : $$\small \underbrace {(n+1) + (n+1) + (n+1) ...... + (n+1)}_\textrm{n times. so = n(n+1)}$$ &lt;br /&gt;&lt;br /&gt;Since 2 integers being sum together, we divide them by 2 so, $$\frac{n(n+1)}{2}$$ created. Now you can prove (k+1) for $$\sum_{i=1}^{n}i=\frac{n(n+1)}{2}$$&lt;br /&gt;Now you can prove for (k+1) easily. &lt;/blockquote&gt;  &lt;br /&gt;&lt;br /&gt;Another Example: Let's explore further for $$1^{2} + 2^{2} + 3^{2} + ...... n=?$$. Lets say you can't remember. Time to think creatively and do real math. &lt;br /&gt;&lt;br /&gt;Lets see .. &lt;br /&gt;&lt;blockquote&gt;&lt;center&gt;&lt;br /&gt;$$ \underbrace{\underbrace{1^2 + 2^2}_\textrm{5} + 3^2}_\textrm{14} ... + n^{2}=5, 14, 30, 55, 91, .... $$&lt;br /&gt;&lt;br /&gt;$$ \underbrace{\underbrace{1 + 2}_\textrm{3} + 3}_\textrm{6} ....... + n=3, 6, 10, 15, 21 .... $$ &lt;br /&gt;&lt;br /&gt;Divide them $$\frac{1^2 + 2^2 + 3^2 ...  n^2}{1 + 2 + 3 .......  n}=\frac{5, 14, 30, 55, 91 ...}{3, 6, 10, 15, 21 ...}$$&lt;br /&gt;&lt;br /&gt;Finally, divide the denominator and numerator $$=\frac{ 3 \, 5 \, 7 \, 9 \, 11 \, 13}{ 3 \, 3 \, 3 \, 3 \, 3 \, 3}$$&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;Can you see the above number pattern? the numerator are odd integers while denominator are constant 3. Therefore,&lt;br /&gt;&lt;center&gt; $$ \frac{1^2 + 2^2 + 3^2 ... + n^2}{1 + 2 + 3 ....... + n} = \frac{2n+1}{3}$$&lt;br /&gt;&lt;br /&gt;$$\frac{1^2 + 2^2 + 3^2 ... + n^2}{\frac{n(n+1)}{2}}=\frac{2n+1}{3}$$&lt;br /&gt;&lt;br /&gt;$$1^2 + 2^2 + 3^2 ... + n^2=\frac{n(n+1)(2n+1)}{6}$$ created! &lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Now you can prove (k+1) for $$\sum_{i=1}^{n}i^2=\frac{n(n+1)(2n+1)}{6}$$&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-673447094314907425?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/673447094314907425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=673447094314907425' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/673447094314907425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/673447094314907425'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/09/mathematical-induction.html' title='Mathematical Induction'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-7205583346759554966</id><published>2010-09-12T01:07:00.001-07:00</published><updated>2011-11-26T01:18:44.407-08:00</updated><title type='text'>Writing Proof for beginner(s)</title><content type='html'>I'm glad that some friends and students, outside mathematical field, want to learn the creative way of writing proof. Maybe you can start learning something very basic..like $$ 1+1=2$$. Of cos this sounds so obvious. But how to prove that its true?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Method 1:&lt;/b&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;$$ Let \, \alpha = 1, then\, (\alpha + \alpha) =$$ &lt;br /&gt;$$\alpha(1 + 1) = 2\alpha \Rightarrow$$ By distributive law &lt;/center&gt;&lt;br /&gt;&lt;br /&gt;You can use any kind of mathematical tools to write proof. Not necessary to be algebra or calculus or geometry etc... writing proof or problem solving is a question that cannot be answered immediately. You will get lost at the very beginning mostly. Problems are often open-ended, paradoxical, and sometimes unsolvable, and require investigation before one can come close to a solution. Problems and problem solving are at the heart of mathematics. Research mathematicians do nothing but open-ended problem solving. In industry, being able to solve a poorly defined problem is much more important to an employer than being able to, say, invert a matrix. A computer can do the latter, but not the former.&lt;br /&gt;&lt;br /&gt;So let's try using &lt;b&gt;Set&lt;/b&gt; as a tool to solve $$1+1=2$$&lt;br /&gt;&lt;b&gt;Method 2:&lt;/b&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;$$A = \{a_1, a_2, ...\} B = \{b_1, b_2, ...\} C = \{c_1, c_2, ...\} D = \{r,s\}$$&lt;br /&gt;Then, $$ \alpha + \alpha = \Theta(\{A,B\}) = \Theta(\{a_1, a_2, ... b_1, b_2, ...\})$$&lt;br /&gt;$$2\alpha = \Theta(C * D) = \Theta(\{(c_1,r),(c_2,r)....,(c_1,s),(c_2,s)\})$$&lt;br /&gt;&lt;br /&gt;But the function $$ f: \{A;B\} \rightarrow \{C * D\}$$&lt;br /&gt;$$f(x) = \biggl \{ \begin{matrix}(c_i, r) \Rightarrow if \, (x = a_i)\\ &lt;br /&gt;(c_i, s) \Rightarrow if \, (x = b_i) \end{matrix}$$&lt;br /&gt;&lt;br /&gt;is similarly mapping of $$\{A;B\} \, onto \,  (C * D)$$&lt;br /&gt;Hence $$\alpha + \alpha = \Theta (\{A;B\}) = \Theta(\{ C * D\}) = 2\alpha$$.&lt;br /&gt;This completes the proof.&lt;br /&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-7205583346759554966?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/7205583346759554966/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=7205583346759554966' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/7205583346759554966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/7205583346759554966'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/09/writing-proof-for-beginners.html' title='Writing Proof for beginner(s)'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-5059742942639626514</id><published>2010-06-29T04:05:00.000-07:00</published><updated>2011-11-26T01:15:29.610-08:00</updated><title type='text'>Maple and Mathematica</title><content type='html'>I have experienced with both Maple and Mathematica. At the moment I'm using Maple only. It runs efficiently well on Fedora Linux. Plus, the syntax are more like C-programming compare to Mathematica(more confusing). Example.......&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt; Prove that the improper integral $$ \int^{\infty}_{a} \frac{sin(x)}{x^\gamma}\,dx $$ is convergent for $$a &gt; 0 \,\, and\,\, \gamma &gt; 0$$&lt;/blockquote&gt;&lt;br /&gt;&lt;b&gt;Maple:&lt;/b&gt;&lt;blockquote&gt;&lt;br /&gt;int(sin(x)/x^2,x=1..infinity);&lt;br&gt;&lt;br /&gt;abs(sin(x)/x^2)&lt;=1/x^2; int(1/x^2,x=1...infinity); &lt;/blockquote&gt;&lt;br /&gt;&lt;b&gt;Mathematica:&lt;/b&gt;&lt;blockquote&gt;&lt;br /&gt;{Intergrate[Sin[x]/x^2,{x,1,Infinity}], &lt;br&gt;&lt;br /&gt;Abs[Sin[x]/x^2]&lt;=1/x^2, Integrate[1/x^2,{x,1,Infinity}]} &lt;/blockquote&gt;&lt;br /&gt;From above you can see the syntax differences. Whether it's going to be maple or mathematica or maxima or sage ... the most important --- learn computer algebra system!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-5059742942639626514?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/5059742942639626514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=5059742942639626514' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5059742942639626514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/5059742942639626514'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/06/maple-and-mathematica.html' title='Maple and Mathematica'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3904109016646458137.post-2292059922431819832</id><published>2010-01-29T21:10:00.000-08:00</published><updated>2011-12-30T04:56:24.989-08:00</updated><title type='text'>My Profile</title><content type='html'>&lt;li&gt;&lt;b&gt;Name:&lt;/b&gt; Fauzi&lt;br /&gt;&lt;li&gt;&lt;b&gt;Email:&lt;/b&gt; fauzspace at gmail dot com &lt;br /&gt;&lt;li&gt;&lt;b&gt;Curious:&lt;/b&gt;The Science of Electrical Signal&lt;br /&gt;&lt;li&gt;&lt;b&gt;Interest:&lt;/b&gt; mathematics, piano ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3904109016646458137-2292059922431819832?l=fauzilee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fauzilee.blogspot.com/feeds/2292059922431819832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3904109016646458137&amp;postID=2292059922431819832' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2292059922431819832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3904109016646458137/posts/default/2292059922431819832'/><link rel='alternate' type='text/html' href='http://fauzilee.blogspot.com/2010/01/simple-life.html' title='My Profile'/><author><name>Fauzi Lee</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry></feed>
