summaryrefslogtreecommitdiffstats
path: root/doc/kmplot/introduction.docbook
blob: 4aa46d04049dd526088ed915f5483a98f1636d41 (plain)
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
<chapter id="introduction">
<title>Introduction</title>

<para>&kmplot; is a mathematical function plotter for the &kde;
Desktop.  It has a powerful built-in parser.  You can plot different
functions simultaneously and combine them to build new
functions.</para>

<screenshot>
<screeninfo>Examples</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="threeplots.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>Examples</phrase>
</textobject>
</mediaobject>
</screenshot>

<para>&kmplot; supports parametric functions and functions in
polar coordinates. Several grid modes are supported. Plots may be
printed with high precision in the correct scale.</para>

<para>&kmplot; also provides some numerical and visual features like:</para>
<itemizedlist>
<listitem><para>Filling and calculating
the area between the plot and the first axis</para>
</listitem>
<listitem><para>Finding maximum and
minimum values</para>
</listitem>
<listitem><para>Changing function parameters dynamically</para>
</listitem>
<listitem><para>Plotting
derivatives and integral functions.</para>
</listitem>
</itemizedlist>

<para>These features help in learning the
relationship between mathematical functions and their graphical
representation in a coordinate system.</para>

</chapter>


<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
sgml-parent-document:("index.docbook" "BOOK" "CHAPTER")
End:
-->