[sage-support] Re: Linear Algebra QuickRef

2009-05-20 Thread jason-sage
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

[sage-support] Re: [sage-edu] 3d tubes in SAGE

2009-05-07 Thread jason-sage
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

[sage-support] Re: Sage doctest randomness

2008-10-10 Thread jason-sage
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