On Fri, Dec 11, 2015 at 7:29 AM, Dima Pasechnik <dimp...@gmail.com> wrote:
>
>
> On Friday, 11 December 2015 14:09:03 UTC, kcrisman wrote:
>>
>> http://www.ams.org/notices/201511/rnoti-p1350.pdf
>>
>> Especially thanks to Robert Bradshaw for first introducing this in
>> http://trac.sagemath.org/ticket/5606 !

That's awesome!

Minor note in case somebody who doesn't know sage at all is looking at
the article, then finds this thread via a search: it's unfortunate
that the one code snippet they give in the article:

3*(z+1)*(z-i)ˆ2*(z-1+i)ˆ3
complex_plot(f, (-2, 2), (-2, 2))

won't quite work.     Instead do

f(z) = 3*(z+1)*(z-i)^2*(z-1+i)^3
complex_plot(f, (-2, 2), (-2, 2))

See

  
https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2015-12-11-080904-notices-symmetry.sagews


>>
>> (Harald, can you add this book review to the references?  It cites both
>> Sage and its documentation.)
>
>
> FYI, adding references is done via github pull requests at
> https://github.com/sagemath/publications  :-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-edu+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-edu.
>
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to