On Wed, Apr 22, 2009 at 6:00 PM, Kevin Horton wrote:
>
> On 22 Apr 2009, at 20:39, William Stein wrote:
>
>> On Wed, Apr 22, 2009 at 5:15 PM, Kevin Horton
>> wrote:
>>>
>>> I am trying to setup sage in a virtual machine. I've got sage 3.4,
>>> installed from source, running in a Ubuntu 8.10 ser
On Wed, Apr 22, 2009 at 8:14 PM, gellmu wrote:
>
> In SAGE I can do
> pari('"ABC"').Vecsmall()
>
> But if I do
> s="ABC"
> I cannot find a way to accomplish
> the same thing referring only to the
> variable name 's'.
>
> Any clues? Thanks.
One of the following examples probably answers your que
In SAGE I can do
pari('"ABC"').Vecsmall()
But if I do
s="ABC"
I cannot find a way to accomplish
the same thing referring only to the
variable name 's'.
Any clues? Thanks.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
T
Woops, that ain't right: 'write'.
On Apr 23, 1:43 pm, Alex Raichev wrote:
> Never mind. I'll just right a short recursive function. It's easy
> enough.
>
> Alex
>
> On Apr 23, 11:10 am, Alex Raichev wrote:
>
> > Hi all:
>
> > Do any of you know how to get Sage to use the chain rule and expand
Never mind. I'll just right a short recursive function. It's easy
enough.
Alex
On Apr 23, 11:10 am, Alex Raichev wrote:
> Hi all:
>
> Do any of you know how to get Sage to use the chain rule and expand
> the derivative of a composition involving one or two callable symbolic
> functions? Here
On 22 Apr 2009, at 20:39, William Stein wrote:
> On Wed, Apr 22, 2009 at 5:15 PM, Kevin Horton
> wrote:
>>
>> I am trying to setup sage in a virtual machine. I've got sage 3.4,
>> installed from source, running in a Ubuntu 8.10 server (minimal
>> install, no X, no GUI apps) virtual machine ru
On Wed, Apr 22, 2009 at 5:49 PM, Jason Grout
wrote:
>
> William Stein wrote:
>> On Wed, Apr 22, 2009 at 5:21 PM, kcrisman wrote:
>>>
>>>
> There are a good many patches out there to address small aspect of
> these problems. In #4886 and #4887 Timothy Clemans has some good
> ideas fo
William Stein wrote:
> On Wed, Apr 22, 2009 at 5:21 PM, kcrisman wrote:
>>
>>
There are a good many patches out there to address small aspect of
these problems. In #4886 and #4887 Timothy Clemans has some good
ideas for renaming some variables and making default save periods
On Wed, 22 Apr 2009 at 08:15PM -0400, Kevin Horton wrote:
> I am trying to setup sage in a virtual machine. I've got sage 3.4,
> installed from source, running in a Ubuntu 8.10 server (minimal
> install, no X, no GUI apps) virtual machine running in VMWare Fusion,
> on an Intel iMac running OS X 1
On Wed, Apr 22, 2009 at 5:15 PM, Kevin Horton wrote:
>
> I am trying to setup sage in a virtual machine. I've got sage 3.4,
> installed from source, running in a Ubuntu 8.10 server (minimal
> install, no X, no GUI apps) virtual machine running in VMWare Fusion,
> on an Intel iMac running OS X 10
On Wed, Apr 22, 2009 at 5:21 PM, kcrisman wrote:
>
>
>
>> > There are a good many patches out there to address small aspect of
>> > these problems. In #4886 and #4887 Timothy Clemans has some good
>> > ideas for renaming some variables and making default save periods
>> > configurable from the "
> > There are a good many patches out there to address small aspect of
> > these problems. In #4886 and #4887 Timothy Clemans has some good
> > ideas for renaming some variables and making default save periods
> > configurable from the "Settings" page of the notebook. However, these
> > patche
I am trying to setup sage in a virtual machine. I've got sage 3.4,
installed from source, running in a Ubuntu 8.10 server (minimal
install, no X, no GUI apps) virtual machine running in VMWare Fusion,
on an Intel iMac running OS X 10.5.6. The Ubuntu VM seems to be
running nicely, and sag
Hi all:
Do any of you know how to get Sage to use the chain rule and expand
the derivative of a composition involving one or two callable symbolic
functions? Here's an example with one callable symbolic function.
--
| Sage Vers
On Wed, Apr 22, 2009 at 1:40 PM, Rob Beezer wrote:
>
> Here's my $0.02 worth on worksheet management as part of the notebook
> interface.
>
> For most new users the notebook is the face of Sage initially. And it
> is very impressive. But I worry about users seeing the (very
> frustrating) slowd
Here's my $0.02 worth on worksheet management as part of the notebook
interface.
For most new users the notebook is the face of Sage initially. And it
is very impressive. But I worry about users seeing the (very
frustrating) slowdowns that Jason and I experienced after heavy use
(tens or hundre
I think auto_save_interval could refer to worksheets, while
save_interval might refer to nb.sobj. This is part of the problem
here - there are variables, keywords and page headings (via "Settings"
in the notebook) that are vague or misleading, and even my attempt to
add a bit of documentation to
On Apr 22, 2009, at 11:45 AM, Ondrej Certik wrote:
> On Wed, Apr 22, 2009 at 7:55 AM, William Stein
> wrote:
>>
>> On Wed, Apr 22, 2009 at 7:19 AM, Flavio Coelho
>> wrote:
>>>
>>> Hi
>>>
>>> anyone know why this simple python code fails in sage?
>>>
>>> from scipy import stats
>>> stats.un
On Wed, Apr 22, 2009 at 7:55 AM, William Stein wrote:
>
> On Wed, Apr 22, 2009 at 7:19 AM, Flavio Coelho wrote:
>>
>> Hi
>>
>> anyone know why this simple python code fails in sage?
>>
>> from scipy import stats
>> stats.uniform(0,15).ppf([0.5,0.7])
>>
>> This has been a show stopper for me as
On Apr 22, 10:31 am, SG wrote:
> Hi,
Hi,
> I am a beginner trying to use Sage. I am running Sage 3.2.3 on a Win
> XP machine. I use the notebook instead of the command prompt. I found
> that if I run some of the demo programs like "a 3d plot", it crashed
> my IE window and I get a log file, b
On Apr 22, 10:58 am, Marshall Hampton wrote:
> This is now http://trac.sagemath.org/sage_trac/ticket/
> 5858">ticket 5858.
>
> Note that since I don't use Octave, I don't plan on working on this, I
> just created the ticket :)
Thanks, I think someone ought to edit the tree and use
sage-na
This is now http://trac.sagemath.org/sage_trac/ticket/
5858">ticket 5858.
Note that since I don't use Octave, I don't plan on working on this, I
just created the ticket :)
-M. Hampton
On Apr 22, 2:53 am, mabshoff wrote:
> On Apr 22, 12:46 am, Ajay Rawat wrote:
>
> > Well i tried the command
>
On Apr 21, 3:13 am, Minh Nguyen wrote:
>
> My laptop has only ENTER. To do what you're suggesting, I have to hold
> down the key "FN" and press ENTER.
>
Since you said you are using Mathematica, and on your laptop there is
no ENTER key, only the RETURN key, and so you had to suffer and hit
SHI
Hi,
I am a beginner trying to use Sage. I am running Sage 3.2.3 on a Win
XP machine. I use the notebook instead of the command prompt. I found
that if I run some of the demo programs like "a 3d plot", it crashed
my IE window and I get a log file, but I do not understand what that
means. It used to
Followup:
> The original patch athttp://trac.sagemath.org/sage_trac/ticket/5371
> has some comments in it about extending the default save times if you
> wnt to take immediate action. Some of the names of these autosave
> variables are mildly misleading, though this is corrected in some of
> the
Dear Rob,
>
> > 1. You can delete all your old snapshots to reclaim disk space (or
> > relieve quota limits in a shared environment). I used some
> > incantation with find, xargs, and rm (carefully) which cleared them
> > out for every worksheet all at once. Like Jason I had a few gigabytes
>
On Wed, Apr 22, 2009 at 9:15 AM, Rob Beezer wrote:
>
> kcrisman,
>
> You've discovered the tangle of tickets on this I alluded to
> above. ;-)
>
> 1. You can delete all your old snapshots to reclaim disk space (or
> relieve quota limits in a shared environment). I used some
> incantation with
kcrisman,
You've discovered the tangle of tickets on this I alluded to
above. ;-)
1. You can delete all your old snapshots to reclaim disk space (or
relieve quota limits in a shared environment). I used some
incantation with find, xargs, and rm (carefully) which cleared them
out for every wor
>
> > So did deleting do the trick? I have been unable to find out what is
> > causing this for me (and there have been a bizarre variety, though not
> > huge number, of posts on this in the last month i.e. not all the same
> > OS or whatever).
>
> No, it didn't. I deleted my .sage/sage_notebook
On Wed, Apr 22, 2009 at 7:19 AM, Flavio Coelho wrote:
>
> Hi
>
> anyone know why this simple python code fails in sage?
>
> from scipy import stats
> stats.uniform(0,15).ppf([0.5,0.7])
>
> This has been a show stopper for me as need to do statistics...
This questions was answered incorrectly (a
Stan Schymanski wrote:
> Hi Jason,
>
> Thanks a lot for that! This brings me back to the original problem. I
> expected plot and find_root to replace the variable with a float and
> call the function, but it does not seem to do that. For example, it
> would be nice if the following worked:
>
Hi Jason,
Thanks a lot for that! This brings me back to the original problem. I
expected plot and find_root to replace the variable with a float and
call the function, but it does not seem to do that. For example, it
would be nice if the following worked:
var('a b c d x dummy')
F = fast_float
Hi
anyone know why this simple python code fails in sage?
from scipy import stats
stats.uniform(0,15).ppf([0.5,0.7])
This has been a show stopper for me as need to do statistics...
thanks,
Flávio
--~--~-~--~~~---~--~~
To post to this group, send email to sage-
kcrisman wrote:
>> I was just troubleshooting why my sage notebook is slowing way down,
>> especially in saving and stopping. Michael Abshoff suggested looking at
>> the snapshots directory. I discovered that I had over 7 gigs in my sage
>
> So did deleting do the trick? I have been unable to
> I was just troubleshooting why my sage notebook is slowing way down,
> especially in saving and stopping. Michael Abshoff suggested looking at
> the snapshots directory. I discovered that I had over 7 gigs in my sage
So did deleting do the trick? I have been unable to find out what is
causin
On Apr 21, 8:34 pm, kcrisman wrote:
> On Apr 19, 12:42 pm, "ma...@mendelu.cz" wrote:
>
> > Hell, I think that my question is related
> > tohttp://groups.google.cz/group/sage-support/browse_thread/thread/7cb33...
>
> > How can I write a function which takes determinant of matrix A below
> > and
Stan Schymanski wrote:
> Hi Jason,
>
> That's awesome, thanks a lot! I had a bit of trouble understanding the
> documentation of partial, but your example helped tremendously. This
> should definitely be included in any upcoming documentation on
> fast_float. As far as I understand, partial(F,
Hi Jason,
That's awesome, thanks a lot! I had a bit of trouble understanding the
documentation of partial, but your example helped tremendously. This
should definitely be included in any upcoming documentation on
fast_float. As far as I understand, partial(F,1) just replaces the first
variabl
On Apr 22, 12:46 am, Ajay Rawat wrote:
> Well i tried the command
> sage:octave_version()
> sage:3.0.0
> but when i tried octave_console
> it replied...
>
> octave:
> /usr/local/sage-3.2.3-Ubuntu8.04LTS-64bit-Intel-x86_64-Linux/local/lib/l\
> ibz.so.1: no version information ava
Well i tried the command
sage:octave_version()
sage:3.0.0
but when i tried octave_console
it replied...
octave:
/usr/local/sage-3.2.3-Ubuntu8.04LTS-64bit-Intel-x86_64-Linux/local/lib/l\
ibz.so.1: no version information available (required by
/usr/lib/octave-3.0.0/liboctinterp.so)
G
40 matches
Mail list logo