Re: [sage-support] "sagesilent" block in a "newcommand" macro

2012-01-16 Thread Dan Drake
On Mon, 16 Jan 2012 at 03:10AM -0800, jplab wrote: > But since I'm a lazy guy, I want tex to do the work for me. That's why > I thought of a tex command that would: > > 1) take all the needed arguments; > 2) run a sagesilent block; > 3) include the produced tikz picture (produced in the sagesilent

[sage-support] Re: plots in 3d are not published?

2012-01-16 Thread Jason Grout
On 1/14/12 5:55 PM, David wrote: It does appear that this may be a misconfiguration of sagenb.org. In addition to the canterbury site, I've published a worksheet with jmol plots on our internal server, v. 4.6, and it works fine. When I try to do it at sagenb.org, my javascript console complains t

Re: [sage-support] Re: Problem building sage-4.7.2

2012-01-16 Thread Prof. Dr. Ulrich Tipp
Hello, I downloaded the readline-6.2.p3 and now the build goes through. Thank you very much. Ulrich -- 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

[sage-support] [ANN] global constrained optimization solver with discrete variables and specifiable accuracy

2012-01-16 Thread dmitrey
hi all, I've done support of discrete variables for interalg (http:// openopt.org/interalg) - free (license: BSD) global optimization solver with specifiable accuracy, you can take a look at an example here: http://trac.openopt.org/openopt/browser/PythonPackages/FuncDesigner/FuncDesigner/examples/e

Re: [sage-support] Problem building sage-4.7.2

2012-01-16 Thread Jeroen Demeyer
To be more precise: use the 4.8 release candidate sage-4.8.rc0 source tarball: http://boxen.math.washington.edu/home/release/sage-4.8.rc0/sage-4.8.rc0.tar Please let us know whether this fixes your problem. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe fro

Re: [sage-support] Factors of an integer

2012-01-16 Thread Renan Birck Pinheiro
2012/1/16 Santanu Sarkar > Is there any function in Sage by which I can get the > number of prime factors, number of factors of a > positive ineger? > > If I understand you correctly: sage: factor(372) 2^2 * 3 * 31 One can get the number of factors by using 'len' on the result of this or in tu

[sage-support] Factors of an integer

2012-01-16 Thread Santanu Sarkar
Is there any function in Sage by which I can get the number of prime factors, number of factors of a positive ineger? -- 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, v

[sage-support] "sagesilent" block in a "newcommand" macro

2012-01-16 Thread jplab
Hi everyone, I would like to include some nice tikz pictures of polytopes generated by sage (see http://trac.sagemath.org/sage_trac/ticket/12083 for the ticket.) in a tex file. But since I'm a lazy guy, I want tex to do the work for me. That's why I thought of a tex command that would: 1) take a