Greetings
I've bought a ClassPad 300 yesterday and I?m very pleased, above all, with its user interface. I also think that the hardware platform is superior to other vendor calcs. However, I would like to see some improvements to its CAS functions. One example I can remember is the lack of a direct way to do partial fraction decomposition, this transform is very useful when we need to calculate primitives of rational functions or calculate inverse Fourier/Laplace transforms, i.e.:
(x+3)/(x^2-7x+12) = -6/(x-3) + 7/(x-4)
TI-89 and Voyager do this with expand(). One away I found to do the same with ClassPad is to integrate (x+3)/(x^2-7x+12) and then differentiate the individual terms of the resulting sum. If we have complex roots it's not so simple.
Anyone has a better way? Maybe it's possible to write a Basic program to solve this.
Flipper
Partial Fraction Decomposition
Started by
Flipper
, Jun 16 2004 04:43 PM
2 replies to this topic
#1
Posted 16 June 2004 - 04:43 PM
#2
Posted 17 June 2004 - 04:51 PM
The ClassPad can do a partial fraction expansion using the "expand" command.
expand((x+3)/(x^2-7x+12) ,x) -> 7/(x-4) - 6/(x-3)
This feature might not have been in the original release. If this doesn't work on your version then get the latest OS update.
expand((x+3)/(x^2-7x+12) ,x) -> 7/(x-4) - 6/(x-3)
This feature might not have been in the original release. If this doesn't work on your version then get the latest OS update.
#3
Posted 17 June 2004 - 07:16 PM
Thanks!
That?s a nice undocumented feature, I thought they only solved minor bugs with the latest OS updates.
That?s a nice undocumented feature, I thought they only solved minor bugs with the latest OS updates.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users