File: intro.html

package info (click to toggle)
maxima 5.49.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 128,980 kB
  • sloc: lisp: 437,854; fortran: 14,665; tcl: 10,143; sh: 4,598; makefile: 2,204; ansic: 447; java: 374; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (33 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (3)
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
<html>
<head>
<title>Introduction to Maxima</title>
</head>
<br>
<body  BGCOLOR=#ffffff TEXT=#000000 LINK=#244C21>
<img src=net.sourceforge.maxima.png align=left border=0>
<h1 align=center>Introduction to Maxima</h1>

<p>Maxima is a computer program for doing mathematical calculations,
symbolic manipulations, numerical computations and graphics.
Procedures can be programmed and then run by Maxima to
do complex tasks. Much of the syntax for other computer algebra systems
such as Maple was copied from Maxima.</p>

<h2>Sections</h2>
<h4>1. <a href="primer.html">Maxima Primer</a></h4>
<h4>2. <a href="examples.html">Examples</a></h4>
<h4>3. <a href="demos.html">Demos</a></h4>
<h4>4. <a href="plotmaxima.html">Plots</a></h4>
</li>
</ul>

<h2>Project and documentation links</h2>
<p>The <em>Help</em> menu in Xmaxima gives you access to the following documents:</p>
<ul>
<li>Maxima reference manual</li>
<li>Xmaxima reference manual</li>
<li>Maxima Website, https://maxima.sourceforge.io</li>
<li>Maxima project page, https://sourceforge.net/projects/maxima</li>
</ul>
</body>
</html>