No BSD License
Highlights from
tau.m
tau.m
by David Terr
19 May 2004
(Updated 26 May 2004)
Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n.
|
Watch this File
|
| File Information |
| Description |
Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n, defined as the coefficient of x^n in the Taylor expansion of
x * prod_{k>=0}(1 - x^k)^24. This is an integer function with fascinating number theoretic properties. For instance, it's multiplicative, meaning tau(m*n) = tau(m)*tau(n) for m and n coprime. It also satisfies some unusual modular properties, like
tau(n) - sigma_11(n) is always divisible by 691. It's also important in the study of elliptic curves and modular forms. |
| Required Products |
Bioinformatics Toolbox
|
| MATLAB release |
MATLAB 6.0 (R12)
|
| Other requirements |
requires first downloading factor2.m and sigma.m |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 26 May 2004 |
I updated this file so that it works with my update of factor2.m and fixed a bug involving printout of intermediate results. |
|
Contact us at files@mathworks.com