> 其他 >
因式分解x^4+x^2-2ax-a^2+1
人气:464 ℃ 时间:2020-03-30 19:12:52
解答
syms x a
>> factor(x^4+x^2-2*a*x-a^2+1)
ans =
-(a+x+1+x^2)*(a+x-1-x^2)
MATLAB 编程解得:
整理后(x^2+x+a+1)(x^2-x-a+1)
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版