多项式部分简介
Basic Concepts
多项式的度
对于一个多项式 ,称其最高次项的次数为该多项式的 度(Degree),记作 。
多项式的乘法
最核心的操作是两个多项式的乘法,即给定多项式 和 :
要计算多项式 :
上述过程可以通过快速傅里叶变换在 下计算。
多项式的逆元
对于多项式 ,若存在 满足:
则称 为 在模 意义下的 逆元(Inverse Element),记作 。若要求 ,则此时 唯一。
多项式的余数和商
对于多项式 ,存在 唯一 的 满足:
当 时有 ,否则有 。 我们称 为 除 的 商(Quotient), 为 除 的 余数(Remainder)。亦可记作
多项式的对数函数与指数函数
对于一个多项式 ,可以将其对数函数看作其与麦克劳林级数的复合:
其指数函数同样可以这样定义:
多项式的多点求值和插值
多项式的多点求值(Multi-point evaluation) 即给出一个多项式 和 个点 ,求
多项式的插值(Interpolation) 即给出 个点
求一个 次多项式 使得这 个点都在 上。
这两种操作的实质就是将多项式在 系数表示 和 点值表示 间转化。
References
buildLast update and/or translate time of this article2026/4/26 00:37:21,Check the history
editFound smelly bugs? Translation outdated? Wanna contribute with us? Edit this Page on Github
peopleContributor of this article Tiphereth-A, c-forrest, CCXXXI, Enter-tainer, Yanjun-Zhao, R-fzx, ZnPdCo, SaisycJiang, Great-designer, shuzhouliu, Menci, EntropyIncreaser, StudyingFather, shq666, Ir1d
translateTranslator of this article Visit the original article!
copyrightThe article is available under CC BY-SA 4.0 & SATA ; additional terms may apply.