Last Update: May 5, 2008.
Experimental Mathematics used to be considered an oxymoron, but the future of mathematics is in this direction. In addition to learning the philosophy and methodology of this budding field, students will become computer-algebra wizards, and that should be very helpful in whatever mathematical specialty they'll decide to do research in.
We will first learn Maple, and how to program in it. This semester we will explore Automated (symbolic!) Enumeration, that consists of teaching the computer how to find explicit formulas, and/or general algorithms, for enumerating combinatorial objects. But the actual content is not that important, it is mastering the methodology of computer-generated and computer-assisted research that is so crucial for your future.
There are no prerequisites, and no previous programming knowledge is assumed. Also, very little overlap with previous years. The final projects for this class may lead to journal publications.
Pick a final project .
(Hint:
with(combinat):
L:=choose(nops(w),nops(v)):
and use the fact that the subword of w from the places i1,i2, ..., ik is the word
[w[i1],w[i2], ..., w[ik]]:
)
All the above problems for Newcomers PLUS
feb21.txt (Under construction, to be completed next time)
feb25.txt, contains
feb28.txt, contains
mar3.txt, contains
(a[i,1]+a[i,2]+ ... +a[i,n])*TW(n,i,a)-
(a[1,i]*TW(n,1,a)+a[2,i]*TW(n,2,a)+ ... + a[n,i]*TW(n,n))
(Note that in the ... there is no a[i,i]), Don't forget to expand at the end.
u(t)=t Φ(u(t))
T(t)=t eT(t) .
Use the Lagrange Inversion Formula (by purely human means) to give yet another proof of Cayley's nn-2 formula.
Added March 17, 2008: Pick a final project ,
Spring Break.
u(t)=t&Phi(u(t))
u(t)=t&Phi(u(t))
Have a great summer!