On Wed, Oct 21, 2009 at 8:02 PM, madison.mich...@gmail.com
wrote:
>
> William, It worked with sage: notebook(address="192.168.146.128",
> require_login=False), which is using my old Vmware IP address.
> However, my work sheets are not there. Assuming I find them in the
> old directory, what dir
William, It worked with sage: notebook(address="192.168.146.128",
require_login=False), which is using my old Vmware IP address.
However, my work sheets are not there. Assuming I find them in the
old directory, what directory do I move the to. Thanks Mike
William Stein wrote:
> On Wed, Oct 21
4.1.2 giving "Illegal instruction" on Ubuntu 9.04.
I'm using a Lenovo R52 laptop.
4.1.1 worked.
cs
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@goog
On Wed, Oct 21, 2009 at 6:27 PM, madison.mich...@gmail.com
wrote:
>
> William, I tried "sage" and "SAGE". Mike
Do
sage: notebook(address="", reset=True)
to reset the password to whatever you want, or do
sage: notebook(address="", require_login=False)
to not require any login at all.
W
William, I tried "sage" and "SAGE". Mike
On Oct 21, 6:22 pm, William Stein wrote:
> On Wed, Oct 21, 2009 at 4:54 PM, madison.mich...@gmail.com
>
> wrote:
>
> > William, Thanks. I set address = "196.168.146.128" I then used the
> > address on firefoxhttp://192.168.146.128:8000 This gets me t
On Wed, Oct 21, 2009 at 4:54 PM, madison.mich...@gmail.com
wrote:
>
> William, Thanks. I set address = "196.168.146.128" I then used the
> address on firefox http://192.168.146.128:8000 This gets me to a log
> in
>
> Username: admin What password should I use?
Try "sage"?
>
> In the near fu
William, Thanks. I set address = "196.168.146.128" I then used the
address on firefox http://192.168.146.128:8000 This gets me to a log
in
Username: admin What password should I use?
In the near future will be be still be able to compile on older
systems? I have applied some patches in the p
> I don't think that's bad. Suppose I want an enhanced "max" that works
> for Sage symbolic functions too (like the Sage-enhanced floor and ceil
> functions).
>
> If you ever want the real system max, just do:
>
> sage: import __builtin__
> sage: __builtin__.max([1,2,3])
On a related note, whuss
On Wed, Oct 21, 2009 at 6:17 AM, abaco68 wrote:
>
> Is there a way to build a 32bit version on a 64bit host machine,
> I have looked in the directory tree but I could not find any variable
> that could be set to control that
Are you talking about MPIR? If so, I think you just have to set the
AB
On Wed, Oct 21, 2009 at 4:15 PM, Nasser Abbasi wrote:
>
>
>>
>> Suppose I write a program in Mathematica 7.0 that happens to use a
>> variable Foo. Then Mathematica 8.0 comes out and Foo is a function
>> name that Mathematica decided to use. Does that mean my program is
>> now broken?
>>
>> Wil
>
> Suppose I write a program in Mathematica 7.0 that happens to use a
> variable Foo. Then Mathematica 8.0 comes out and Foo is a function
> name that Mathematica decided to use. Does that mean my program is
> now broken?
>
> William
Hi;
In theory, Yes. But one could, if they want to, Unprot
William Stein wrote:
> On Wed, Oct 21, 2009 at 9:13 AM, Marshall Hampton wrote:
>> animate does not currently support 3D. There are quite a few possible
>> solutions to this, but none have been completely implemented yet.
>>
>> One option is to install ffmpeg, and use it to animate individual
>>
Nasser Abbasi wrote:
>
>
> On Oct 20, 8:44 am, finotti wrote:
>> Sorry... My fault. I had a "max=20", which made "max?" give me:
>>
>
> This is really bad that one can redefine a system function just like
> this.
>
I don't think that's bad. Suppose I want an enhanced "max" that works
fo
On Wed, Oct 21, 2009 at 9:13 AM, Marshall Hampton wrote:
>
> animate does not currently support 3D. There are quite a few possible
> solutions to this, but none have been completely implemented yet.
>
> One option is to install ffmpeg, and use it to animate individual
> frames produced by Tachyo
Thanks for he reply. Great SAGE blog by the way.
Regards,
-M.
On Oct 21, 11:13 am, Marshall Hampton wrote:
> animate does not currently support 3D. There are quite a few possible
> solutions to this, but none have been completely implemented yet.
>
> One option is to install ffmpeg, and use it
On Wed, Oct 21, 2009 at 2:49 PM, Marshall Hampton wrote:
>
> I don't know what the problem is with vmware, but perhaps its worth it
> for you to try the new virtual box image (now available from the
> windows binary download page). I think its substantially leaner than
> the vmware image, so it
On Wed, Oct 21, 2009 at 3:12 PM, Nasser Abbasi wrote:
>
>
>
> On Oct 20, 8:44 am, finotti wrote:
>>
>> Sorry... My fault. I had a "max=20", which made "max?" give me:
>>
>
> This is really bad that one can redefine a system function just like
> this.
>
> This is also a problem in other systems
On Oct 20, 8:44 am, finotti wrote:
>
> Sorry... My fault. I had a "max=20", which made "max?" give me:
>
This is really bad that one can redefine a system function just like
this.
This is also a problem in other systems such as Matlab, which causes
confusion specially for new users who do n
I don't know what the problem is with vmware, but perhaps its worth it
for you to try the new virtual box image (now available from the
windows binary download page). I think its substantially leaner than
the vmware image, so it might work better on your computer anyway.
-Marshall
On Oct 21, 2:
All, I have been recompiling new sage versions in VMware since 3.4.
I have bee following the proceedure of removing the sage directory,
doing the "wget", tar, and make to get a running version of sage.
This worked great until Sage 4.1.2. This time when I started by
typing notebook I got a IP add
animate does not currently support 3D. There are quite a few possible
solutions to this, but none have been completely implemented yet.
One option is to install ffmpeg, and use it to animate individual
frames produced by Tachyon. This is how I am currently making 3D
animations with Sage. Howev
Dear Sami,
Unfortunately, your request is somewhat vague. In general, it is not
possible to visualize the graph of a function of three variables,
though one could do level surfaces with some sort of implicit plot,
e.g.
sage: var('A,B,C')
(A, B, C)
sage: implicit_plot3d(sin(A)*cos(B)+sin(B)*cos(
Thanks for choosing Sage! You may be interested in letting us know
where you're located etc.
At this point, I do not believe one can make selectors depend on each
other. That said, the feature has been requested before (actually, a
slightly different one), and we are tracking the issue here:
h
Is there a way to build a 32bit version on a 64bit host machine,
I have looked in the directory tree but I could not find any variable
that could be set to control that
Giovanni
On Oct 21, 12:56 am, William Stein wrote:
> On Tue, Oct 20, 2009 at 2:59 PM, abaco68 wrote:
>
> > No it is just a na
Hi, first time here. First of all i want to point out that we've been
using Sage in our University for some math subjects and it's a great
math program, really helps a lot. But now i'm trying to go a little
beyond the basics that we use everyday and try to do something more
like a "program".
I wan
How can you plot the following function?
sinAcosB + sinBcosC + sinCcosA
--~--~-~--~~~---~--~~
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 optio
On Wed, Oct 21, 2009 at 12:37 AM, davidgal...@gmail.com
wrote:
>
> A sad tale:
>
> Introduction:
>
> IBookG4 OSX 10.5.8
>
> PATH = /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/
> Library/Frameworks/Python.framework/Versions/Current/bin:/opt/local/
> bin:/opt/local/sbin:/opt/loca
A sad tale:
Introduction:
IBookG4 OSX 10.5.8
PATH = /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/
Library/Frameworks/Python.framework/Versions/Current/bin:/opt/local/
bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/
sbin:/sbin:/usr/local/bin:/usr/texbin:/
28 matches
Mail list logo