matrix89 wrote:
> Hello Jason,
>
> I would like to get some help on usng sagetex in my Mac.
> I have TexShop, and am trying to run example.tex from CTAN.
> So far I was able to create example.sage, but I am stuck there.
> I don't know how to run that file to get sout file.
> Any advice will be app
Rado wrote:
> Hello,
>
> To test the 3D plotting abilities of sage, I tried to implement some
> basic tube plotting like the ones here
> http://facstaff.unca.edu/mcmcclur/java/LiveMathematica/tubes.html
> (mathematica handles those beautifully).
>
> The code is nice and short and I think the prett
Ryan Hinton wrote:
> Jason,
>
> I saw a suggestion recently on the sage list to set the random seed at
> the beginning of each doctest so previously "random" outputs could be
> tested. I'm writing some 'pick a random member from this (very large)
> set' routines, so I could use this functional