home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 13
/
pcopen13.iso
/
Zip
/
SM34A.ZIP
/
LIBRARY
/
EXPANDDE.LI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-26
|
192 b
|
6 lines
# expandde() expand denominators only
# e.g. expandde((a+b)^3/(c+d)^2) gives (a+b)^3/(c^2+2*c*d+d^2)
expandde(a_+b_) := expandde(a)+expandde(b)
expandde(x_) := nume(x)/expand(deno(x))