David Terr
Raytheon
Followers: 0 Following: 0
I received a Ph.D. in number theory from UC Berkeley in 1997. I also enjoy other areas of math, as well as physics and computer programming. I live in Goleta, CA, near Santa Barbara and work at Raytheon in Goleta.
統計
31 ファイル
ランク
N/A
of 296,041
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
ランク
of 155,189
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Pell.m
Pell(d,s,n) returns the first n positive integer solution to the modified Pell's equation x^2-dy^2=+
約16年 前 | ダウンロード 2 件 |
送信済み
LaguerrePoly.m
This program returns the coefficients of the Laguerre polynomial L_n, given n.
約16年 前 | ダウンロード 3 件 |
送信済み
ClebschGordan.m
ClebschGordan(j1,j2,j,m1,m2,m) is the Clebsch-Gordan coefficient <j1,j2,m1,m2|j1,j2,j,m>.
約20年 前 | ダウンロード 7 件 |
送信済み
GeneralizedLucas.m
GeneralizedLucas(n,a,b) returns the generalized Lucas number with index n and parameters a and b.
約20年 前 | ダウンロード 1 件 |
送信済み
GeneralizedFibonacci.m
GeneralizedFibonacci(n,a,b) returns the generalized Fibonacci number.
約20年 前 | ダウンロード 1 件 |
送信済み
RoundQCF.m
RoundQCF(d,u,v) returns the "round" continued fraction expansion of (u+sqrt(d))/v.
約20年 前 | ダウンロード 1 件 |
送信済み
fromcfrac.m
Returns the number with the given continued fraction expansion.
20年以上 前 | ダウンロード 2 件 |
送信済み
QCF.m
QCF(d,u,v,quiet) returns the continued fraction expansion of (u+sqrt(d))/v.
20年以上 前 | ダウンロード 3 件 |
送信済み
roundcfrac.m
Computes the "round continued fraction" of a given complex number.
20年以上 前 | ダウンロード 0 件 |
送信済み
cfrac.m
cfrax(x,n) returns the first n terms in the contined fraction expansion of x.
20年以上 前 | ダウンロード 1 件 |
送信済み
AssociatedLaguerrePoly.m
This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given n and m.
20年以上 前 | ダウンロード 4 件 |
送信済み
HermitePoly.m
This program returns the coefficients of the Hermite polynomial H_n, given n.
20年以上 前 | ダウンロード 3 件 |
送信済み
LegendrePoly
This program returns the coefficients of the Legendre polynomial P_n, given n.
20年以上 前 | ダウンロード 2 件 |
送信済み
ChebyshevPoly.m
This program returns the coefficients of the Chebyshev polynomial T_n, given n.
20年以上 前 | ダウンロード 2 件 |
送信済み
partitiontable.m
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n.
20年以上 前 | ダウンロード 1 件 |
送信済み
MinkowskiQM.m
Given x from 0 to 1, compute ?(x), where ? is the Minkowski question mark function.
20年以上 前 | ダウンロード 1 件 |
送信済み
ChebyshevExpansion.m
Given a polynomial f(x) expressed as a column vector, compute the coefficients of the expansion ...
20年以上 前 | ダウンロード 2 件 |
送信済み
LegendreExpansion.m
Given a polynomial f(x) expressed as a column vector, compute the coefficients of the expansion ...
20年以上 前 | ダウンロード 2 件 |
送信済み
tau.m
Given a nonnegative integer n, tau(n) is the Ramanujan tau function of n.
20年以上 前 | ダウンロード 2 件 |
送信済み
sigma.m
Given nonnegative integers k and n, sigma(k,n) is the sum of the kth powers of the divisors of n.
20年以上 前 | ダウンロード 1 件 |