[sage-support] Re: [GAP] did I install the small groups package incorrectly?

2014-04-07 Thread John H Palmieri
What I suggested installs the small groups package and a few other things, but it looks like it doesn't install the FGA package. To install other packages, install them basically like you said originally (although check the directions for each package): unpack it in /Applications/Sage-6.1.1.a

[sage-support] Re: [GAP] did I install the small groups package incorrectly?

2014-04-07 Thread Will
Hi, I did what you suggested, and it seemed to install the small groups package... However, is that pretty much all it installs? It looks like it only installed the small groups package and something called "tomlib". In particular, it didn't seem to install the "FGA" package for computing with

[sage-support] Re: [GAP] did I install the small groups package incorrectly?

2014-04-07 Thread John H Palmieri
On Monday, April 7, 2014 3:44:40 PM UTC-7, Will wrote: > > Firstly, I'm using a mac (mavericks), and I'm getting the small groups > package from: > http://www.icm.tu-bs.de/ag_algebra/software/small/#small > I think that the recommended way to install the GAP small groups package in Sage is to d

[sage-support] [GAP] did I install the small groups package incorrectly?

2014-04-07 Thread Will
Firstly, I'm using a mac (mavericks), and I'm getting the small groups package from: http://www.icm.tu-bs.de/ag_algebra/software/small/#small It downloads to a tar.gz file while unzips to a folder called "small". I tried putting it in "/Applications/Sage-6.1.1.app/Contents/Resources/sage/local/

Re: [sage-support] SageMath Cloud printing all intermediate input

2014-04-07 Thread William Stein
On Apr 7, 2014 11:45 AM, "Michael Yurko" wrote: > > Thanks for the reply. I'll look into the display hook a bit then. I've been using SMC for a few days now and have been very impressed. I guess this is the first "regression" that I have encountered. > Thanks!! This was an on-purpose design decis

Re: [sage-support] Cayley graph of PGL(2,q)

2014-04-07 Thread Oren Becker
My steps created matrices. The group PGL is implemented as a group of permutations. I can make my question more accurate: I have a (symmetric) set of 2x2 matrices S over Fq. How can I find the spectrum of the Cayley graph of PGL(2,q) with respect to the set of generators S? On Monday, April

Re: [sage-support] SageMath Cloud printing all intermediate input

2014-04-07 Thread Michael Yurko
Thanks for the reply. I'll look into the display hook a bit then. I've been using SMC for a few days now and have been very impressed. I guess this is the first "regression" that I have encountered. -- You received this message because you are subscribed to the Google Groups "sage-support" gro

Re: [sage-support] Cayley graph of PGL(2,q)

2014-04-07 Thread David Joyner
On Mon, Apr 7, 2014 at 11:36 AM, Oren Becker wrote: > I would like to compute the spectrum of a certain Cayley graph on PGL(2,q), > for a certain prime power q. > > I created the generators of the graph as elements of GL(2,q). > Why don't you redo your steps but change this step to use PGL inste

[sage-support] Re: How to consider a field extension as a field and not just a ring?

2014-04-07 Thread Maarten Derickx
You should use on of the following two commands: A1.=FFpr.quotient(ep) A1.=PolynomialQuotientRing(FFpr,ep) Le lundi 7 avril 2014 16:33:00 UTC+2, Irene a écrit : > > I am programming an example about elliptic curves but I need to define a > couple of field extensions to make there some operatio

Re: [sage-support] SageMath Cloud printing all intermediate input

2014-04-07 Thread kcrisman
On Monday, April 7, 2014 12:16:58 PM UTC-4, William wrote: > > On Sun, Apr 6, 2014 at 11:36 PM, Michael Yurko > > > wrote: > > I've recently started using sagemath cloud as opposed to a local > instance of the notebook. One big difference I've noticed is that in the > cloud version, all inte

Re: [sage-support] SageMath Cloud printing all intermediate input

2014-04-07 Thread William Stein
On Sun, Apr 6, 2014 at 11:36 PM, Michael Yurko wrote: > I've recently started using sagemath cloud as opposed to a local instance of > the notebook. One big difference I've noticed is that in the cloud version, > all intermediate output is being printed. However, this is quite annooying > when

[sage-support] Cayley graph of PGL(2,q)

2014-04-07 Thread Oren Becker
I would like to compute the spectrum of a certain Cayley graph on PGL(2,q), for a certain prime power q. I created the generators of the graph as elements of GL(2,q). Now, how do I get the spectrum of the Cayley graph on PGL(2,q)? I thought to first create the Cayley graph using PGL.cayley_grap

Re: [sage-support] find Nth prime with Sage

2014-04-07 Thread Szabolcs Horvát
Than you for the responses William and Andrew. William's idea does sound reasonable, I assumed Mathematica does something similar. The reason I needed this functionality was actually to verify something I computed using Mathematica (for my peace of mind). For now I will look at the primecount

[sage-support] SageMath Cloud printing all intermediate input

2014-04-07 Thread Michael Yurko
I've recently started using sagemath cloud as opposed to a local instance of the notebook. One big difference I've noticed is that in the cloud version, all intermediate output is being printed. However, this is quite annooying when trying to make a plot with matplotlib since writing something l

[sage-support] How to consider a field extension as a field and not just a ring?

2014-04-07 Thread Irene
I am programming an example about elliptic curves but I need to define a couple of field extensions to make there some operations and Sage consider them as rings, then it doesn't allow me to compute divisions. What can I do? Here is the code: p=371 Fp=GF(p) E=EllipticCurve([Fp(3),Fp(5)]) j=E

Re: [sage-support] Re: pretty print question

2014-04-07 Thread P Purkayastha
On Mon 07 Apr 2014 03:34:40 PM SGT, P Purkayastha wrote: It depends on how Sage presents the latex in the HTML code. Mathjax does not parse all latex code. It only parses those that are in a special or . One way to get Sage to pass on the latex within the specific or is to make the string a "

Re: [sage-support] Re: pretty print question

2014-04-07 Thread P Purkayastha
It depends on how Sage presents the latex in the HTML code. Mathjax does not parse all latex code. It only parses those that are in a special or . One way to get Sage to pass on the latex within the specific or is to make the string a "LatexExpr" string. On Mon 07 Apr 2014 03:07:06 PM SG

[sage-support] Re: pretty print question

2014-04-07 Thread Dominique Laurain
I don't know so much about cell display in SAGE cloud...but I guess... there are step s: 1. cell content in ASCII raw text is processed by Tex 2. tex content is then displayed by Mathjax I am sure about Mathjax because I can mouse right button click on the displayed matrix in my browser (curr