From: soraya ghasemi on
how to do partial fraction online
From: Walter Roberson on
soraya ghasemi wrote:
> how to do partial fraction online

In Maple, you would use

convert(Expression, partialfraction);


Matlab's current symbolic package, MuPad, has a lot of similarities with
Maple; I have not, however, yet seen an equivalent to the convert() command.
From: John O'Flaherty on
On Sat, 29 May 2010 16:39:07 -0500, Walter Roberson
<roberson(a)hushmail.com> wrote:

>soraya ghasemi wrote:
>> how to do partial fraction online
>
>In Maple, you would use
>
>convert(Expression, partialfraction);
>
>
>Matlab's current symbolic package, MuPad, has a lot of similarities with
>Maple; I have not, however, yet seen an equivalent to the convert() command.

MuPad 4 uses partfrac(f,x). Maybe it's the same.
--
John