The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
More mobile apps
We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise
WolframConsulting.com
More Wolfram Solutions
More Solutions for Education
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
Wolfram 语言提供许多函数对多项式中的各项进行分组,对单项式进行提取和排序,将它们以各种方式显示,甚至可以以任意表达式结构处理它们.
定义一个关于 和 的指数的多项式:
用 Collect 将含有 同次幂的各项合并到一起:
组合模式匹配的项;在该例中,具有相同指数因子的项成为一组:
将 Simplify 应用于各项合并后的各项的系数:
从一个表达式中提取项有多种方法. 这是一个关于 的多项式:
得到 (常数项)的系数:
将 用0替换,从而消去所有关于 的项,得到同一个常数项:
得到一个单项式列表,按 的幂次由高到低排列:
当多项式以 TraditionalForm 的形式显示时,各项的排列次序相同:
Collect Simplify Coefficient MonomialList Factor Exponent CoefficientRules