ok
I tested your solution
but I don't know how to interpret this string
like "R(5)=267;R(6)=321,..."etc to populate the vector R
On 5 mar., 16:20, mhampton wrote:
> 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. some
Thank you for answer
I wish populate a vector using @interact with dimension previous
"cell" given also by @interact
and wish each input box having its label.
I am baby in python.
I arrived here through CAS -> Maxima -> Sage
Thank you,
Marius Darie
On 5 mar., 16:20, mhampton wrote:
> I suppose
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.
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
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
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