Hi Kjetil,
On Thu, May 21, 2009 at 3:53 AM, Kjetil Halvorsen wrote:
> SEE below.
>> This has very likely nothing to do with the build from source, etc,
>> but most likely is due to local proxy settings or a firewall
>> interfering.
>
>Maybe. (I also run all the tests, and no problems were
SEE below.
On Wed, May 20, 2009 at 22:34, mabshoff <
michael.absh...@mathematik.uni-dortmund.de> wrote:
>
>
>
> On May 20, 7:31 pm, Minh Nguyen wrote:
> > Hi Kjetil,
>
>
>
> > > --- What can I do?
> >
> > Can you try installing Sage 3.4.2 from source and then run the notebook
> again?
>
> This
On May 20, 7:48 pm, Adam wrote:
> The problem is that I can't import pylab because _tkinter isn't
> recognized:
> sage: import pylab
>
> ImportError: No module named _tkinter
>
> Adam
We disable the tk backend in MPL on all platforms. To work around this
set
SAGE_MATPLOTLIB_GUI
to somethi
The problem is that I can't import pylab because _tkinter isn't
recognized:
sage: import pylab
ImportError: No module named _tkinter
Adam
On May 20, 4:42 pm, William Stein wrote:
> On Wed, May 20, 2009 at 3:03 PM, Adam wrote:
>
> > Hi folks,
> > My question is sort of a repeat of this thre
On May 20, 7:31 pm, Minh Nguyen wrote:
> Hi Kjetil,
> > --- What can I do?
>
> Can you try installing Sage 3.4.2 from source and then run the notebook again?
This has very likely nothing to do with the build from source, etc,
but most likely is due to local proxy settings or a firewall
int
Hi Kjetil,
On Wed, May 20, 2009 at 11:54 PM, Kjetil Halvorsen wrote:
> Hola!
>
> I installed sage 3.4.1 from source on ubuntu 9.04 GNU linux.
> To start sage I do:
>
> kje...@familien:~/sage-3.4.1$ ./sage
> --
> | Sage Version 3
Hola!
I installed sage 3.4.1 from source on ubuntu 9.04 GNU linux.
To start sage I do:
kje...@familien:~/sage-3.4.1$ ./sage
--
| Sage Version 3.4.1, Release Date: 2009-04-21 |
| Type notebook() for the GUI,
On Wed, May 20, 2009 at 3:01 PM, ccandide wrote:
>
> I try to install Sage on my computer by means of the pre-compiled
> binaries : i downloaded the the tar.gz file from
> http://www.sagemath.fr/linux/32bit/
> for the 32 bits Ubuntu distribution and then I ran the sage script
> file within a she
On Wed, May 20, 2009 at 3:03 PM, Adam wrote:
>
> Hi folks,
> My question is sort of a repeat of this thread:
> http://www.mail-archive.com/sage-support@googlegroups.com/msg08432.html,
> but with some additional failures.
> I have not been able to compile my own tcl & tk on Leopard. So I
>
Hi folks,
My question is sort of a repeat of this thread:
http://www.mail-archive.com/sage-support@googlegroups.com/msg08432.html,
but with some additional failures.
I have not been able to compile my own tcl & tk on Leopard. So I
can't follow the instructions presented above directly.
On Wed, May 20, 2009 at 1:29 PM, David Joyner wrote:
>
> Hi:
>
> Is this a feature or a bug?
>
> Attach a file containing:
>
> def print_function(yy,xx):
> print yy,xx
>
> Now run this:
>
> sage: x = var('x')
> sage: y = function('y', x)
> sage: print_function(x,y)
> x
I cannot duplicate this
Hi:
Is this a feature or a bug?
Attach a file containing:
def print_function(yy,xx):
print yy,xx
Now run this:
sage: x = var('x')
sage: y = function('y', x)
sage: print_function(x,y)
x
In other words, y is not printed.
- David Joyner
--~--~-~--~~~---~--~---
That is it.
I'm glad I could help.
#Serge
avra пишет:
> maybe this
>
> http://www.sagenb.org/home/pub/553/
> http://www.sagenb.org/home/pub/554/
>
> i am so sorry for wasting everyone's time with this!
>
> avra
>
> On May 20, 4:54 pm, "Serge A. Salamanka" wrote:
>> avra пишет:
>>
>>> I am s
Publish the worksheet.
At the home page you see the list of your worksheets.
Copy the link of the required published worksheet and that will be a
public link to this document.
#Serge
avra пишет:
> hmmm... they are both published
> i am not quite sure what to do. I got an error when i first click
maybe this
http://www.sagenb.org/home/pub/553/
http://www.sagenb.org/home/pub/554/
i am so sorry for wasting everyone's time with this!
avra
On May 20, 4:54 pm, "Serge A. Salamanka" wrote:
> avra пишет:
>
> > I am sorry!!!
>
> > I will try this again:
>
> >http://www.sagenb.org/home/avracadav
hmmm... they are both published
i am not quite sure what to do. I got an error when i first clicked on
it, but then I clicked the GET link and it seemed to work.
I am so sorry, I am not quite sure what to do.
Avra
On May 20, 4:54 pm, "Serge A. Salamanka" wrote:
> avra пишет:
>
> > I am sorry!!
avra пишет:
> I am sorry!!!
>
> I will try this again:
>
> http://www.sagenb.org/home/avracadavra/18/
> http://www.sagenb.org/home/avracadavra/13/
>
> i know this is maybe a dumb question, but does the worksheet have to
> be shared as well?
I get an error while accessing those links.
Surely
Hello,
On Wed, May 20, 2009 at 12:31 PM, Jurgis Pralgauskis
wrote:
>
> Hello,
>
> what would be the best (and shortest) way to convert
> sage matrix (like matrix([[1, 2], [3, 4]]) )
>
> to numpy array:
> numpy.array([[1, 2], [3, 4]])
You can do the following:
sage: m = matrix([[1, 2], [3, 4]]
Hello,
what would be the best (and shortest) way to convert
sage matrix (like matrix([[1, 2], [3, 4]]) )
to numpy array:
numpy.array([[1, 2], [3, 4]])
or is there any other way to multiply sage matrix per member ?
Thanks in advance :)
--
Jurgis Pralgauskis
tel: 8-616 77613;
--~--~-
I am sorry!!!
I will try this again:
http://www.sagenb.org/home/avracadavra/18/
http://www.sagenb.org/home/avracadavra/13/
i know this is maybe a dumb question, but does the worksheet have to
be shared as well?
thank you
avra
On May 20, 4:24 pm, Jason Grout wrote:
> avra wrote:
> > Alright,
avra wrote:
> Alright,
>
> here is the link to two of the worksheets that have everything that I
> have been using on them.
>
> http://:8000/home/pub/553
> http://:8000/home/pub/554
Those links won't work by themselves (no hostname). I think it's
because sagenb is started up with address='',
Alright,
here is the link to two of the worksheets that have everything that I
have been using on them.
http://:8000/home/pub/553
http://:8000/home/pub/554
I hope that helps!
Thank you
Avra
On May 20, 3:43 pm, William Stein wrote:
> On Wed, May 20, 2009 at 8:36 AM, avra wrote:
>
> > Hi Eve
Also, can you eventually send a citation for your thesis
to this list (or the webmaster "Harald Schilly" )
for publication on http://www.sagemath.org/library/publications.html,
please?
On Wed, May 20, 2009 at 11:36 AM, avra wrote:
>
> Hi Everyone,
>
> I emailed William asking him the following q
matrix89 wrote:
> Hello Jason,
>
> I would like to get some help on usng sagetex in my Mac.
> I have TexShop, and am trying to run example.tex from CTAN.
> So far I was able to create example.sage, but I am stuck there.
> I don't know how to run that file to get sout file.
> Any advice will be app
On Wed, May 20, 2009 at 8:36 AM, avra wrote:
>
> Hi Everyone,
>
> I emailed William asking him the following questions, and he suggested
> I email everyone!
>
> Here we go:
>
> I am going to be using Sage in my thesis using stuff that we did last
> year at Sage Days 9 at SFU, but I have had to ch
Thanks for your reply. Below is what I got by following your
suggestions. Hope this problem can be solved asap.
Output:
./sage -gdb
--
| Sage Version 3.4.2, Release Date: 2009-05-05 |
| Type notebook() for
Hi Everyone,
I emailed William asking him the following questions, and he suggested
I email everyone!
Here we go:
I am going to be using Sage in my thesis using stuff that we did last
year at Sage Days 9 at SFU, but I have had to change a little bit,
because things have been rewritten.
So first
I try to install Sage on my computer by means of the pre-compiled
binaries : i downloaded the the tar.gz file from
http://www.sagemath.fr/linux/32bit/
for the 32 bits Ubuntu distribution and then I ran the sage script
file within a shell and i got the following :
cand...@candide-desktop:~/sage-
Hi everybody,
I have a question as to wether sage has (or not) a search path for the
command load.
I have written a few .sage programs which I would like to put in some
secure place so that they can be loaded into sage from anywhere using
load (of course one file calls them all).
So if there is
29 matches
Mail list logo