tau.m

버전 1.0.0.0 (618 Bytes) 작성자: David Terr
Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n.
다운로드 수: 2.5K
업데이트 날짜: 2004/5/26

라이선스 없음

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.

인용 양식

David Terr (2024). tau.m (https://www.mathworks.com/matlabcentral/fileexchange/4968-tau-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biological and Health Sciences에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

I updated this file so that it works with my update of factor2.m and fixed a bug involving printout of intermediate results.