[sage-support] Re: Embed Cells

2013-04-19 Thread Jason Grout
On 4/18/13 11:33 PM, Juan Grados wrote: Dears members, I like use the SAGE to embed any code (example below). But I want linked two cells using this https://github.com/sagemath/sagecell/blob/master/doc/embedding.rst#linked-cells instruction but this not work. How I will be able to fix this?.

[sage-support] Re: Sage+TeX for Windows dummies

2013-04-19 Thread LRN
OK, thank you for your suggestions. Eventually i ended up setting up Debian in a VM, installing Sage, texlive, TeXWorks, and hooking it up to SageTeX. I have a problem though: TeXWorks does not run Sage automatically. There seems to be a way to run Sage from TeXShop, but TeXShop is not available

[sage-support] Re: Group action

2013-04-19 Thread Simon King
Hi Johannes, On 2013-04-18, Johannes dajo.m...@web.de wrote: Hi guys, I have the following setting: Given a finite subgroup G of GL_\C(n) of order k, acting on C[x_1,...,x_n] by multiplication with (potenz of a ) k-th root of unity. What is the best way, to translate this setting to sage?

Re: [sage-support] Re: Sage+TeX for Windows dummies

2013-04-19 Thread Dan Drake
On Fri, 19 Apr 2013 at 05:47AM -0700, LRN wrote: Eventually i ended up setting up Debian in a VM, installing Sage, texlive, TeXWorks, and hooking it up to SageTeX. I have a problem though: TeXWorks does not run Sage automatically. There seems to be a way to run Sage from TeXShop, but TeXShop

Re: [sage-support] Re: Embed Cells

2013-04-19 Thread Juan Grados
Thanks by your reply, I trying, but yet not work. $(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', linked: true, evalButtonText: 'Evaluate'}); }); /script div

[sage-support] Re: Embed Cells

2013-04-19 Thread Jason Grout
On 4/19/13 12:07 PM, Juan Grados wrote: Thanks by your reply, I trying, but yet not work. $(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', linked: true,

Re: [sage-support] Re: Sage+TeX for Windows dummies

2013-04-19 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19.04.2013 20:01, Dan Drake wrote: On Fri, 19 Apr 2013 at 05:47AM -0700, LRN wrote: Eventually i ended up setting up Debian in a VM, installing Sage, texlive, TeXWorks, and hooking it up to SageTeX. I have a problem though: TeXWorks does not

Re: [sage-support] Re: Embed Cells

2013-04-19 Thread Juan Grados
I am trying put this in my entry blog the complete code in the blogger editor is below. The website is http://juaninf.blogspot.com.br/2013/04/function-make-div-with-id-mycell-sage.html script src=http://sagecell.sagemath.org/static/jquery.min.js /script script

Re: [sage-support] Re: Embed Cells

2013-04-19 Thread Juan Grados
Dear Jason, I get, the problem is that code $(function () { ... must be before head tag. Thanks by your attention 2013/4/19 Juan Grados juan...@gmail.com I am trying put this in my entry blog the complete code in the blogger editor is below. The website is

[sage-support] Re: Problem installing python module to sage in Mac OSX 10.4

2013-04-19 Thread mcl
El jueves, 18 de abril de 2013 22:11:56 UTC-5, kcrisman escribió: We have much more recent binaries for PPC machines on 10.4, but you are right that we don't have a buildbot for making binaries on a 10.4 Intel box. Actually, you should be able to build Sage from source if you have gcc, as

Re: [sage-support] Re: Embed Cells

2013-04-19 Thread Juan Grados
Dears members, Now I get other problem When I trying div class=compute1 script type=text/x-sage m = 4; K_.a = GF(2); F.a = GF(2^m,modulus=a^4+a+1);#creado el campo donde vivirá el código I get ValueError: Modulus parameter not understood. 2013/4/19 Juan Grados juan...@gmail.com Dear Jason,