X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=doc%2Fexamples%2Fginac-examples.texi;h=02e1b412e2c8e4309cd4f63fd154921529cdc086;hb=48619ed77871a6bcae23df460f426fc34698cd1e;hp=8870dafb84a8fde391a5937067176b602774f84a;hpb=d67dadd063fbae8e9a64560d2ea97c7af0248203;p=ginac.git diff --git a/doc/examples/ginac-examples.texi b/doc/examples/ginac-examples.texi index 8870dafb..02e1b412 100644 --- a/doc/examples/ginac-examples.texi +++ b/doc/examples/ginac-examples.texi @@ -11,6 +11,12 @@ @parindent=0pt @end iftex @c %**end of header + +@dircategory Mathematics +@direntry +* ginac-examples: (ginac-examples). C++ library for symbolic computation. +@end direntry + @ifnottex @node Top @end ifnottex @@ -30,6 +36,13 @@ This is a collection of code examples using GiNaC. Two expression are stored in an archive on the disk and are restored again. +@section Input and output of expressions + +@subsection Expression input @uref{derivative.cpp, (source)} + +Interactively input expression and compute its derivative with respect +to the ``x'' variable. + @chapter Monte Carlo Integration @section Example showing compile_ex @uref{compile1.cpp, (source)}