Hi,
In Sage 5.0, I'm getting the following strange behavior with sparse
matrices. As they should, the following two methods produce the same
cyclic permutation matrix:
sage> A = matrix(QQ,5,{(j,mod(j+1,5)):1 for j in range(5)}); A
[0 1 0 0 0]
[0 0 1 0 0]
[0 0 0 1 0]
[0 0 0 0 1]
[1 0 0 0 0]
sage
I did the update. Presumably this is to save
memory, but it would be nice if this could be a global option somehow.
Thanks!
Jon
On Mar 31, 4:05 pm, jtyard wrote:
> Thanks guys. I was definitely using hg_sagenb.apply() and not
> hg_sagenb.commit(), so I am not sure why it was asking me to
will play with it some more tonight and see if
I can get somewhere.
Jon
On Mar 31, 3:13 pm, "Dr. David Kirkby"
wrote:
> On 03/31/11 05:32 PM, jtyard wrote:
>
>
>
>
>
>
>
>
>
> > Hi Jonathan,
>
> > Thanks for your reply. I tried last night to
es on my test server:
> http:///141.233.197.45:. I could really use some comments on how
> it works.
>
> Thanks,
> Jonathan
>
> On Mar 30, 12:02 am, jtyard wrote:
>
>
>
>
>
>
>
> > I am having issues with sage notebooks that contain more than fiv
I am having issues with sage notebooks that contain more than five
instances of the Jmol viewer. In short, if I create a notebook with
more than 5 Jmol viewers, save, then reload it, I get an unresponsive
script error in Firefox, Safari and Chrome. I've done some peeking
around on the trac serve
t;
> Dmitrii
>
> On Mar 23, 7:07 am, jtyard wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I'm unable to successfully build sage 4.6.2 from source on OS X
> > 10.6.7. Everything in the build seems to work fine until the very
> > end. Here is
s?) issue due to this?
>
> What is 10.6.7 ? It seems that the latest is 10.6.6, no?
>
> And finally, which version of Xcode are you using?
>
> Dmitrii
>
> On Mar 23, 7:07 am, jtyard wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I'm unable to su
.|
--
---
OSError Traceback (most recent call
last)
/Volumes/Extra/jtyard/sage-4.6.2/local/lib/python2.6/site-packages/
IPython/ipmaker.pyc in
;tee -a dochtml.log"
sphinx-build -b html -d /Volumes/Extra/jtyard/sage-4.6.2/devel/sage/
doc/output/doctrees/en/a_tour_of_sage/Volumes/Extra/jtyard/
sage-4.6.2/devel/sage/doc/en/a_tour_of_sage /Volumes/Extra/jtyard/
sage-4.6.2/devel/sage/doc/output/html/en/a_tour_of_sage
Traceback (most rec
Hi,
I'm running sage 4.6.1 and cannot use plot after loading mpmath.
Namely, running
> from mpmath import *
> plot(lambda t: sin(2*pi*t), [1, 4])
produces no output in the notebook. I'm loading mpmath because I need
to make plots of theta functions, and the page
http://mpmath.googlecode.com/sv
ns/.DefaultT
eX/Contents/Man:/usr/X11/man
READLINE=readline-6.1
JINJA2=jinja2-2.5.5
SAGE_LOGS=/Users/jtyard/test/sage-4.6.1/spkg/logs
PEXPECT=pexpect-2.0.p4
F2C=f2c-20070816.p2
TERM_PROGRAM=Apple_Terminal
MATPLOTLIB=matplotlib-1.0.0.p0
G2RED=genus2reduction-0.3.p8
LIBM4RI=libm4ri-20100701.p1
SAGE_BZIP2=b
Thanks Georg,
Before I posted my question, I had tried an earlier build with
SAGE64="yes", but (of course) that didn't work and I received the same
error that I posted. Then I had set SAGE64="no", tried again and got
the same error. I then ran "make clean" and got the same error. I
even reboote
12 matches
Mail list logo