[Aimmath-commit] AIM/WEB-INF/maple/aim Inert.mpl,1.8,1.9
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2003-10-24 06:38:42
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv23795 Modified Files: Inert.mpl Log Message: a documentation tweak Index: Inert.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Inert.mpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Inert.mpl 10 Oct 2003 15:39:58 -0000 1.8 --- Inert.mpl 23 Oct 2003 02:31:31 -0000 1.9 *************** *** 44,48 **** <table> ! <tr><td>@h> a:=Rand(1..10); b:=Rand(1..10);@</td></tr> <tr><td>@h> f:=Rand(Plus(a,b),Times(a,b),ToThe(a,b));@</td></tr> <tr><td>@t> What is $@@f@@$?@</td></tr> --- 44,48 ---- <table> ! <tr><td>@h> a:=Rand(2..10); b:=Rand(2..10);@</td></tr> <tr><td>@h> f:=Rand(Plus(a,b),Times(a,b),ToThe(a,b));@</td></tr> <tr><td>@t> What is $@@f@@$?@</td></tr> |