Re: [sage-support] makestatic.py doesn't work?

2013-10-06 Thread Iwao Kimura
does, but is hard to see. If it is a feature of makestatic.py, it's better if it is documented. Best Regards. On Fri, Oct 4, 2013 at 12:43 AM, Dan Drake wrote: > On Thu, 03 Oct 2013 at 02:03PM +0900, Iwao Kimura wrote: >> I'm testing some features of SageTeX. >> I found m

[sage-support] makestatic.py doesn't work?

2013-10-02 Thread Iwao Kimura
'm using pyparsing.py which comes from ~/sage-5.6-linux-64bit-ubuntu_12.04.1_lts-x86_64-Linux/local/lib/python2.7/site-packages/matplotlib/pyparsing.py The version string of pyparsing.py says __version__ = "1.5.0" __versionTime__ = "28 May 2008 10:05" Any ideas? Best regards.

[sage-support] gauss_sum() core dump

2012-05-31 Thread Iwao Kimura
() works fine. regards. -- --- Iwao KIMURA Dept. Math., U. of Toyama, Toyama, Japan. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://grou

Re: [sage-support] How to reinitialize a generator.

2011-01-09 Thread Iwao Kimura
scribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- --- Iwao KIMURA Dept. Math., University of Toyama, Japan. -- To post to

[sage-support] defect: D. Simon's 2-descent

2011-01-04 Thread Iwao Kimura
I'm not a specialist in these topics, am greatly appreciate your help. best regards. -- Forwarded message -- From: Date: 2011/1/5 To: Iwao Kimura Bug-report: Simon's two-descent alg. this algorithm does return bounds on the rank of Mordell-Weil group, and a list of inde

Re: [sage-support] identity_matrix(103).det() fails?

2010-12-29 Thread Iwao Kimura
't support one of the SSE instructions that atlas was > compiled with. I'd bet that if you compile Sage from sources on your machine > then it'll work. > -- --- Iwao KIMURA Dept. Math., University of Toyama, Japan. -- To post to this group, send email to sage-support@go

Re: [sage-support] cant explain this behavior - simple aritmethics / extended euclidean algorithm

2010-12-28 Thread Iwao Kimura
print "tlist:  " + str(tlist) >>         d =  gcd(tlist) >>         print "d: " + str(gcd(tlist)) >> >>         #calculate part decomp >>         u, v = extgcd([l[0],d]) >>         #calculate rest >>         ttlist = extgcd(tlist) >&g

Re: [sage-support] identity_matrix(103).det() fails?

2010-12-28 Thread Iwao Kimura
port@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- --- Iwao KIMURA Dept. Math., University of T

Re: [sage-support] identity_matrix(103).det() fails?

2010-12-28 Thread Iwao Kimura
. On Tue, Dec 28, 2010 at 5:19 PM, Dan Drake wrote: > On Tue, 28 Dec 2010 at 03:41PM +0900, Iwao Kimura wrote: >> On Save v4.6, (Ubuntu 10.04, 64bit), I found that >> {{{ >> p = 103; identity_matrix(p).det() >> Traceback (most recent call last): > > Hrm, that w

[sage-support] identity_matrix(103).det() fails?

2010-12-27 Thread Iwao Kimura
nse.c:24877) RuntimeError }}} When p is 101, it works fine. If I specify the algorithm as 'ntl' or 'pari', it works. {{{ p = 103; identity_matrix(p).det(algorithm='ntl') 1 }}} Best regards. -- --- Iwao KIMURA Dept. Math., University of Toyama, Japan. --