Sunday, December 11, 2011

突然失望

當重新啟動這個blog的時候,發現自己常用的LaTex 支持卻突然不能繼續,換了這個域名卻不能隨心所欲,想blogger的開發人員反映了,如果能繼續支持,將繼續在此寫數學的心得,也希望明天開始,我能夠真的專注於中學的數學教學法。

在網頁上面看到如何在blogger上面插入Latex公式的方法:
To enable MathJax, just drop in
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
 extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
 jax: ["input/TeX", "output/HTML-CSS"],
 tex2jax: {
     inlineMath: [ ['$','$'], ["\\(","\\)"] ],
     displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 },
 "HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
after the header (<head>) in the Blogger template (Design→Edit HTML→Edit Template).

Monday, November 28, 2011

Math Problem

The problem of the week of  purdue university seems a little boring on last few problems. Here is another website from The Mathematics Department of the Hong Kong University of Science and Technology
http://www.math.ust.hk/excalibur/, which is more challenge.

Wednesday, November 9, 2011

Problem 11 fall 2011

The problem 11 of POW is quite interesting.
The system can be simplified.
Let $x_i$ represent the ith man, $d(x_i, x_j)$ is the distance between ith and jth man. Because all men shoot at the same time, so if $d(x_i, x_j)< \min \{ d(x_i,x_k), d(x_j,x_k)\}$, then $x_i, x_j$ die at the same time. So the each pair of $x_i, x_j$ which isolate far away from the others will be both dead at the same time, that means these kinds of pair men can be canceled from the whole. Beside these, there is another kind of situation. That is $d(x_i,x_{i+1})$<$d(x_{i+1},x_{i+2})$<$d(x_{i+2},x_{i+3})$ like a chain or like the domino. Here the first two men will shoot each other, only the last man will survive in a chain.
The question is, if there are two chain remain, what will happen? All last one of each chain will remain alive.
If n is odd number, simplified the whole, then get some chains. Then all the last of chain will remain alive. Since n is odd number, so there at least one chain in the whole (may be need detail discussion).
If n is even number, all men are paired isolated, then n men die without any survival.