1.找到一個 n 使得
分解後,係數異於 0, -1 and 1
.
> for n from 101 to 105 do factor(x^n-1) od;
>
Ans: n=105
2.因式分解
> factor((((x^2-a)^2-a)^2-a)^2-a-x);
>