Minor shortcut changes
[texmacs.git] / internal / demo / plugins / giac-demo.tm
blobd3da0d6ebd27cbefd16791bb7ebeaff19ff12f23
1 <TeXmacs|1.0.0.6>
3 <style|<tuple|generic|giac>>
5 <\body>
6   <\session|giac|default>
7     <\output>
8       ---------------------------------------------------------------
10       Welcome to the giac computer algebra system for TeXmacs
12       Released under the GPL license
14       (c) 2001 by J. van der Hoeven (TeXmacs), B. Parisse & al (giac)
16       ---------------------------------------------------------------
18       \;
19     </output>
21     <\input|quest(0) >
22       diff(x^x^x,x);
23     </input>
25     <\input|quest(1) >
26       integrate((x^3+x-1)/(x^2+3*x-7),x);
27     </input>
29     <\input|quest(2) >
30       M:=[[1,2],[3,4]];
31     </input>
33     <\input|quest(3) >
34       series(sin(sin(x)),x,0)
35     </input>
37     <\input|quest(4) >
38       plotfunc(sin(x),x)
39     </input>
41     <\input|quest(5) >
42       plotfunc(sin(x+y*y/3),[x,y]);
43     </input>
45     <\input|quest(6) >
46       \;
47     </input>
48   </session>
50   \;
51 </body>
53 <\initial>
54   <\collection>
55     <associate|paragraph width|150mm>
56     <associate|odd page margin|5mm>
57     <associate|page medium|automatic>
58     <associate|shrinking factor|4>
59     <associate|page right margin|5mm>
60     <associate|page top margin|5mm>
61     <associate|reduction page right margin|25mm>
62     <associate|page type|a4>
63     <associate|reduction page bottom margin|15mm>
64     <associate|even page margin|5mm>
65     <associate|reduction page left margin|25mm>
66     <associate|page height|757760unit>
67     <associate|page bottom margin|5mm>
68     <associate|reduction page top margin|15mm>
69     <associate|page width|1015808unit>
70     <associate|language|english>
71   </collection>
72 </initial>