David Philp wrote:
>
> On 17/10/2008, at 10:51 AM, David Joyner wrote:
>
>> Hi:
>>
>> I want to call a C program in Sage which is included with Sage
>> (wtdist).
>> What is the easiest way to do this? The line I'd like to execute
>> looks like
>>
>> wtdist filename::code > output.txt
>
> ou
On 17/10/2008, at 10:51 AM, David Joyner wrote:
>
> Hi:
>
> I want to call a C program in Sage which is included with Sage
> (wtdist).
> What is the easiest way to do this? The line I'd like to execute
> looks like
>
> wtdist filename::code > output.txt
output_txt = os.popen('wtdist filenam
Yes, it will be nice to bypass the login process.
Hum... should people be able to download (not upload) their worksheets
onto their local machines? I guess it won't post any security threats,
right?
On Oct 16, 10:11 am, Jason Grout <[EMAIL PROTECTED]> wrote:
> Robert Bradshaw wrote:
> > On Oct 1
Hi:
I want to call a C program in Sage which is included with Sage (wtdist).
What is the easiest way to do this? The line I'd like to execute looks like
wtdist filename::code > output.txt
(Then I'll use python to parse the file output.txt. ) I'm guessing there is a
one-liner.
Also, what is the
On 16 Oct 2008 20:21:55 +0200
Martin Rubey <[EMAIL PROTECTED]> wrote:
>
> Some of my students complain that the vmware image of sage seems to
> use english keyboard. Is there a way to configure this?
>
> (I do not own a windows machine, so I cannot try it...)
As far as I know the vmware image
Some of my students complain that the vmware image of sage seems to use english
keyboard. Is there a way to configure this?
(I do not own a windows machine, so I cannot try it...)
Martin
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@go
Robert Bradshaw wrote:
> On Oct 16, 2008, at 7:41 AM, Jason Grout wrote:
>
>> Creating accounts makes a barrier to entry, but it also makes it so
>> that
>> people don't mess with other people's worksheets (i.e., if I'm playing
>> with Sage, someone else won't come in and start changing my work
On Oct 16, 2008, at 7:41 AM, Jason Grout wrote:
> Creating accounts makes a barrier to entry, but it also makes it so
> that
> people don't mess with other people's worksheets (i.e., if I'm playing
> with Sage, someone else won't come in and start changing my worksheet
> around under me). So I
Robert Bradshaw wrote:
> On Oct 16, 2008, at 2:21 AM, Harald Schilly wrote:
>
>> On Oct 16, 1:55 am, Dan Drake <[EMAIL PROTECTED]> wrote:
>>> runs `kill -9' on the guest -- which
>>> is about the same as pulling the plug -- ...
>> Uhm, since virtual box has a python scripting interface, a more hu
On Oct 16, 2008, at 2:21 AM, Harald Schilly wrote:
> On Oct 16, 1:55 am, Dan Drake <[EMAIL PROTECTED]> wrote:
>> runs `kill -9' on the guest -- which
>> is about the same as pulling the plug -- ...
>
> Uhm, since virtual box has a python scripting interface, a more humane
> reset to snapshot func
Dear all,
I thought you might be interested in this comment thread, where the
original poster asks about the programing language best suited for
scientific computing:
http://lambda-the-ultimate.org/node/2720#comment-40752
After a discussion, the original poster points to a combination of
Sage/
Note that a critical bug when using init.sage has been fixed in Sage
3.1.4 available in
http://sage.math.washington.edu/home/mabshoff/release-cycles-3.1.4/
Upgrades are not yet working and binaries are being build.
Cheers,
Michael
--~--~-~--~~~---~--~~
To pos
Dear all,
For some strange reason plot loses its understanding of the system
variable 'e' if I try to plot an exponential function and do
a .subs(locals()) within the plot command. The meaning of 'e' is not
modified in the name space, but its value becomes unavailable to plot
only. See below for
On Oct 16, 1:55 am, Dan Drake <[EMAIL PROTECTED]> wrote:
> runs `kill -9' on the guest -- which
> is about the same as pulling the plug -- ...
Uhm, since virtual box has a python scripting interface, a more humane
reset to snapshot functionality could be possible :) But how are the
accounts man
Dear all,
I have learned to substitute variables into equations
using .subs(locals()) or .subs(globals()). However, if variables are
defined in a nested way, this has to be done again and again. Is there
a command to substitute all variables into each other? Here is an
example:
sage: var ('a b c
William Stein wrote:
> Stan, it wasn't stupid of you. In fact, I forwarded your message
> to Fernando Perez (author of Ipython), and he's adding your
> "mistake" as a feature to Ipython in the future.
>
>
It was stupid, because I knew I couldn't do it and did it anyway without
even noticing.
16 matches
Mail list logo