|
[Date Index]
[Thread Index]
[Author Index]
Convert expression to polynomial
- To: mathgroup at smc.vnet.net
- Subject: [mg70383] Convert expression to polynomial
- From: "Diana" <diana.mecum at gmail.com>
- Date: Sun, 15 Oct 2006 00:18:45 -0400 (EDT)
Math folks,
I am generating a list of partial sums which look like:
x = 1 + (-t + t^2)^(-1) + 1/((-t + t^2)^2*(-t + t^4)) + 1/((-t +
t^2)^4*(-t + t^4)^2*(-t + t^8))
I then try to calculate the PolynomialQuotient[Numerator[x],
Denominator[x], t], etc., and I get an error saying that x is not a
polynomial function.
I tried to find the command to put everything over a common
denominator, but was unable to find this. Can someone help?
Thanks,
Diana M.
Prev by Date:
Re: Faster ways to unionize intersecting sets?
Next by Date:
a fault in the Factor[] function for polynomials?
Previous by thread:
Re: FindRoot
Next by thread:
Re: Convert expression to polynomial
|