[sage-support] Re: In terms of graphing, how to associate x with each member of a sequence?

2016-03-26 Thread Jörg-Volker Peetz
If the x and y are given as two lists you could command sage: list_plot(zip(x, y), plotjoined=True) Regards, jvp. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email

[sage-support] Re: about vector subspace

2016-03-26 Thread Simon King
Hi Alexandr, On 2016-03-26, Александр Шевченко wrote: > I have next problem, when I write next strings. > > V = VectorSpace(F,n)S = V.subspace(basis) > > > but basis!=S.basis() > > However, I need to basis has not changed. Do you know "tab completion"? It is rather practical. If you start to ty

[sage-support] Re: about vector subspace

2016-03-26 Thread John H Palmieri
On Saturday, March 26, 2016 at 7:13:57 AM UTC-7, Александр Шевченко wrote: > > Hello. > > I have next problem, when I write next strings. > > V = VectorSpace(F,n)S = V.subspace(basis) > > Does "S = V.subspace_with_basis(basis)" do what you want? -- John -- You received this message because y

Re: [sage-support] Help needed with getting PARI/GP residue fields in Sage finite field form

2016-03-26 Thread David Loeffler
PS: In your example, the order generated by the element b = 3033120361/143075599831793664*a^4 + 1953773/876688724459520*a^3 + 53/38811740405760*a^2 + 1/3158507520*a is actually locally maximal at 7, so you can compute all the primes above 7 and the residue maps for this order just by computing th

Re: [sage-support] Help needed with getting PARI/GP residue fields in Sage finite field form

2016-03-26 Thread David Loeffler
Dear Misja, What I had in mind was something like this. Given some monstrous number field K with enormous discriminant, and some small prime p, you can ask Sage for a p-maximal order and it'll find one reasonably quickly, as you know. All I was saying is that if the resulting order O is of the fo

[sage-support] about vector subspace

2016-03-26 Thread Александр Шевченко
Hello. I have next problem, when I write next strings. V = VectorSpace(F,n)S = V.subspace(basis) but basis!=S.basis() However, I need to basis has not changed. Can this be carried out? Could you help me? Thank you in advance for your help. Best regards, Aleksandr. -- You received this messa