d191c03f3b2dbb573469a2ccc03d7a50de9064d6
[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 <title>matrixnullspace</title>
10 <html>
11 <body>
12
13 <pre>
14 usage: matrix.py
15
16 Find the kernel, determinant and eigenvalues of the given matrix.
17
18 example:
19
20 2 3 5
21 -4 2 3
22 0 0 0
23
24 </pre>
25
26 <br>
27
28 <form id="calulator" action="calculate" method="post" >
29 <textarea id="matrix" name="matrix" rows="15" cols="40"></textarea>
30 <br><br>
31 <input type="submit" value="./calculate" id="submit" />
32 </form>
33
34 </body>
35
36 <br>
37 <h2>written by dylan@<a href="http://dylansserver.com">dylansserver.com</a>
38 </h2>
39
40 </html>