1<TeXmacs|1.0.7.11>
2
3<style|<tuple|tmdoc|maxima>>
4
5<\body>
6  <\tmdoc-title>
7    Example <name|Maxima> session
8  </tmdoc-title>
9
10  Here follows a sample session, which was started using
11  <menu|Insert|Session|Maxima>. A nice tutorial by Andrey Grozin is available
12  from the <TeXmacs> web site.
13
14  <\session|maxima|default>
15    <\output>
16      GCL (GNU Common Lisp) \ Version(2.4.4) �g�@ \ 2�� 17 15:25:31 CST 2003
17
18      Licensed under GNU Library General Public License
19
20      Contains Enhancements by W. Schelter
21
22      Maxima 5.9.0 http://maxima.sourceforge.net
23
24      Distributed under the GNU Public License. See the file COPYING.
25
26      Dedicated to the memory of William Schelter.
27
28      This is a development version of Maxima. The function bug_report()
29
30      provides bug reporting information.
31
32      \;
33    </output>
34
35    <\unfolded-io>
36      <with|color|red|(<with|math-font-family|rm|%i>1) >
37    <|unfolded-io>
38      f(x) := x + sin(x)
39    <|unfolded-io>
40      <math|<with|math-display|true|<text|<with|font-family|tt|color|red|(<with|math-font-family|rm|%o1>)
41      >>f<around*|(|x|)>\<assign\>x+sin <around*|(|x|)>>>
42    </unfolded-io>
43
44    <\unfolded-io>
45      <with|color|red|(<with|math-font-family|rm|%i>1) >
46    <|unfolded-io>
47      diff (f(x), x)
48    <|unfolded-io>
49      <math|<with|math-display|true|<text|<with|font-family|tt|color|red|(<with|math-font-family|rm|%o2>)
50      >>cos <around*|(|x|)>+1>>
51    </unfolded-io>
52
53    <\unfolded-io>
54      <with|color|red|(<with|math-font-family|rm|%i>1) >
55    <|unfolded-io>
56      integrate (f(x), x)
57    <|unfolded-io>
58      <math|<with|math-display|true|<text|<with|font-family|tt|color|red|(<with|math-font-family|rm|%o3>)
59      >><frac|x<rsup|2>|2>-cos <around*|(|x|)>>>
60    </unfolded-io>
61
62    <\input>
63      <with|color|red|(<with|math-font-family|rm|%i>4) >
64    <|input>
65      \;
66    </input>
67  </session>
68
69  <tmdoc-copyright|2003|Chu-Ching Huang>
70
71  <tmdoc-license|Permission is granted to copy, distribute and/or modify this
72  document under the terms of the GNU Free Documentation License, Version 1.1
73  or any later version published by the Free Software Foundation; with no
74  Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
75  Texts. A copy of the license is included in the section entitled "GNU Free
76  Documentation License".>
77</body>
78
79<\initial>
80  <\collection>
81    <associate|language|english>
82  </collection>
83</initial>