Prev: CANNOT build two graphs 3D-functions in one coordinate system
Next: Realised variance with microstructure noise
From: soraya ghasemi on 29 May 2010 17:27 how to do partial fraction online
From: Walter Roberson on 29 May 2010 17:39 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 29 May 2010 18:43
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 |