Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 数学和算法 > 多项式代数 > 多项式因式分解 >
Mathematica > 数学和算法 > 公式处理 > 代数转换 > 多项式因式分解 >

MonomialList

MonomialList[poly]
给出多项式 poly 中所有单项式的列表。
MonomialList[poly, {x1, x2, ...}]
给出多项式中关于变量 xi 的单项式的列表。
MonomialList[poly, {x1, x2, ...}, order]
指定阶的单项式。
  • 无论 poly 是否是展开形式,MonomialList 都起作用。
  • order 的可能设置是 "Lexicographic""DegreeLexicographic""DegreeReverseLexicographic""NegativeLexicographic""NegativeDegreeLexicographic""NegativeDegreeReverseLexicographic" 或一个明确的权矩阵。
  • 单项式按照单项式的指数向量的基排序,基是关于变量 xi 的。
  • "NegativeLexicographic" 相当将 Sort 应用到指数向量列表中。
  • "Lexicographic" 给出逆 "NegativeLexicographic",是 MonomialList 的缺省设置。
  • "DegreeLexicographic" 首先按整个阶排序,然后按照 "Lexicographic" 定义的阶排序。
  • "DegreeReverseLexicographic" 首先按整个阶排序,然后反词典顺序,从最后一个变量开始。
  • "NegativeDegreeLexicographic""NegativeDegreeReverseLexicographic" 从低阶到高阶排序。
  • 一个明确的权矩阵 w 定义 w.vi"Lexicographic" 顺序给出的一个顺序,其中 vi 是指数向量。
7 的新功能
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team