From: Dylan Lloyd Date: Tue, 19 Mar 2013 01:12:20 +0000 (-0400) Subject: added readme and notice of scipy dependency X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=b1182e5a62a5a690fc29589b2ac88ba96cd46c38;p=matrixnullspace.com.git added readme and notice of scipy dependency --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..5911843 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +matrixnullspace.com +=================== + +A [WSGI](http://www.python.org/dev/peps/pep-0333/) application to calculate the the kernel, determinant and eigenvalues of a given matrix. + +Requires [SciPy](http://www.scipy.org/).