1 条题解

  • 0
    @ 2025-2-1 21:15:41

    题目: 求Hermite 多项式的值。 Hermite(n,x)=1,n=0 Hermite (n,x)=x2,n=1 Hermite(n,x)=2xh(n-1,x)-2(n-1)*h(n-2,x),n>1

    对给定的 x 和正整数 n,求多项式的值。

    • 1

    信息

    ID
    156
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    (无)
    递交数
    29
    已通过
    16
    上传者