[sage-edu] sage intro videos

2010-03-05 Thread David Joyner
Hi: Jose Unpingco has just posted another of his Sage videos to showmedo: http://showmedo.com/videotutorials/series?name=QZ0PAxn60 - David -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-...@googlegroups.c

[sage-edu] Re: interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread mhampton
I suppose you could generate what you want as a string, and then just copy and paste it in, but that's pretty crude. I.e. something like: n = 20 input = '' for i in range(n): input = input + 'x'+str(i)+'='+str(i) if ihttp://groups.google.com/group/sage-edu?hl=en.

[sage-edu] Re: interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread Jason Grout
On 03/05/2010 06:18 AM, David Joyner wrote: I don't know, but I'm ccing sage-support just in case someone there knows. On Fri, Mar 5, 2010 at 1:16 AM, marius_darie wrote: Dear all, How to use loop for iteration to draw many inputbox (interact). I do not want use input_grid because just one l

Re: [sage-edu] interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread David Joyner
I don't know, but I'm ccing sage-support just in case someone there knows. On Fri, Mar 5, 2010 at 1:16 AM, marius_darie wrote: > Dear all, > > How to use loop for iteration to draw many inputbox (interact). > I do not want use input_grid because just one label is accepted for > entirely group. >

Re: [sage-edu] Re: interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread yujia chiu
Sorry for that. I forgot to change the subject :P On 5 March 2010 13:07, marius_darie wrote: > I suggest you to open a new post for this subject > Marius Darie > > On Mar 5, 1:35 pm, yujia chiu wrote: > > Dear all, > > > > I tried to compute the logarithm of b based a in a finite field. But it

[sage-edu] Re: interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread marius_darie
I suggest you to open a new post for this subject Marius Darie On Mar 5, 1:35 pm, yujia chiu wrote: > Dear all, > > I tried to compute the logarithm of b based a in a finite field. But it > seemed that the b.log(a) command in sage only works when a generates the > multiplicative group of the fini

Re: [sage-edu] interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread yujia chiu
Dear all, I tried to compute the logarithm of b based a in a finite field. But it seemed that the b.log(a) command in sage only works when a generates the multiplicative group of the finite field. Could you please tell me how to solve this problem? Thanks in advance. -- Kind Regards, Yujia Qiu

[sage-edu] interact - how to use loop for iteration to draw many inputbox

2010-03-05 Thread marius_darie
Dear all, How to use loop for iteration to draw many inputbox (interact). I do not want use input_grid because just one label is accepted for entirely group. Thank you, Marius Darie -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this g