CFactor 指令
来自GeoGebra Manual
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版。
此指令只能用在運算區。
- CFactor[ <Expression> ]
- Factorizes a given expression, allowing for complex factors.
- 範例:
CFactor[x^2 + 4]
yields (x + 2 ί) (x - 2 ί), the factorization of x2 + 4. - CFactor[ <Expression>, <Variable> ]
- Factorizes an expression with respect to a given variable, allowing for complex factors.
- 範例:
CFactor[a^2 + x^2, a]
yields (a + x ί) (a - x ί), the factorization of a2 + x2 with respect to a. - 範例:
CFactor[a^2 + x^2, x]
yields (x + a ί) (x - a ί), the factorization of a2 + x2 with respect to x.
備註:
See also Factor Command.