[sage-support] Re: axes label in plot3d

2008-12-26 Thread Jason Grout
pong wrote: > There is an older post about this issue: > > http://groups.google.com/group/sage-support/browse_thread/thread/ecdf6f75295ad76d > > however the "reply" button is missing there (only "reply to author" is > available). > > There are some "problems" in using text3d as a solution of ad

[sage-support] Re: axes label in plot3d

2008-12-26 Thread Timothy Clemans
text3d is defined in shapes2.py, see http://www.sagemath.org/hg/sage-main/file/9bdeab637ce5/sage/plot/plot3d/shapes2.py On Sat, Dec 27, 2008 at 12:31 AM, pong wrote: > > There is an older post about this issue: > > http://groups.google.com/group/sage-support/browse_thread/thread/ecdf6f75295ad76d

[sage-support] axes label in plot3d

2008-12-26 Thread pong
There is an older post about this issue: http://groups.google.com/group/sage-support/browse_thread/thread/ecdf6f75295ad76d however the "reply" button is missing there (only "reply to author" is available). There are some "problems" in using text3d as a solution of adding axes labels to a 3d plo

[sage-support] Using HTML and plot function

2008-12-26 Thread Sand Wraith
Hi all! How to use both html and graphics? for example insert plot(sin,0,4) in html-tabe? i am trying: html('sin(x):') html(myimage) html('') but it gives table with text "sin: Graphics object consisting of 1 graphics primitive".. i'd like to see image, not text. Thank you. --~--~-~-

[sage-support] Re: Error in abc.n(digits=5)

2008-12-26 Thread H . S . Rai
On Fri, Dec 26, 2008 at 8:16 PM, Burcin Erocal wrote: > > On Fri, 26 Dec 2008 19:52:26 +0530 > H.S.Rai wrote: > > ... You have to pass those values in > the substitution explicitly. You can achieve this by doing > > sage: abc.subs(locals()) > I suggest that you use .subs() directly, e.g., > >

[sage-support] Re: Error in abc.n(digits=5)

2008-12-26 Thread Burcin Erocal
On Fri, 26 Dec 2008 19:52:26 +0530 H.S.Rai wrote: > > On Fri, Dec 26, 2008 at 3:55 PM, Alex Ghitza > wrote: > > Hello, > > > > I am unable to reproduce the error you obtained. Here is what I > > get in 3.2.2: > > Mine is SAGE Version 3.1.4, Release Date: 2008-10-20 > > The complete sage cod

[sage-support] Re: Error in abc.n(digits=5)

2008-12-26 Thread mabshoff
On Dec 26, 6:22 am, H.S.Rai wrote: > On Fri, Dec 26, 2008 at 3:55 PM, Alex Ghitza wrote: > > Hello, Hi, > > I am unable to reproduce the error you obtained.  Here is what I get in > > 3.2.2: > > Mine is SAGE Version 3.1.4, Release Date: 2008-10-20 > > The complete sage code is below signatur

[sage-support] Re: Error in abc.n(digits=5)

2008-12-26 Thread H . S . Rai
On Fri, Dec 26, 2008 at 3:55 PM, Alex Ghitza wrote: > Hello, > > I am unable to reproduce the error you obtained. Here is what I get in > 3.2.2: Mine is SAGE Version 3.1.4, Release Date: 2008-10-20 The complete sage code is below signature. I don't think version will be issue, as I am doing ve

[sage-support] Re: How to install sage in Fedora Core 5

2008-12-26 Thread mabshoff
On Dec 26, 1:57 am, Deba wrote: Hi Deba, > Which package version and how to install in sage? I doubt any of the binary packages will work since they are based on FC9, but gcc seems recent enough in FC5 that you could try building Sage from source. > Thanks Cheers, Michael --~--~-~

[sage-support] How to install sage in Fedora Core 5

2008-12-26 Thread Deba
Which package version and how to install in sage? Thanks --~--~-~--~~~---~--~~ 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 g

[sage-support] Re: linking problems due to inconsistent libraries

2008-12-26 Thread mabshoff
On Dec 25, 1:29 pm, gerhard wrote: Hi Gerhard, > Well, I got myself in trouble again: > > I wanted to consolidate my installation of R > to avoid maintaining two versions with two sets of libraries: > I took a current version of R (2.8.0 Patched (2008-11-24 r47019) > and rpy-1.0.3, patched th

[sage-support] Floatting point LLL Revisited

2008-12-26 Thread Paul Zimmermann
Dear Santanu, I am Santanu Sarkar,research fellow, from Indian Statistical Institute. I use SAGE in my research. Can you please tell me is there any function in SAGE by which I can reduce a lattice whose entries are floating point? Note that LLL algorithm can not be use i

[sage-support] Re: Error in abc.n(digits=5)

2008-12-26 Thread Alex Ghitza
Hello, I am unable to reproduce the error you obtained. Here is what I get in 3.2.2: -- | Sage Version 3.2.2, Release Date: 2008-12-18 | | Type notebook() for the GUI, and license() for information.