From: Chris S. <san...@us...> - 2005-11-08 19:39:50
|
Update of /cvsroot/stack/stack-1-0/maximadocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11909/maximadocs Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/maximadocs/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 1 Apr 2005 19:18:40 -0000 1.3 --- index.php 8 Nov 2005 19:39:42 -0000 1.4 *************** *** 33,36 **** --- 33,37 ---- <ol> + <li><a href="functions.php">Maxima functions defined by STACK</a></li> <li><a href="maxdoc/maxima_toc.html">Complete maxima documentation, as distributed</li> <li><a href="functions.php">Complete list of maxima</a> functions, together with *************** *** 38,42 **** <li>Annotations and STACK specific notes</li> </ol> ! <li><a href="functions.php">Functions defined by STACK</a></li> </ol> --- 39,44 ---- <li>Annotations and STACK specific notes</li> </ol> ! <li><a href="minimal-maxima.pdf">Minimal-Maxima</a>. A PDF file about Maxima and its data ! structures. This contains a lot of useful information about sets, lists, matrices and simplification.</li> </ol> |