-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
53 lines (53 loc) · 2.31 KB
/
Copy path404.html
File metadata and controls
53 lines (53 loc) · 2.31 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Maxima is a fairly complete computer algebra system written in Lisp with an emphasis on symbolic computation. It is based on DOE-MACSYMA and licensed under the GPL free software license. Its abilities include symbolic integration, 3D plotting and solving differential equations.">
<meta name="keywords" content="Maxima, CAS, computer algebra, mathematics, Lisp, symbolic computation, MACSYMA, GPL, free software, differential equations, plotting">
<title>Maxima - page not found</title>
<link rel="stylesheet" href="/maxima.css">
<link rel="icon" type="image/svg+xml" href="/img/maxima.svg">
<link rel="alternate icon" href="/img/favicon.ico">
</head>
<body>
<div class="header">
<img class="contract2 center" alt="Maxima" src="/img/maxima-title.svg">
<div class="sections">
<button class="sectionsbtn">☰ <span>Sections ⌄</span></button>
<div class="sections-content">
<a href="/index.html">Home</a>
<a href="/download.html">Installation</a>
<a href="/documentation.html">Documentation</a>
<a href="/project.html">The Maxima Project</a>
<a href="/maximalist.html">Mailing Lists</a>
<a href="/faq.html">FAQ</a>
<a href="/compalg.html">Computer Algebra Systems</a>
<a href="/lisp.html">Maxima and Lisp</a>
<a href="/3rdpartycode.html">Third Party Code</a>
<a href="/relatedprojects.html">Related Projects</a>
</div>
</div>
<span>A Computer Algebra System</span>
</div>
<div class="card">
<h2>Error 404 - The page you requested cannot be displayed</h2>
<ul class="spacious">
<li>If you typed the address, make sure the spelling is correct (NB
addresses are case sensitive).</li>
<li>If you clicked on a link, there may be a problem with that
link. Please, report it to the webmaster of the referring site (if
you were on the Maxima website to
the <a href="/maximalist.html">Maxima mailing list at
sourceforge.net)</a>.</li>
<li>For information on Maxima CAS, start from
the <a href="/index.html">Maxima homepage</a>.</li>
</ul>
</div>
<div class="footer">
<p>Any questions about Maxima or this site can be sent to our
<a href="mailto:maxima-discuss@lists.sourceforge.net">mailing list</a>.</p>
<span>Last modification: 2026/03/01 17:26:40 UTC</span>
</div>
</body>
</html>