问题

软件 >> Calculator >> Bug
Questions in category: Bug (Bug).

[Sowya] 多项式的运算仍需加强

Posted by haifeng on 2024-12-01 15:17:11 last update 2025-01-20 14:19:32 | Answers (0) | 收藏


>> x-(1|5x+( -6|5x^3-6|5x^2-4|5x+2)/(5x^4-9x^2-4x^1-1))
in> x-(1|5x+(-6|5x^3-6|5x^2-4|5x+2)/(5x^4-9x^2-4x^1-1))
 
out> 4|5x^1
------------------------

这显然是不对的.

 

 

>> x^2/(x^3+x^2)
in> x^2/(x^3+x^2)
 
out>
 quotient> q(x) = 0
remainder> r(x) = x^2
 
0
------------------------
需要加入一元多项式因式分解的功能, 才能使得除法得以化简.