aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-08 17:41:32 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-08 17:42:10 +0100
commit72af1a5f217ea406c0bcad25430405c4c87ddbb2 (patch)
treeffc2f516d2da52579b5495018ed295b9d5f16a68
parentcef5b77d4e47d4a7ad00cad7e97397fa4e5391de (diff)
Add README
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4a02305
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+Plotting the roots of polynomials with integer coefficients in the complex
+plane gives interesting pictures.
+At http://www.math.ucr.edu/home/baez/roots/, some interesting sets of
+polynomials are shown, and these are implemented in this program.
+It might, however, also contain code for other things.
+
+It is also a proof that one doesn't need 4 days of CPU time to compute a nice
+picture.