[Aimmath-commit] AIM/doc format.html,1.4,1.5
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-05 14:00:36
|
Update of /cvsroot/aimmath/AIM/doc In directory sc8-pr-cvs1:/tmp/cvs-serv4738/doc Modified Files: format.html Log Message: added comment about the use of linalg matrix rather than LinearAlgebra Matrix Index: format.html =================================================================== RCS file: /cvsroot/aimmath/AIM/doc/format.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** format.html 4 Sep 2003 03:37:36 -0000 1.4 --- format.html 5 Sep 2003 14:00:20 -0000 1.5 *************** *** 458,462 **** The attached text should be a maple expression giving the right answer ! to the question. <a name='prompt'><h3>prompt>/ap></h3></a> --- 458,462 ---- The attached text should be a maple expression giving the right answer ! to the question. <a name='prompt'><h3>prompt>/ap></h3></a> *************** *** 506,510 **** and that the student should see an array of input boxes in which to enter the matrix elements. One can also use the syntax ! MATRIX(rows,cols,size) to indicate the size of the input boxes. </li> <li>The name 'string'. This means that the student's answer will be --- 506,514 ---- and that the student should see an array of input boxes in which to enter the matrix elements. One can also use the syntax ! MATRIX(rows,cols,size) to indicate the size of the input boxes. The student's answer ! will be treated in AiM as a table-based matrix as used in the linalg package. ! Thus also the teacher's answer needs to be a table-based matrix. If you like ! to work with rtable-based matrices as used by the LinearAlgebra package then ! you should convert the teacher's answer with convert(A,matrix). </li> <li>The name 'string'. This means that the student's answer will be |