[Aimmath-commit] AIM/WEB-INF/maple/locales en.mpl,1.4,1.5
Brought to you by:
gustav_delius,
npstrick
From: <nps...@us...> - 2003-10-10 09:49:36
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/locales In directory sc8-pr-cvs1:/tmp/cvs-serv16821/WEB-INF/maple/locales Modified Files: en.mpl Log Message: Index: en.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/locales/en.mpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** en.mpl 1 Sep 2003 20:22:23 -0000 1.4 --- en.mpl 10 Oct 2003 09:49:31 -0000 1.5 *************** *** 110,113 **** --- 110,119 ---- "You may have <ul> + <li>entered something like <tt><font color='red'>ab</font></tt> for + <tt><font color='green'>a</font></tt> + times + <tt><font color='green'>b</font></tt>, + instead of <font color='green'>a*b</font> + </li> <li>misspelled the name of a standard mathematical function, or used a name not recognized by Maple. *************** *** 159,162 **** --- 165,175 ---- ": + __("#Explain constant functions (%s,%s,%s,%A,%s)") := + "The correct syntax for %s times %s is %s; this is probably what you + meant. (For a perfectly sensible reason that we will not go into, + Maple takes %A to mean the number %s.) + <br /> + ": + __("#Explain no dot") := "<font color='red'>Your answer contains the dot operator.</font> *************** *** 191,195 **** <font color='green'><tt>x[3]</tt></font> for <font color='blue'>x<sub>3</sub></font>). If you just want to group ! terms, you must use round brackets. ": --- 204,209 ---- <font color='green'><tt>x[3]</tt></font> for <font color='blue'>x<sub>3</sub></font>). If you just want to group ! terms, you must use round brackets. To enter a set, use curly ! brackets. ": |