Rational functions Polynomial expansion.....[partfrac or cpartfrac]:
|
08-20-2015, 09:57 AM
(This post was last modified: 08-24-2015 01:58 AM by toshk.)
Post: #1
|
|||
|
|||
Rational functions Polynomial expansion.....[partfrac or cpartfrac]:
coded to Solve!
Prime Solve! Don't have Hp prime to test it......but works on virtual fine. PHP Code: #pragma mode( separator(.,;) integer(h32) ) |
|||
08-20-2015, 11:33 AM
Post: #2
|
|||
|
|||
RE: Rational functions.....partfac( ):
Shouldn't it be partfrac()?
partfrac(((x^4+x^3-2*x^2+x+1)/(x^5+2*x^2+7*x+1/2))) --> (2*x^4+2*x^3-4*x^2+2*x+2)/(2*x^5+4*x^2+14*x+1) |
|||
08-20-2015, 03:30 PM
Post: #3
|
|||
|
|||
RE: Rational functions.....partfac( ):
Try using partfrac() or cpartfrac() (the last for the complex field) ;-)
|
|||
08-20-2015, 05:52 PM
(This post was last modified: 08-20-2015 05:53 PM by Tim Wessman.)
Post: #4
|
|||
|
|||
RE: Rational functions Polynomial expansion.....[partfrac or cpartfrac]:
Works here for me.
There was an issue with c/partfrac in the current release bernard fixed a while back as a result of another thread where having an approximate value wasn't happy in c/partfrac. Apparently it was not keeping the approximate values grouped nicely. Basically, for the moment keep floats out and everything is happy. TW Although I work for HP, the views and opinions I post here are my own. |
|||
08-21-2015, 05:35 AM
(This post was last modified: 08-24-2015 01:50 AM by toshk.)
Post: #5
|
|||
|
|||
RE: Rational functions Polynomial expansion.....[partfrac or cpartfrac]: | |||
08-24-2015, 01:56 AM
(This post was last modified: 08-24-2015 02:38 AM by toshk.)
Post: #6
|
|||
|
|||
RE: Rational functions Polynomial expansion.....[partfrac or cpartfrac]: ilaplace()
Use this in conjunction with ilaplace() which Prime finds difficult to solve:
PHP Code: #pragma mode( separator(.,;) integer(h32) ) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)