diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-03-08 17:41:32 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-03-08 17:42:10 +0100 |
commit | 72af1a5f217ea406c0bcad25430405c4c87ddbb2 (patch) | |
tree | ffc2f516d2da52579b5495018ed295b9d5f16a68 /README | |
parent | cef5b77d4e47d4a7ad00cad7e97397fa4e5391de (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |