Artifact 3029ddd102b3c1c277916ed66e7c959bd296b4b37b4b3b5cb874ad9b0fd729b4:
- Executable file
r37/lisp/csl/html/r37_0324.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 859) [annotate] [blame] [check-ins using] [more...]
<A NAME=RATIONALIZE> <TITLE>RATIONALIZE</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>RATIONALIZE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When the <em>rationalize</em> switch is on, denominators of rational expressions that contain complex numbers or root expressions are simplified by multiplication by their conjugates. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> qq := (1+sqrt(3))/(sqrt(3)-7); SQRT(3) + 1 QQ := ----------- SQRT(3) - 7 on rationalize; qq; - 4*SQRT(3) - 5 --------------- 23 2/(4 + 6**(1/3)); 2/3 1/3 6 - 4*6 + 16 ------------------ 35 (i-1)/(i+3); 2*I - 1 ------- 5 off rationalize; (i-1)/(i+3); I - 1 ------ I + 3 </TT></PRE><P>