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

2009-12-15 Thread Jaap Spies
Mikie wrote: > BlueHost is my webhost. I have talked to support and they won't > install latex binary or dvips binary. > So you are at the end of the line! Go for a better webhost. Or install Sage on your own computer. Good luck! Jaap > On Dec 15, 11:25 am, Jaap Spies wrote: >> Mikie wrote:

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

2009-12-15 Thread Mikie
BlueHost is my webhost. I have talked to support and they won't install latex binary or dvips binary. On Dec 15, 11:25 am, Jaap Spies wrote: > Mikie wrote: > > I tried yum install textlive and it gave me the following > > error--"error accessing file for config file ///etc/yum.conf. > > I can't

[sage-support] Re: Accessing Data outside the VM

2009-12-15 Thread Woltan
Hi William, thx for the shared folder hint, I'll give it a try and am sure that this will do the trick. Thx again cherio Woltan -- 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 o

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

2009-12-15 Thread Jaap Spies
Mikie wrote: > I tried yum install textlive and it gave me the following > error--"error accessing file for config file ///etc/yum.conf. > I can't get to the Package Manager. It is on BlueHost. > What is "BlueHost"? OK: http://www.bluehost.com/ Maybe you can ask support from this provider? Chee

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

2009-12-15 Thread ma...@mendelu.cz
You may want to try Sage 4.3.rc1 and something like this sage: y=function('y',x) sage: desolve_laplace(diff(y,x,6) == y,y,ivar=x,ics=[0,1,2,5,6,7,3]) 1/6*(sqrt(3)*sin(1/2*sqrt(3)*x) - 3*cos(1/2*sqrt(3)*x))*e^(-1/2*x) - 1/6*(3*sqrt(3)*sin(1/2*sqrt(3)*x) + 17*cos(1/2*sqrt(3)*x))*e^(1/2*x) + 1/3*e^(-

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

2009-12-15 Thread Mikie
I tried yum install textlive and it gave me the following error--"error accessing file for config file ///etc/yum.conf. I can't get to the Package Manager. It is on BlueHost. On Dec 15, 10:18 am, Minh Nguyen wrote: > Hi Mikie, > > On Wed, Dec 16, 2009 at 4:14 AM, Mikie wrote: > > Centos 5.3 on

[sage-support] lapack zheev function

2009-12-15 Thread mayzel
Hi, I'm trying to call lapack zheev function from cython. I found, that function declaration missed in clapack.h, but it's included in liblapack.a lib, so how can I call it? I tried to do thins in the same way as dgesv, for example, so declaration should be th following int clapack_zheev(const enum

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

2009-12-15 Thread Minh Nguyen
Hi Mikie, On Wed, Dec 16, 2009 at 4:14 AM, Mikie wrote: > Centos 5.3 on BlueHost. You should use the package manager for your operating system. For CentOS, Fedora and Red Hat, a package manager to use is "yum". For example, you could install LaTeX as follows: yum install texlive -- Regards Mi

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

2009-12-15 Thread Mikie
Centos 5.3 on BlueHost. On Dec 15, 9:52 am, Jaap Spies wrote: > Mikie wrote: > > I need latex binary and dvips binary.  My Linux is poor.  Where do I > > get it and how to install. > > What OS are you on? Linux, but which distribution? > > Jaap -- To post to this group, send email to sage-suppo

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

2009-12-15 Thread Jaap Spies
Mikie wrote: > I need latex binary and dvips binary. My Linux is poor. Where do I > get it and how to install. > What OS are you on? Linux, but which distribution? Jaap -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-su

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

2009-12-15 Thread Mikie
I need latex binary and dvips binary. My Linux is poor. Where do I get it and how to install. On Dec 14, 4:30 pm, Minh Nguyen wrote: > Hi Mikie, > > On Tue, Dec 15, 2009 at 10:04 AM, Mikie wrote: > > Is the latex and dvips binary installed in the Sage directory?  If so > > where? > > If you're

Re: [sage-support] Accessing Data outside the VM

2009-12-15 Thread William Stein
On Tue, Dec 15, 2009 at 6:09 AM, Woltan wrote: > Hey Folks, > this is my first post here. I don't have much experience with sage, > python or linux but am eager to learn all three of them ;) > So I am running sage inside a VM on windows and was fooling around a > bit, until I am now confident that

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

2009-12-15 Thread William Stein
On Tue, Dec 15, 2009 at 3:19 AM, 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,

Re: [sage-support] Re: dense data points in a plot

2009-12-15 Thread stefan
Hello everyone! Just got an answer from the matplotlib list and it works! >Date: Tuesday 15 December 2009 >From: Michael Droettboom >To: stefan >Which version of matplotlib are you using? This is (I suspect) the >result of a known bug in matplotlib that has been fixed since the latest >rele

[sage-support] Re: dense data points in a plot

2009-12-15 Thread Jason Grout
stefan wrote: > Hi, > maybe someone of you knows, I got no reply on the matplot list yet: > > I want to plot a line with very sharp features and many data points with > matplot inside sage. If I plot the data with markers, the features can be > seen > perfectly. But if I choose the line style j

[sage-support] Re: dense data points in a plot

2009-12-15 Thread Marshall Hampton
Can you give an example of where this happens? -M. Hampton On Dec 15, 8:47 am, stefan wrote: > Hi, > maybe someone of you knows, I got no reply on the matplot list yet: > > I want to plot a line with very sharp features and many data points with > matplot inside sage. If I plot the data with mar

[sage-support] dense data points in a plot

2009-12-15 Thread stefan
Hi, maybe someone of you knows, I got no reply on the matplot list yet: I want to plot a line with very sharp features and many data points with matplot inside sage. If I plot the data with markers, the features can be seen perfectly. But if I choose the line style just to be '-' (which is also

[sage-support] Re: An abbreviation for lambda?

2009-12-15 Thread Harald Schilly
I'm a bit against the preparser idea and adding stuff to it, too. I'm curious if there will be a way to define a custom operator in python some time in the future. I think these sorts of ideas will be solved if there is a clear way how to define one without running into troubles anytime in the futu

[sage-support] Accessing Data outside the VM

2009-12-15 Thread Woltan
Hey Folks, this is my first post here. I don't have much experience with sage, python or linux but am eager to learn all three of them ;) So I am running sage inside a VM on windows and was fooling around a bit, until I am now confident that I can tackle my problem using Sage. The only thing, that

[sage-support] Sage 4.2.1 under Windows 7 not functioning with VirtualBox either?

2009-12-15 Thread Timothy Paysen
The VirtuaBox incarnation doesn't seem to be able to get to a Sage notebook. It will bring you to the Sage web sit--but nothing more. So--can't even say whether it works well or not--it just doesn't seem to work. -- To post to this group, send email to sage-support@googlegroups.com To unsubscri