On 10/2/07, wdbragg <[EMAIL PROTECTED]> wrote:
> I have a second question. Is there a way to control the order of
> elements in the output of show?
>
> As an example:
>
> var('x,y,z')
> show(x^2+y^2==z^2)
> show(y^2+x^2==z^2)
>
> For me, the above two lines give the same output. Unfortunately, i
On 10/2/07, wdbragg <[EMAIL PROTECTED]> wrote:
>
> I think I may have found a bug.
>
> When using Tachyon and defining a texture, the seventh parameter you
> can set is texfunc.
> If that value is set to anything but zero, then no picture is
> generated.
[...]
>
> As an example:
>
> t = Tachyon(x
I have a second question. Is there a way to control the order of
elements in the output of show?
As an example:
var('x,y,z')
show(x^2+y^2==z^2)
show(y^2+x^2==z^2)
For me, the above two lines give the same output. Unfortunately, in
both cases the y^2 term comes first.
Is there any way to make
On 10/2/07, wdbragg <[EMAIL PROTECTED]> wrote:
>
> Is it possible to take the output of a show command and turn it into a
> graphics file?
If you have dvipng installed on your system, then the following will
work the way you want in the notebook:
{{{
var('x,y,z')
}}}
{{{
%latex
$$\sage{x**2+y**
Is it possible to take the output of a show command and turn it into a
graphics file?
My problem is that if I do something simple like
var('x,y,z')
show(x**2+y**2==z**2)
I get a nice typeset equation. Now if I copy and paste the result
into something like Microsoft Word or Powerpoint (yeah, I
I think I may have found a bug.
When using Tachyon and defining a texture, the seventh parameter you
can set is texfunc.
If that value is set to anything but zero, then no picture is
generated.
As an example:
t = Tachyon(xres=800, yres=600, camera_center=(2,7,4),
look_at=(2,0,0), raydepth=24)
t
On 10/2/07, Marty Van Diest <[EMAIL PROTECTED]> wrote:
>
> On Oct 2, 4:02 pm, Marty Van Diest <[EMAIL PROTECTED]> wrote:
> > As far as I can tell I have installed Notebook server properly
> > according to Section 4 of the installation guide and have installed
> > gnuplot which successfully launche
On Oct 2, 4:02 pm, Marty Van Diest <[EMAIL PROTECTED]> wrote:
> As far as I can tell I have installed Notebook server properly
> according to Section 4 of the installation guide and have installed
> gnuplot which successfully launches when it is supposed to on the
> localhost. My question is, how
As far as I can tell I have installed Notebook server properly
according to Section 4 of the installation guide and have installed
gnuplot which successfully launches when it is supposed to on the
localhost. My question is, how do I get (w)gnuplot to launch on the
remote machines? I have installed
On 10/2/07, David Stahl <[EMAIL PROTECTED]> wrote:
> Hi William,
>
> FYI: The "insufficient quota" error is a know issue with Windows
> 2000K. The fix is to install service pack 3.
>
Thanks for figuring this out and posting the solution!
William
--~--~-~--~~~---~--
Hi William,
FYI: The "insufficient quota" error is a know issue with Windows
2000K. The fix is to install service pack 3.
David
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email
> This SELinux problem has come up with Sage about 10 times before.
> Disabling SElinux always fixes the problem.
> Nobody has ever spent time actually trying to fix this problem -- I don't
> know if it's just PARI or much more that causes the problems (i.e., if you
> fixed whatever PARI does in
On 10/2/07, Michael Abshoff
<[EMAIL PROTECTED]> wrote:
>
> chris wuthrich wrote:
> >
>
> Hello Chris,
>
> >
> > Nope, I compiled again with the missing dependencies now installed.
> > There were no more errors in install.log.
>
> I think it is quite worrying that the build process doesn't stop whe
chris wuthrich wrote:
>
Hello Chris,
>
> Nope, I compiled again with the missing dependencies now installed.
> There were no more errors in install.log.
I think it is quite worrying that the build process doesn't stop when pari
fails to find some dependencies. But that is a different issue.
Re
Nope, I compiled again with the missing dependencies now installed.
There were no more errors in install.log.
Also the line
ldconfig: /maths/staff/pmzcw/prog/sage-2.8.5.1/local/lib/libpari-
gmp.so.2 is not a symbolic link
disappeared in install.log.
But the answer
: /local/pmzcw/prog/sage/l
I compiled from source on a Redhat Linux, more precisely:
Linux onrah 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10 06:50:22 EDT 2007 i686
i686 i386 GNU/Linux
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
and I did not spot any errors then. Now browsing through the log-file
I found that the compilation
16 matches
Mail list logo