Ask Your Question

pipedream's profile - activity

2020-04-29 15:51:45 +0200 received badge  Teacher (source)
2014-12-10 11:40:25 +0200 commented answer Cannot allocate memory?

Also in the meantime consider rstudio as a frontend to R.

sudo apt-add-repository -y ppa:aims/aims-desktop sudo apt-get update sudo apt-get -y install rstudio-upstream-deb

2014-12-10 10:46:48 +0200 answered a question Cannot allocate memory?

Hi

Thank you for reporting this.

I maintain the PPA. PPAs do not keep older versions like the Ubuntu archives. I can rebuild 6.2, but let's first try to fix the problem. I am unable to reproduce this in any of the following

notebook: %r, 1+1;
notebook: evaluate as r, 1+1;
bash prompt: sage --r: 1+1;
sage prompt: %r, 1+1;
sage prompt: %r, install.packages("test");

If you have an immediate need, all I can see is this old source: http://sagemath.org/src-old/sage-6.1.... which you will have to compile.

2013-12-27 09:23:03 +0200 answered a question does ubuntu ppa update 32-bit version ??

Hi

I maintain the PPA. As sagemath.org no longer provides Ubuntu 12.04 32bit binaries, I no longer repackage 32bit. I hope that is fixed over the next few months.

In the meantime, get a binary for 13.04 on sagemath.org, or build from source.

Regards, Jan

2012-03-18 10:36:34 +0200 answered a question How to load and use a PARI/GP script in Sage notebook?

Hi

This works for me in sage4.8

I put this in one cell and choose gp at the top of the worksheet:

\r /home/jan/Downloads/tate_via_nets.gp e = ellinit([0,0,0,4,0]*Mod(1,5)) P1= [2,4] P2=[1,0] tate_pairing_alg(e, P1, P2, 4)

The answer is

Mod(4, 5)