init
[matrixnullspace.com.git] / index.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
7 <script type='text/javascript' src='/jquery.js'></script>
8 <script type='text/javascript' src='/validate.js'></script>
9
10 <title>matrixnullspace</title>
11 <html>
12
13 <head>
14 <title>solidofrevolution</title>
15 </head>
16
17 <body>
18
19 <pre>
20 usage: matrix.py
21
22 Find the kernel, determinant and eigenvalues of the given matrix.
23
24 example:
25
26 2 3 5
27 -4 2 3
28 0 0 0
29
30 </pre>
31
32 <br>
33
34 <form id="calulator" action="calculate" method="post" >
35 <textarea id="matrix" name="matrix" rows="15" cols="40"></textarea>
36 <br> <br>
37 <input type="submit" value="./calculate" id="submit" />
38 </form>
39
40 </body>
41
42 <br>
43 <h2><a href="http://dylansserver.com">dylansserver.com</a>, <a href="mailto:dylan@psu.edu">dylan@psu.edu</a>
44 </h2>
45
46 </html>