[sage-support] Sage not finding Gambit's command line tools

2014-06-11 Thread James Campbell
Hi, I'm trying to get Gambit http://gambit.sourceforge.net/ working as an external package. I followed through the steps about packaging third party http://www.sagemath.org/doc/developer/packaging.html code and I'm now at the stage where running ``import gambit`` within sage does not raise any

[sage-support] Re: How to plot output of solve()?

2014-06-11 Thread Андрей Ширшов
To be honest it was just screenshot... Picpick on windows 7 or shutter on Linux. среда, 11 июня 2014 г., 6:54:40 UTC+4 пользователь David Ingerman написал: How did you get the .png picture? SageMath Cloud gives .svg files as output... On Tuesday, June 10, 2014 3:12:07 AM UTC-7, Андрей

[sage-support] Importing data from the online L-functions and modular forms database

2014-06-11 Thread Andreas Holmstrom
I would like to import (into my SageMathCloud notebook) files like this: http://www.lmfdb.org/L/EllipticCurve/Q/11.a/?download=lcalcfile (For now I am interested in importing just a single file, not all the lcalcfiles in the database!) Preferably I would like to write something like this:

[sage-support] Elliptic Curves over finite Fields of primepowers

2014-06-11 Thread Shalec
Hi, I would like to set up an elliptic curve over a Field F_{p^n} for any prime p. Is there a way to do so? My suggestion is to setup an verifying algorithm for Elliptic Curves by Washington and the Theorem of Hasse. Therefor I would like to calc the Order of any elliptic curve over finite

[sage-support] Sage not finding external package Gambit's command line tools

2014-06-11 Thread James Campbell
Hi I've been trying to get Gambit working as an external package in sage. I worked through the guidance on installing third-party packages and am at the stage where running ``import gambit`` within sage doesn't raise any errors. I have access to almost all of Gambits functionality apart from a

[sage-support] Re: Importing data from the online L-functions and modular forms database

2014-06-11 Thread Harald Schilly
There is a lmfdb mailing list: https://groups.google.com/forum/#!forum/lmdb - maybe you should ask there. Unfortunately, lcalc has no standard format. I once talked to Mike Rubinstein about this and suggested him to use yaml for the file format. Don't know if anything in that direction

Re: [sage-support] Elliptic Curves over finite Fields of primepowers

2014-06-11 Thread John Cremona
On 9 June 2014 16:03, Shalec christopher.sch...@gmail.com wrote: Hi, I would like to set up an elliptic curve over a Field F_{p^n} for any prime p. Is there a way to do so? My suggestion is to setup an verifying algorithm for Elliptic Curves by Washington and the Theorem of Hasse. Therefor I

[sage-support] Re: Sage not finding Gambit's command line tools

2014-06-11 Thread Dima Pasechnik
On 2014-06-09, James Campbell james.campb...@tanti.org.uk wrote: Hi, I'm trying to get Gambit http://gambit.sourceforge.net/ working as an external package. I followed through the steps about packaging third party http://www.sagemath.org/doc/developer/packaging.html code and I'm now at

[sage-support] Re: Solve for a function defined in a file?

2014-06-11 Thread Dima Pasechnik
On 2014-06-10, David Ingerman daviddavif...@gmail.com wrote: How to solve([f(x)==0],x) for a function f(x) defined in a .sage file? The error message: TypeError: Cannot evaluate symbolic expression to a numeric value. what is f(x) ? solve() won't work for a Python function, it needs a

[sage-support] Re: Sage not finding Gambit's command line tools

2014-06-11 Thread leif
James Campbell wrote: Hi, I'm trying to get Gambit http://gambit.sourceforge.net/ working as an external package. I followed through the steps about packaging third party http://www.sagemath.org/doc/developer/packaging.html code and I'm now at the stage where running ``import gambit`` within

[sage-support] How to inspect the existence and install a python package in the cloud

2014-06-11 Thread Hansen Chen
I would like to do the following. 1) Inspect the python packages that are already in the cloud.sagemath. 2) Install new python packages that are not in cloud.sagemath. 4) I tried in the command terminal the following python command to install a package called gensim. $ easy_install -U gensim

[sage-support] Re: How to inspect the existence and install a python package in the cloud

2014-06-11 Thread Hansen Chen
I have found the answers to questions 2) and 3) in cloud.sagemath FAQ https://github.com/sagemath/cloud/wiki/FAQ#own-ipython regarding downloading from PyPi. Sorry for not checking FAQ more thoroughly before posting. I am new to SAGE. Question 1) still remains as to how to check whether a

[sage-support] Re: How to inspect the existence and install a python package in the cloud

2014-06-11 Thread leif
Hansen Chen wrote: I have found the answers to questions 2) and 3) in cloud.sagemath FAQ https://github.com/sagemath/cloud/wiki/FAQ#own-ipython regarding downloading from PyPi. Sorry for not checking FAQ more thoroughly before posting. I am new to SAGE. Question 1) still remains as to how to

Re: [sage-support] Re: How to inspect the existence and install a python package in the cloud

2014-06-11 Thread William Stein
On Wed, Jun 11, 2014 at 11:29 AM, leif not.rea...@online.de wrote: Hansen Chen wrote: I have found the answers to questions 2) and 3) in cloud.sagemath FAQ https://github.com/sagemath/cloud/wiki/FAQ#own-ipython regarding downloading from PyPi. Sorry for not checking FAQ more thoroughly

[sage-support] Is the only option to run Matlab .m files in Sage through Octave?

2014-06-11 Thread Hansen Chen
Question as in the title. -- 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 to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [sage-support] Is the only option to run Matlab .m files in Sage through Octave?

2014-06-11 Thread Ivan Andrus
There is also an interface to Matlab (you need a license of course). http://www.sagemath.org/doc/reference/interfaces/sage/interfaces/matlab.html -Ivan On Jun 11, 2014, at 3:39 PM, Hansen Chen hansench...@gmail.com wrote: Question as in the title. -- You received this message because you