polynomial-long-division:of多项式的长除法

时间:2024-06-05 17:05:02
【文件属性】:

文件名称:polynomial-long-division:of多项式的长除法

文件大小:525KB

文件格式:ZIP

更新时间:2024-06-05 17:05:02

C++

多项式长除法 用于将多项式除以另一个多项式的算法。 参见。 Enter dividend: 30.0*x^34-15*x^3+2*x^2+34*x+1 Enter divisor: 3*x^2+1 Quotient = 10*x^32-3.33333*x^30+1.11111*x^28-0.37037*x^26+0.123457*x^24-0.0411523*x^22+0.0137174*x^20-0.00457247*x^18+0.00152416*x^16-0.000508053*x^14+0.000169351*x^12-5.64503e-05*x^10+1.88168e-05*x^8-6.27225e-06*x^6+2.09075e-06*x^4-6.96917e-07*x^2-5*x+0.666667 Remainder = 39*x+0.333333 执照 WTFPL


网友评论