FactorTerms[poly]
多項式 poly から式全体にかかる因子をくくり出す.
FactorTerms[poly,x]
poly から変数 x に依存しない式全体にかかる因子をくくり出す.
FactorTerms[poly,{x1,x2,…}]
多項式 poly からどの変数 xi にも依存しない式全体にかかる因子をくくり出す.
FactorTerms
FactorTerms[poly]
多項式 poly から式全体にかかる因子をくくり出す.
FactorTerms[poly,x]
poly から変数 x に依存しない式全体にかかる因子をくくり出す.
FactorTerms[poly,{x1,x2,…}]
多項式 poly からどの変数 xi にも依存しない式全体にかかる因子をくくり出す.
詳細とオプション
- FactorTerms[poly,x]は,変数 x について多項式 poly の内容を抽出する.
- FactorTermsは自動的に,poly 中のリスト,方程式,不等式,論理関数に縫い込まれる.
- FactorTermsは次のオプションを取る.
-
Modulus 0 整数に仮定する法 Trig False 代数変換だけでなく三角変換も行うかどうか
例題
すべて開く すべて閉じる例 (2)
スコープ (10)
基本的な用法 (7)
FactorTerms[4x ^ 3 - 6x ^ 2 + 12x - 6]FactorTerms[12a ^ 4 + 9x ^ 2 + 66b ^ 2]FactorTerms[7 x + (14y + 21) / z]FactorTerms[5I x ^ 2 + 20x I + 10]FactorTerms[15Sin[x] ^ 2 + 100Log[x]f[x] + 50E ^ x]FactorTermsはリストに縫い込まれる:
FactorTerms[{5x ^ 2 - 15, 7x ^ 4 - 77, 8x ^ 8 - 24}]FactorTermsは等式と不等式に縫い込まれる:
FactorTerms[1 < 77x ^ 3 - 21x + 35 < 2]高度な用法 (3)
FactorTerms[-6y - 6a y + 2x ^ 2y + 2a x ^ 2y + 4a y ^ 2 + 4a ^ 2y ^ 2, x]
および
に依存しない因子をくくり出し,次に
に依存しない因子をくくり出す:
FactorTerms[-6y - 6a y + 2x ^ 2y + 2a x ^ 2y + 4a y ^ 2 + 4a ^ 2y ^ 2, {x, y}]3を法とする整数上で,多項式の全体的な数値因数をくくり出す:
FactorTerms[5x ^ 2 + 2, Modulus -> 3]オプション (2)
アプリケーション (1)
f = 2 x ^ 2 y z + 2 x ^ 2 y + 4 x ^ 2z + 4 x ^ 2 + 4 y ^ 2z ^ 2 + 4 z y ^ 2 + 8 z ^ 2 y + 2 z y - 6 y - 12 z - 12;FactorTerms[f]FactorTerms[f, x]x および y に依存しない因子をくくりだし,次に x に依存しない因子をくくり出す:
FactorTerms[f, {x, y}]特性と関係 (3)
Expandは共通因子を項に分配し,実質的にFactorTermsの逆である:
FactorTerms[14x + 21y + 35x y + 63]Expand[%]FactorTermsListは因子のリストを返す:
FactorTermsList[14x + 21y + 35x y + 63]Factorは完全な因子分解を行う:
FactorTerms[4x ^ 3 - 4]Factor[%]関連項目
関連するガイド
-
▪
- 多項式の分解
履歴
1988 で導入 (1.0) | 2007 で更新 (6.0)
テキスト
Wolfram Research (1988), FactorTerms, Wolfram言語関数, https://reference.wolfram.com/language/ref/FactorTerms.html (2007年に更新).
CMS
Wolfram Language. 1988. "FactorTerms." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/FactorTerms.html.
APA
Wolfram Language. (1988). FactorTerms. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FactorTerms.html
BibTeX
@misc{reference.wolfram_2026_factorterms, author="Wolfram Research", title="{FactorTerms}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FactorTerms.html}", note=[Accessed: 05-July-2026]}
BibLaTeX
@online{reference.wolfram_2026_factorterms, organization={Wolfram Research}, title={FactorTerms}, year={2007}, url={https://reference.wolfram.com/language/ref/FactorTerms.html}, note=[Accessed: 05-July-2026]}