📄 gegenb.m
字号:
function f=gegenb(a,n);%> This file calculates the coefficients of the Gegenbauer %> polynomial C(a,n), HMF Chapter 22%> Call gegenb(a,n), a > 0 , n >= 0 integer%> Output: (n+1)x(n+1) matrix with integer entries =%> the coefficients of the n+1 first Gegenbauer polynomials,%> i.e. the polynomials up to order n inclusive,%> the k:th row = coefficients of the k:th polynomial%> To get the polynomials call evalpol(f,x);%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -