1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
from singular.tex on 14 March 1999 -->
<TITLE>Singular Manual - Table of Contents</TITLE>
</HEAD>
<BODY>
<H1>Singular Manual</H1>
<ADDRESS>Fachbereich Mathematik</ADDRESS>
<ADDRESS>und</ADDRESS>
<ADDRESS>Zentrum fuer Computeralgebra</ADDRESS>
<ADDRESS>Universitaet Kaiserslautern</ADDRESS>
<ADDRESS>D-67653 Kaiserslautern</ADDRESS>
<P>
<P><HR><P>
<UL>
<LI><A NAME="TOC1" HREF="singular.html#SEC1">Preface</A>
<LI><A NAME="TOC2" HREF="singular.html#SEC2">Introduction</A>
<LI><A NAME="TOC3" HREF="singular.html#SEC3">General concepts</A>
<LI><A NAME="TOC4" HREF="singular.html#SEC4">Data types</A>
<LI><A NAME="TOC5" HREF="singular.html#SEC5">Functions and system variables</A>
<LI><A NAME="TOC6" HREF="singular.html#SEC6">Tricks and pitfalls</A>
<UL>
<LI><A NAME="TOC7" HREF="singular.html#SEC7">Limitations</A>
<LI><A NAME="TOC8" HREF="singular.html#SEC8">Major differences to the C programming language</A>
<UL>
<LI><A NAME="TOC9" HREF="singular.html#SEC9">No rvalue of increments and assignments</A>
<LI><A NAME="TOC10" HREF="singular.html#SEC10">Evaluation of logical expressions</A>
<LI><A NAME="TOC11" HREF="singular.html#SEC11">No case or switch statement</A>
<LI><A NAME="TOC12" HREF="singular.html#SEC12">Usage of commas</A>
<LI><A NAME="TOC13" HREF="singular.html#SEC13">Usage of brackets</A>
<LI><A NAME="TOC14" HREF="singular.html#SEC14">Behaviour of continue</A>
<LI><A NAME="TOC15" HREF="singular.html#SEC15">Return type of procedures</A>
</UL>
<LI><A NAME="TOC16" HREF="singular.html#SEC16">Miscellaneous oddities</A>
<LI><A NAME="TOC17" HREF="singular.html#SEC17">Identifier resolution</A>
</UL>
<LI><A NAME="TOC18" HREF="singular.html#SEC18">Examples</A>
<LI><A NAME="TOC19" HREF="singular.html#SEC19">Polynomial data</A>
<LI><A NAME="TOC20" HREF="singular.html#SEC20">Mathematical background</A>
<LI><A NAME="TOC21" HREF="singular.html#SEC21">SINGULAR libraries</A>
<UL>
<LI><A NAME="TOC22" HREF="singular.html#SEC22">standard_lib</A>
<LI><A NAME="TOC23" HREF="singular.html#SEC23">all_lib</A>
<LI><A NAME="TOC24" HREF="singular.html#SEC24">general_lib</A>
<LI><A NAME="TOC25" HREF="singular.html#SEC25">matrix_lib</A>
<LI><A NAME="TOC26" HREF="singular.html#SEC26">sing_lib</A>
<LI><A NAME="TOC27" HREF="singular.html#SEC27">elim_lib</A>
<LI><A NAME="TOC28" HREF="singular.html#SEC28">inout_lib</A>
<LI><A NAME="TOC29" HREF="singular.html#SEC29">random_lib</A>
<LI><A NAME="TOC30" HREF="singular.html#SEC30">deform_lib</A>
<LI><A NAME="TOC31" HREF="singular.html#SEC31">homolog_lib</A>
<LI><A NAME="TOC32" HREF="singular.html#SEC32">poly_lib</A>
<LI><A NAME="TOC33" HREF="singular.html#SEC33">ring_lib</A>
<LI><A NAME="TOC34" HREF="singular.html#SEC34">finvar_lib</A>
<LI><A NAME="TOC35" HREF="singular.html#SEC35">primdec_lib</A>
<LI><A NAME="TOC36" HREF="singular.html#SEC36">invar_lib</A>
<LI><A NAME="TOC37" HREF="singular.html#SEC37">latex_lib</A>
<LI><A NAME="TOC38" HREF="singular.html#SEC38">hnoether_lib</A>
<LI><A NAME="TOC39" HREF="singular.html#SEC39">classify_lib</A>
<LI><A NAME="TOC40" HREF="singular.html#SEC40">graphics_lib</A>
<LI><A NAME="TOC41" HREF="singular.html#SEC41">normal_lib</A>
</UL>
<LI><A NAME="TOC42" HREF="singular.html#SEC42">Library function index</A>
<LI><A NAME="TOC43" HREF="singular.html#SEC43">Index</A>
</UL>
<P><HR><P>
This document was generated on 14 March 1999 using the
<A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A>
translator version 1.51.</P>
</BODY>
</HTML>
|