Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Insufficient RAM for computing newforms

Hi,

In a Mac OS X, with a 2.5Ghz processor and 4Gb RAM I ran the following lines in sage:

D=DirichletGroup(20);

g=D[7].extend(1600); #order 4 character

N=Newforms(g,2,names='a')

In two hours the 4Gb were full and it started writing to swap. Is it normal that 4Gb RAM is not enough to perform the above computation? I'm new to sage (and to the forum) but since sage tells me that the space

S=ModularSymbols(g,2,sign=1).cuspidal_subspace().new_submodule()

has dim 34 I was expecting it to be within the powers of my computer.

Thanks, Nuno

click to hide/show revision 2
retagged

Insufficient RAM for computing newforms

Hi,

In a Mac OS X, with a 2.5Ghz processor and 4Gb RAM I ran the following lines in sage:

D=DirichletGroup(20);

g=D[7].extend(1600); #order 4 character

N=Newforms(g,2,names='a')

In two hours the 4Gb were full and it started writing to swap. Is it normal that 4Gb RAM is not enough to perform the above computation? I'm new to sage (and to the forum) but since sage tells me that the space

S=ModularSymbols(g,2,sign=1).cuspidal_subspace().new_submodule()

has dim 34 I was expecting it to be within the powers of my computer.

Thanks, Nuno

Insufficient RAM for computing newforms

Hi,

In a Mac OS X, with a 2.5Ghz processor and 4Gb RAM I ran the following lines in sage:Sage:

D=DirichletGroup(20);

g=D[7].extend(1600); #order

D = DirichletGroup(20)
g = D[7].extend(1600) # order 4 character

N=Newforms(g,2,names='a')

character N = Newforms(g,2,names='a')

In two hours the 4Gb were full and it started writing to swap. Is it normal that 4Gb RAM is not enough to perform the above computation? I'm new to sage Sage (and to the forum) but since sage Sage tells me that the space

S=ModularSymbols(g,2,sign=1).cuspidal_subspace().new_submodule()

S = ModularSymbols(g,2,sign=1).cuspidal_subspace().new_submodule()

has dim 34 I was expecting it to be within the powers of my computer.

Thanks, Nuno Thanks, Nuno

click to hide/show revision 4
retagged

Insufficient RAM for computing newforms

In a Mac OS X, with a 2.5Ghz processor and 4Gb RAM I ran the following lines in Sage:

D = DirichletGroup(20)
g = D[7].extend(1600) # order 4 character
N = Newforms(g,2,names='a')

In two hours the 4Gb were full and it started writing to swap. Is it normal that 4Gb RAM is not enough to perform the above computation? I'm new to Sage (and to the forum) but since Sage tells me that the space

S = ModularSymbols(g,2,sign=1).cuspidal_subspace().new_submodule()

has dim 34 I was expecting it to be within the powers of my computer. Thanks, Nuno