source: git/doc/singular_toc.html @ fddf1c

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