Dear all,
How to do the following in sage.
Given a sparse integer matrix A. Find a vector v such that A.v=0 (mod m).
In other words, what is equivalent of ModularSolution(A, m) of Magma in
sage?
--
You received this message because you are subscribed to the Google Groups
"sage-support" gr
and k -> K -> L is a tower. I am not able to treat
L as a field.
May be I will look at towers of number field and try to write my own code.
Thanks,
Shashank
On Tuesday, September 4, 2012 2:10:24 PM UTC+5:L is30, sha2nk wrote:
>
> k=GF(2^11);
> K=GF(2^33)
>
> How to see
k=GF(2^11);
K=GF(2^33)
How to see K as a vector space over filed k ? How to form its basis ?
How to construct tower of field extensions ?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to sage-support@googleg
q=7
K.=GF(q^31)
k.GF(q^11)
How can we treat K as a vector space over k? What about the basis of this
vector space ?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com.
To unsubscr