Apologies I meant to post that on lmfdb-support. It has nothing to do with
Sage.
John
On 13 March 2018 at 22:04, Dima Pasechnik wrote:
>
>
> On Tuesday, March 13, 2018 at 4:41:02 PM UTC, John Cremona wrote:
>>
>> From the bug-report spreadsheet:
>>
>> I am a PhD student in Mathematics at Oxfor
On Tuesday, March 13, 2018 at 4:41:02 PM UTC, John Cremona wrote:
>
> From the bug-report spreadsheet:
>
> I am a PhD student in Mathematics at Oxford interested in identifying
> modular forms given their q expansions. To do this it would be useful to
> have a copy of the `webnewforms` collecti
Santanu Sarkar wrote:
> From some data set I plot the attached eps file using Matlab.
> How Can I do same thing using Sage only?
Yes, definitely. You might look at examples of what Sage and the
underlying plotting system, matplotlib, can do. A gallery of examples
is here:
http://matplotlib
On Oct 13, 10:09 am, Santanu Sarkar
wrote:
> From some data set I plot the attached eps file using Matlab.
> How Can I do same thing using Sage only?
Sage uses the extension to determine the file type.
sage: g = plot(x^3-x, (x,2, -2))
sage: g.save("fig.eps")
sage: g.save("fig.pdf")
sage: g.save
Hi!
On Oct 13, 10:27 am, Santanu Sarkar
wrote:
> Suppose we want to plot(y vs x) with data set as follows:
> (.1,1), (.2,3), (.4,5), (.5,6).
> Also we want find plot with two data set as follows:
> (x1,y1), ,(xn,yn) and (x1,y'1),..,(x'n,y'n).
>
> We want to output as .eps fil
On Wed, 5 Aug 2009 17:26:31 +0530
noufal asharaf wrote:
> I am using aceraspire 4710 laptop. Processor is pentium T2080 dual
> core. 1GB RAM with 160GB Hard disk.
> I have tried sage4.1 to install in Mandriva 2008.1 spring version in
> KDE desktop. I have downloaded a binary version of
I am using aceraspire 4710 laptop. Processor is pentium T2080 dual core.
1GB RAM with 160GB Hard disk.
I have tried sage4.1 to install in Mandriva 2008.1 spring version in KDE
desktop. I have downloaded a binary version of sage from the sage
website, one which is suitable for Mandri
noufal wrote:
> i have tried the binary version of sage 4.1 in mandriva 2008 spring
> version but it is not possible to install please help me
>
I'm unlikely personally to be able to help you, but I would suggest you
give as much information as possible. Like your computer, CPU, memory,
exact o
Hi,
On Mon, Aug 3, 2009 at 10:01 PM, noufal wrote:
>
> i have tried the binary version of sage 4.1 in mandriva 2008 spring
> version but it is not possible to install please help me
What's the error message you received? What's your CPU architecture?
Which binary did you use? Was it the 32-bit o
Thank you, I've tested it yesterday and it work very fine!
BN
On 27 Kwi, 03:24, cch wrote:
> We have also made a live Sage DVD (hosted on slax-linux). DVD owns
> Sage-3.4.1, python-2.6 environment, most open-source CAS (Maxima-5.18,
> octave-5.0.5, Scilab-5.1) and gcc/libtool.
> Feel free to do
Thank you, I've tested it yesterday and it work very fine. I will
prepare this Live CD copies, they are quite easy to handle for high
school students.
BN
On 27 Kwi, 03:24, cch wrote:
> We have also made a live Sage DVD (hosted on slax-linux). DVD owns
> Sage-3.4.1, python-2.6 environment, most
We have also made a live Sage DVD (hosted on slax-linux). DVD owns
Sage-3.4.1, python-2.6 environment, most open-source CAS (Maxima-5.18,
octave-5.0.5, Scilab-5.1) and gcc/libtool.
Feel free to download from the following site:
http://diffusion.cgu.edu.tw/ftp/TeXmacs-CAS-py26-Sage.iso
cch
--~-
On Apr 26, 2009, at 12:52 AM, nasqret wrote:
> Great! I've downloaded the iso image to prepare the copies.
> Is it known when the new release will appear ?
If you're talking about 3.4.1, the source is already out.
>
> - Bartosz
>
> On 26 Kwi, 04:08, Robert Bradshaw
> wrote:
>> On Apr 25, 2009,
Great! I've downloaded the iso image to prepare the copies.
Is it known when the new release will appear ?
- Bartosz
On 26 Kwi, 04:08, Robert Bradshaw
wrote:
> On Apr 25, 2009, at 5:51 PM, William Stein wrote:
>
>
>
>
>
>
>
> > 2009/4/25 Bartosz Naskręcki :
> >> Dear Sir,
>
> >> I am writing to
On Apr 25, 2009, at 5:51 PM, William Stein wrote:
>
> 2009/4/25 Bartosz Naskręcki :
>> Dear Sir,
>>
>> I am writing to you as a student of Adam Mickiewicz University,
>> Poznan, Poland since we have in May 25- 29 a huge proscience
>> event. On
>> the Department of Mathematics and Computer Scien
2009/4/25 Bartosz Naskręcki :
> Dear Sir,
>
> I am writing to you as a student of Adam Mickiewicz University,
> Poznan, Poland since we have in May 25- 29 a huge proscience event. On
> the Department of Mathematics and Computer Science we want to promote
> the computational techniques. The presten
sage-3.4-OSX10.4-PowerMacintosh-Darwin.dmg
and it was 354Mb.
David Galant
On Mar 14, 5:18 pm, William Stein wrote:
> On Sat, Mar 14, 2009 at 5:29 AM, davidgal...@gmail.com
>
> wrote:
>
> > When I tried to open sage 3.4 on an iBookG4 (MacOS 10.4.11) I got:
>
> Precisely which .dmg did you downl
On Sat, Mar 14, 2009 at 5:29 AM, davidgal...@gmail.com
wrote:
>
> When I tried to open sage 3.4 on an iBookG4 (MacOS 10.4.11) I got:
Precisely which .dmg did you download? What size was it?
William
>
> Last login: Sat Mar 14 13:34:34 on ttyp1
> Welcome to Darwin!
> iBookG4:~ davidgalant$ /App
On Feb 27, 1:10 pm, Robert Bradshaw
wrote:
> On Feb 27, 2009, at 11:13 AM, Santanu Sarkar wrote:
>
> > Can any one give me implementation of LLL algorithm in C/C++
> > Language?
fpLLL can be downloaded from
http://perso.ens-lyon.fr/damien.stehle/english.html
Sage doe not ship the latest v
On Feb 27, 2009, at 11:13 AM, Santanu Sarkar wrote:
> Can any one give me implementation of LLL algorithm in C/C++
> Language?
All the source code used in Sage is open source, you can download it
and look around. Specifically, all .spkg files are bzipped tars and
can be unpacked. Both par
On 5/29/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
> HI,
>
> Could you implement a way to get a list or dictionary of a symbolic
> expression if it contains only one variable?
>
> sage: g = 6*x^2 - 5
> sage: list(g)
> [6,0,-5]
> sage: dict(g)
> {2:6,1:0,0:-5}
>
> sage: g = 5*x^4 - x + 4
> sage
21 matches
Mail list logo