d8f84bac2cbf991b130028cf4e35663043ce54f2
[matrixnullspace.com.git] / index.php
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset='utf-8'>
5 <title>matrixnullspace</title>
6 <link rel='stylesheet' href='/style.css'>
7 <script type='text/javascript' src='/js/jquery.js'></script>
8 <script type='text/javascript' src='/js/matrix.js'></script>
9 </head>
10 <body>
11 <div id='container'>
12
13 <h1>matrix.py</h1>
14 Find the kernel, determinant and eigenvalues of a given matrix.
15
16 <form>
17 <textarea id="matrix">2 3 5
18 -4 2 3
19 0 0 0</textarea></br>
20 <a id='submit' href='#'>./calculate</a>
21 </form>
22
23 <ul id='results'></ul>
24
25 <div id='clear'></div>
26
27 <div id="footer">
28 <h2><a href="http://dylansserver.com">dylansserver.com</a>
29 </div>
30 </div>
31 </body>
32 </html>