-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.htm
More file actions
53 lines (46 loc) · 1.91 KB
/
home.htm
File metadata and controls
53 lines (46 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Function grapher suite</title>
<link rel="stylesheet" href="main.css">
<meta name="description"
content="A collection of function graphers. Low latency online app.
Includes a calculator line and graphers for complex functions.">
<meta name="keywords"
content="function grapher, graphing calculator, Javascript,
complex function, implicit function, fractal, surface,
differential equation, special function, derivative, integral">
</head>
<body>
<h2>Function grapher suite</h2>
<ul>
<li><a href="plot.htm">Grapher for real functions</a>
<li><a href="pplot.htm">Grapher for parametric representations</a>
<li><a href="iplot.htm">Grapher for implicit functions</a>
<li><a href="splot.htm">Grapher for sequences</a>
</ul>
<ul>
<li><a href="plot3d.htm">Grapher for functions in two variables</a>
<li><a href="isoplot.htm">Grapher for isolines of functions in two variables</a>
<li><a href="plot3dcurve.htm">Grapher for parametric space curves</a>
<li><a href="pplot3d.htm">Grapher for parametric surfaces</a>
<li><a href="vplot.htm">Grapher for vector fields</a>
<li><a href="dplot.htm">Grapher for solutions of differential equations</a>
<li><a href="dsplot.htm">Grapher for systems of two differential equations</a>
<li><a href="iplot3d.htm">Grapher for implicit functions of three variables</a>
</ul>
<ul>
<li><a href="cfplot.htm">Grapher for complex valued functions</a>
<li><a href="cplot.htm">Grapher for complex functions</a>
<li><a href="cplot3d.htm">Grapher for complex functions, spatial</a>
<li><a href="cpplot.htm">Grapher for images of complex valued functions</a>
<li><a href="cplotimg.htm">Grapher for complex functions, for the image of a coordinate grid</a>
<li><a href="csplot.htm">Grapher for complex sequences</a>
<li><a href="fractalplot.htm">Grapher for fractals</a>
</ul>
<p><a href="home-de.htm">De</a>
| <a href="doc.htm">Manual</a>
</p>
</body>
</html>