Go to the first, previous, next, last section, table of contents.


simpalg

simpalg(rat)
:: 有理式に含まれる代数的数を簡単化する.
return
有理式
rat
有理式
[7] simpalg((1+A0)/(1-A0));
simpalg undefined
return to toplevel
[7] load("sp")$
[46] simpalg((1+A0)/(1-A0));
(-2*#0-3)
[47] simpalg((2-A0)/(2+A0)*x^2-1/(3+A0));
(-2*#0+3)*x^2+(1/7*#0-3/7)
[48] simpalg((x+1/(A0-1))/(x-1/(A0+1))); 
(x+(#0+1))/(x+(-#0+1))


Go to the first, previous, next, last section, table of contents.