Yes, I went ahead and upgraded to the current Jaunty beta. Then
I went into synaptic and 1) removed the ia32-sun stuff, 2) did a
"complete removal" of both iced-teas, and 3) installed the
sun-java6-plugin. Now everything works: the jmol/atoms demo
and all the jmol sage notebooks.
Now we just
On Apr 10, 5:21 pm, kcrisman wrote:
> Incidentally, there *is* software which will do this and show step-by-
> step answers, including free software - I saw some demonstrated at the
> Joint Math Meetings, for instance seehttp://www.xyalgebra.org/index.html
> . This is for a completely differen
Incidentally, there *is* software which will do this and show step-by-
step answers, including free software - I saw some demonstrated at the
Joint Math Meetings, for instance see http://www.xyalgebra.org/index.html
. This is for a completely different audience than Sage, and is only
free, not op
Thanks again, Jason.
Tried the manual Evaluate All and it made all the outputs
disappeared. Even worse, the regular evaluation methods, shift-enter
or hitting the blue evaluate word, are not working either after that.
lmc
On Apr 10, 4:40 pm, Jason Grout wrote:
> lmc70 wrote:
> > Thanks, Jason
Robert Bradshaw wrote:
> On Apr 10, 2009, at 11:50 AM, mm wrote:
>
>> Hello,
>>
>> Is it possible to display in Sage the solution for example of
>> quadratic equation step by step? Not only the
>> final solution. If yes, how to do it? I've not found anything about
>> this in sage website unless I
On Apr 10, 2009, at 11:50 AM, mm wrote:
>
> Hello,
>
> Is it possible to display in Sage the solution for example of
> quadratic equation step by step? Not only the
> final solution. If yes, how to do it? I've not found anything about
> this in sage website unless I missed it.
No, there's no way
> Click on the "Help" item at the top right of the notebook. The
> instructions are next to the item HTML. Looking at it now:
I had found those. Blue bar meant "cell" to me,
so I had assiduously avoided shift-clicking it.
Thanks again,
-gerhard
--~--~-~--~~~---~--~-
lmc70 wrote:
> Thanks, Jason.
>
> %auto is helpful to evaluate the cells when reopen the worksheet.
> Sometimes it is a very frequent task to re-evaluate the resuls for
> different inputs. So it will be nice to have a BUTTON named EVALUATE
> ALL to execute all the cells from top down to the bott
gerhard wrote:
> Thank you, Jason!
>
> Related to this, I had tried to find
> info in the documentation with no luck.
> Is it there somewhere that I missed?
Click on the "Help" item at the top right of the notebook. The
instructions are next to the item HTML. Looking at it now:
1. the instr
Thanks, Jason.
%auto is helpful to evaluate the cells when reopen the worksheet.
Sometimes it is a very frequent task to re-evaluate the resuls for
different inputs. So it will be nice to have a BUTTON named EVALUATE
ALL to execute all the cells from top down to the bottom. The refresh/
reload
Thank you, Jason!
Related to this, I had tried to find
info in the documentation with no luck.
Is it there somewhere that I missed?
-gerhard
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group,
gerhard wrote:
> Just how does tinyMCE get invoked?
> I see
>
>
> in the page source of a notebook,
> but 'shift-click between cells' does not appear to be bound
> to any function...
>
You have to shift-click on the blue bar between cells. That bar (that
pops up as you move the mouse between
Just how does tinyMCE get invoked?
I see
in the page source of a notebook,
but 'shift-click between cells' does not appear to be bound
to any function...
sage 3.4, fedora 10, firefox 3.0.8 with noscript 1.9.1.6
and yes, I have disabled noscript?!
any ideas of what I could check?
thanks,
-gerha
Hello,
Is it possible to display in Sage the solution for example of
quadratic equation step by step? Not only the
final solution. If yes, how to do it? I've not found anything about
this in sage website unless I missed it.
Thank You
MM
--~--~-~--~~~---~--~~
To p
Hi Flavio,
On 10 Apr., 14:30, Robert Bradshaw
wrote:
> On Apr 10, 2009, at 7:13 AM, William Stein wrote:
>
> > On Fri, Apr 10, 2009 at 6:53 AM, Flavio Coelho
> > wrote:
...
> >> So it seems that there is no (easy or otherwise) way to build from
> >> latest development tree, only from the last
On Apr 10, 2009, at 7:13 AM, William Stein wrote:
> On Fri, Apr 10, 2009 at 6:53 AM, Flavio Coelho
> wrote:
>>
>> Thanks,
>>
>> So it seems that there is no (easy or otherwise) way to build from
>> latest development tree, only from the last "stable" source tarball.
>
> The latest development
On Apr 10, 2009, at 11:19 AM, davidp wrote:
>
> The following seems like odd behavior to me.
>
> Dave
>
> I. No problem:
> sage: integral(log(x)/x^(1.002),x)
> 500*(-log(x)/x^(1/500) - 500/x^(1/500))
> sage: s(10)-s(1)
> 500*(-log(10)/10^(1/500) - 500/10^(1/500)) + 25
> sage: n(_)
> 2.6428243
lmc70 wrote:
> Even though I may not need edit the cell anymore, I still need execute
> it. Is there a way to do that without seeing the cell?
If you put "%auto" at the top of the cell on a line by itself, it will
automatically execute when the worksheet opens.
Jason
--~--~-~--~~
The following seems like odd behavior to me.
Dave
I. No problem:
sage: integral(log(x)/x^(1.002),x)
500*(-log(x)/x^(1/500) - 500/x^(1/500))
sage: s(10)-s(1)
500*(-log(10)/10^(1/500) - 500/10^(1/500)) + 25
sage: n(_)
2.64282437870861
II. Problem:
sage: integral(log(x)/x^(1.002),x,1,10)
-
On Fri, Apr 10, 2009 at 8:22 AM, rpmul...@gmail.com wrote:
>
> I have a sage server set up at work where different people in my group
> can view and collaborate with programs. However, when I travel, this
> site is unavailable to me, and I'd like to be able to work on my sage
> scripts during thi
I have a sage server set up at work where different people in my group
can view and collaborate with programs. However, when I travel, this
site is unavailable to me, and I'd like to be able to work on my sage
scripts during this time. Of course, I can always download the scripts
before I leave, a
Even though I may not need edit the cell anymore, I still need execute
it. Is there a way to do that without seeing the cell?
lmc
On Apr 10, 9:30 am, Jason Grout wrote:
> lmc70 wrote:
> > I got a new issue after change to %hideall. Each time reopening the
> > workbook the %hideall cell is mis
Alec wrote:
> Also, show3d doesn't work with that graph,
>
> G.show3d()
>
> ZeroDivisionError: float division
>
Huh, thanks for pointing this out. Apparently show3d() chokes on loops
(that's the error: I think it's trying to make a cylinder (edge) with
length 0). Also, show3d doesn't show m
lmc70 wrote:
> I got a new issue after change to %hideall. Each time reopening the
> workbook the %hideall cell is missing (the results are still there).
> Cannot see the greyed %hideall and tried to click that area still
> won't activate the hidden cell. I have to use the edit to comment
> %hid
On Fri, Apr 10, 2009 at 1:38 AM, Alec wrote:
>
> Also, show3d doesn't work with that graph,
>
> G.show3d()
>
> ZeroDivisionError: float division
>
> Alec Mihailovs
Ouch. This is now http://trac.sagemath.org/sage_trac/ticket/5733
William
--~--~-~--~~~---~--~~
To
On Fri, Apr 10, 2009 at 12:09 AM, Alec wrote:
>
>
> On Apr 8, 11:50 am, William Stein wrote:
>
>> Thanks for the bug report. We are tracking this here:
>>
>> http://trac.sagemath.org/sage_trac/ticket/5713
>
> Fantastic! I see that it is fixed already! I just added lambdas to my
> graph_plot.py
On Fri, Apr 10, 2009 at 6:59 AM, Pat LeSmithe wrote:
>
>
> It also disappears on page refresh/reload. The "culprit" seems to be in
> Cell.html(), which renders a cell as HTML, around line 1630 of cell.py:
>
> if 'hideall' in self.percent_directives():
> s = html_out
> el
fedora alternatives provides a way of managing these problems.
See for example
http://chacha.vox.com/library/post/install-java-on-redhat.html
note also that the plugin in the firefox directory
can similarly be managed with alternatives.
-gerhard
--~--~-~--~~~---~--~
On Fri, Apr 10, 2009 at 6:59 AM, Pat LeSmithe wrote:
>
>
> It also disappears on page refresh/reload. The "culprit" seems to be in
> Cell.html(), which renders a cell as HTML, around line 1630 of cell.py:
>
> if 'hideall' in self.percent_directives():
> s = html_out
> el
On Fri, Apr 10, 2009 at 6:53 AM, Flavio Coelho wrote:
>
> Thanks,
>
> So it seems that there is no (easy or otherwise) way to build from
> latest development tree, only from the last "stable" source tarball.
The latest development version is here:
http://sage.math.washington.edu/home/mabshoff/r
It also disappears on page refresh/reload. The "culprit" seems to be in
Cell.html(), which renders a cell as HTML, around line 1630 of cell.py:
if 'hideall' in self.percent_directives():
s = html_out
else:
s = html_in + introspect + html_out
I'm still co
Thanks,
So it seems that there is no (easy or otherwise) way to build from
latest development tree, only from the last "stable" source tarball.
That's what I was hoping for.
On 9 abr, 18:15, Robert Bradshaw wrote:
> On Apr 9, 2009, at 7:41 AM, Flavio Coelho wrote:
>
>
>
> > Hi, I cloned Sa
I got a new issue after change to %hideall. Each time reopening the
workbook the %hideall cell is missing (the results are still there).
Cannot see the greyed %hideall and tried to click that area still
won't activate the hidden cell. I have to use the edit to comment
%hideall to let the cell sh
Also, show3d doesn't work with that graph,
G.show3d()
ZeroDivisionError: float division
Alec Mihailovs
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...
I had the same problem, which I fixed by adding one of the Jaunty
multiverse repositories to the software sources, then reloading the
list of packages in Synaptic (by clicking the Reload button),
upgrading sun-java6 packages, installing new sun-java6-plugin package
and uninstalling icedtea6-plugin
On Apr 8, 11:50 am, William Stein wrote:
> Thanks for the bug report. We are tracking this here:
>
> http://trac.sagemath.org/sage_trac/ticket/5713
Fantastic! I see that it is fixed already! I just added lambdas to my
graph_plot.py file and the graph plots OK.
Meanwhile, I've noticed that t
36 matches
Mail list logo