[sage-support] Re: How to find out lisp symbol values using de_solve_Laplace in Sage

2009-12-16 Thread jari-pekka.iko...@kolumbus.fi
Hi, Ok, to solve, say, 253th order system of differential equations with many functions one can simply write: y=function('y',x) y1=diff(y,x,1) y2=diff(y1,x,2) y3=diff(y2,x,3) ... y253=diff(y252,x,253) z=function('z',x) z1=diff(z,x,1) z2=diff(z1,x,2) z3=diff(z2,x,3) ... z253=diff(z252,x,253) etc.

[sage-support] Re: How to find out lisp symbol values using de_solve_Laplace in Sage

2009-12-16 Thread ma...@mendelu.cz
On 16 pro, 11:54, "jari-pekka.iko...@kolumbus.fi" wrote: > But, If I understood correctly, Sage can not call Maxima with several > simultaneous differential equations. To solve this case one should try > to collect information from several separate differential > > equations in Sage (???). As I

[sage-support] Re: How to find out lisp symbol values using de_solve_Laplace in Sage

2009-12-16 Thread Jason Grout
Jari-Pekka Ikonen wrote: > Hello, > > > > I wrote in Sage: > > > > maxima.clear('x'); maxima.clear('fnth') > > > > maxima.de_solve_Laplace("diff(fnth(x),x,60) = fnth(x)", ["x","fnth"], [0,1,5 > 2,3,65,8,9,5,43,2,4,5,6,5,3,2,4,6,76,8,7,56,4,3,3,4,5,6,8,9,7,5,4,3,4,5,6,7 > 9,7,5,4,4,3,4,5,6,

[sage-support] Re: Save to .sage file

2009-12-16 Thread kcrisman
Dear Genaro, Thanks for the interest in Sage! On Dec 16, 10:38 am, Gennaro Alphonse wrote: > Sorry, i'm new using Sage, i'm currently using the version 4.2.1. A > question I have, How can i save a file or worksheet to an .sage > extension file from the notebook?? I see that I only can save to .sw

[sage-support] Save to .sage file

2009-12-16 Thread Gennaro Alphonse
Sorry, i'm new using Sage, i'm currently using the version 4.2.1. A question I have, How can i save a file or worksheet to an .sage extension file from the notebook?? I see that I only can save to .sws file. Another question is to use a .sage file, i need to define it with a function with the def

[sage-support] Re: latex binary and dvips binary

2009-12-16 Thread Mikie
I have to do it in my home directory. I have the two files -- tet- latex 3.0-33.8.el5.ie386.rpm and tet-dvips 3.0-33.8.el5.ie386.rpm. This for Centos 5.3. Now what do I do. On Dec 16, 5:55 am, Dima Pasechnik wrote: > you can install tex in your home directory. > > You would not need root permis

Re: [sage-support] Re: latex binary and dvips binary

2009-12-16 Thread Dima Pasechnik
you can install tex in your home directory. You would not need root permissions for this (but make sure you have enough disk space - I imagine such providers have disk quotas; a reasonable installation of tex can easily take 250Mb or so -- you get get away with much less, but this would require so

[sage-support] Re: How to find out lisp symbol values using de_solve_Laplace in Sage

2009-12-16 Thread jari-pekka.iko...@kolumbus.fi
> > Hello, > > > I wrote in Sage: > > > maxima.clear('x'); maxima.clear('fnth') > > > maxima.de_solve_Laplace("diff(fnth(x),x,60) = fnth(x)", ["x","fnth"], > > [0,1,5,2,3,65,8,9,5,43,2,4,5,6,5,3,2,4,6,76,8,7,56,4,3,3,4,5,6,8,9,7,5,4,3, > > 4,5,6,7,9,7,5,4,4,3,4,5,6,7,7,6,5,4,3,5,6,6,5,5,4,4]) >

[sage-support] Re: OpenOpt 0.27 (optimization), FuncDesigner 0.17 (auto differentiation)

2009-12-16 Thread Harald Schilly
This is now http://trac.sagemath.org/sage_trac/ticket/7708 -- 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-supp

[sage-support] [ANN] OpenOpt 0.27 (optimization), FuncDesigner 0.17 (auto differentiation)

2009-12-16 Thread dmitrey
Hi all, I'm glad to inform you about release of OpenOpt 0.27 (numerical optimization framework), FuncDesigner 0.17 (CAS with automatic differentiation, convenient modelling of linear/nonlinear functions, can use convenient modelling for some OpenOpt optimization problems and systems of linear/nonli

[sage-support] Re: latex binary and dvips binary

2009-12-16 Thread ma...@mendelu.cz
I think that there are more options how to install things in Cents. If yum is broken in your instalation, try some other method. Do you have root ssh acces? If so, I think that easiest method is to install texlive http://www.tug.org/texlive/ use wget ... to download, unpack and run install script