Re: [sage-support] Re: Cholesky for sparse matrix

2012-11-01 Thread Raniere Gaia Silva
Dima, I never work with CHOLMOD cvxopt directily, but if there is any thing that I can do to help you to get sparse Cholesky implemented for non-exact sparse Sage matrices just say. Raniere On Thu, Nov 1, 2012 at 3:01 AM, Jason Grout wrote: > On 10/31/12 11:53 PM, Dima Pasechnik wrote: > > Sho

Re: [sage-support] Re: Cholesky for sparse matrix

2012-10-30 Thread Raniere Gaia Silva
Thanks all reply. I really like to make a little improve to Sage can handle the sparse matrix. Should I open a ticket? Raniere -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com.

[sage-support] Cholesky for sparse matrix

2012-10-29 Thread Raniere Gaia Silva
Hi, I need to performe a (numerical) cholesky factorization of a sparse matrix (20x20) but I'm getting a error. I look at this thread https://groups.google.com/forum/?fromgroups=#!searchin/sage-devel/cholesky/sage-devel/AW4pmKx49H4/7iuet3rWYQgJ but it didn't help very much (and is a little old). B

Re: [sage-support] SAGE install Error on Linux Mint 13

2012-10-13 Thread Raniere Gaia Silva
Brad, you can download a pre-compiled version of Sage for UBUNTU and I think it will work without problem. Raniere On Sat, Oct 13, 2012 at 6:22 PM, Brad Owens wrote: > > Greetings Experts: > > I have recently become a Linux user, I > have attempted to install Sa

[sage-support] Fwd: Bug with two Latex().eval() in Sage Notebook

2012-04-05 Thread Raniere Gaia Silva
Hello, I was trying to use Latex().eval() more than once on a Sage Notebook cell and notice that *SOME TIMES* the output was in a different order of the commands. Below you can see the bug. [image: Inline image 1] And after evaluate the cell again the bug "is correct" as show below.[image: Inline

Re: [sage-support] Re: Cross-reference in LaTeX

2012-03-28 Thread Raniere Gaia Silva
Jason, thanks for the tip. It work. You will open a trac for it? I can do it? Thanks, Raniere Gaia -- 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 a

Re: [sage-support] Re: Cross-reference in LaTeX

2012-03-28 Thread Raniere Gaia Silva
Jason, Before I send the email I already evaluate (i.e., latex) the cell at least twice but the cross-references don't work, IMHO, the Sage don't keep all the files create when evaluate the cell and because of it the cross-references don't work. I try to fix it in misc/latex.py but have success. R

Re: [sage-support] Re: Cross-reference in LaTeX

2012-03-28 Thread Raniere Gaia Silva
Thanks for the answer. -- 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://groups.google.com/group/sage-support URL: http://www.sagemath.org

[sage-support] Cross-reference in LaTeX

2012-03-27 Thread Raniere Gaia Silva
Hello, I try to make a cross-reference inside a notebook cell and have no success. I like to ask if anyone know how to do that? As example I use {{{ %latex Test equation: \begin{equation} x^2 + y^2 = 2^2 \label{eq:cir} \end{equation} Test cross-reference: \eqref{eq:cir}. }}} Thanks, Ranie

Re: [sage-support] Sage Notebook - Data menu to upload images and other files

2012-03-19 Thread Raniere Gaia Silva
Harald and William, Thanks for the answer. Raniere Gaia Costa da Silva -- 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://groups.google.com/gr

[sage-support] Sage Notebook - Data menu to upload images and other files

2012-03-19 Thread Raniere Gaia Silva
Hello all, I try to upload a octave script and a cython file using the Data menu to upload images and other files. Sage Notebook create the file but I can't edit than. (Sage and python script work fine and I don't try any image.) I would like to know if it's a bug, feature not implement or impossib

Re: [sage-support] Vehicle routing problems in sage

2012-03-16 Thread Raniere Gaia Silva
Chris, Sage has a class name 'Mixed integer linear programming' for modeling MIPs and class for LP Solver backends like Co-in, CPLEX, GLPK and Gurobi. At the moment I haven't know any sage class only for vehicle routing problem. Raniere Gaia Costa da Silva -- To post to this group, send email to

[sage-support] How remove attached file?

2012-03-05 Thread Raniere Gaia Silva
Hello all, I'm starting use Sage last week and I'm having some problem to remove some file from attached_files list. Below you can see what I try. -- | Sage Version 4.8, Release Date: 2012-01-20 | | Type no