Sorry, this is the link I wanted to post: http://tinyurl.com/26dcx8e
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/grou
Hello,
I think there should be a consistent reference style throughout the
Sage documentation; there doesn't seem to be one now. AMS seems
appropriate, http://tinyurl.com/2dknqzh. What do you think?
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this g
On Mon, Dec 27, 2010 at 3:36 PM, Simon King wrote:
> Hi Robert!
>
> On 27 Dez., 22:26, Robert Bradshaw
> wrote:
>> sage: M = matrix(ZZ, 2, 2)
>> sage: space = M.parent(); space
>> Full MatrixSpace of 2 by 2 dense matrices over Integer Ring
>> sage: space.get_act
>> space.get_action space.ge
Hi,
I like the new approach. In the same vein, the Contents page may be
restructured such that it lists only chapter titles, and each chaper
has its own contents page. The current Contents page is too long to
scroll down to reach what I want.
Kwankyu
--
To post to this group, send an email to
Hi,
I love the reference manual in the new format. For building time
problem, users may be given several choices, one of which might be
just to download the built documentation from the web.
Kwankyu
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this
Hi Robert!
On 27 Dez., 22:26, Robert Bradshaw
wrote:
> sage: M = matrix(ZZ, 2, 2)
> sage: space = M.parent(); space
> Full MatrixSpace of 2 by 2 dense matrices over Integer Ring
> sage: space.get_act
> space.get_action space.get_action_c space.get_action_impl
> sage: space.get_action??
On Mon, Dec 27, 2010 at 12:52 PM, Robert Bradshaw
wrote:
> On Mon, Dec 27, 2010 at 12:48 PM, Simon King wrote:
>> Hi Robert,
>>
>> On 27 Dez., 20:28, Robert Bradshaw
>> wrote:
>>> > A lot of other patches have the same errors. Seems to me that the base
>>> > install to witch the patches are appl
>> As for build time, why not drop building documentation at all and let
>> users choose whether to build it later and in what form? I used
>> patches from http://trac.sagemath.org/sage_trac/ticket/9128 for
>> several month and every time after upgrade I had to rebuild the whole
>> documentation af
On Thu, Dec 16, 2010 at 8:14 PM, Andrey Novoseltsev wrote:
> On Dec 16, 9:45 am, Minh Nguyen wrote:
>> Hi folks,
>>
>> I have converted the whole reference manual use one page per method or
>> function. The resulting HTML version of the reference manual is up [1]
>> at Google code for your viewin
On Wed, Dec 22, 2010 at 6:53 AM, Simon King wrote:
> Hi!
>
> We have
> sage: v = vector(ZZ,[1,2])
> sage: M = matrix(ZZ,2,2,[1,2,3,4])
> sage: cm = sage.structure.element.get_coercion_model()
> sage: cm.explain(v.parent(),M.parent(),operator.mul)
> Action discovered.
> Right action by Full Matr
On Wed, Dec 22, 2010 at 4:14 AM, Dan Drake wrote:
> I would like something like this to work:
>
> L = line([ some 2d points ])
> L.translate(1, -1)
>
> or
>
> foo = some_graphics_object()
> bar = sage.plot.translate(foo, 1, -1)
>
> I'd also like rotation and scaling methods to work -- or, more
On Mon, Dec 27, 2010 at 12:48 PM, Simon King wrote:
> Hi Robert,
>
> On 27 Dez., 20:28, Robert Bradshaw
> wrote:
>> > A lot of other patches have the same errors. Seems to me that the base
>> > install to witch the patches are applied should be fixed such that it
>> > might actually pass the appl
Hi Robert,
On 27 Dez., 20:28, Robert Bradshaw
wrote:
> > A lot of other patches have the same errors. Seems to me that the base
> > install to witch the patches are applied should be fixed such that it
> > might actually pass the applying of some patches
>
> Sage 4.6 is the latest release, but 4.
On Mon, Dec 27, 2010 at 11:48 AM, Nathann Cohen wrote:
> Hello !!
>
>> What pictures are you looking at?
>
> Things like those :
>
> sage: graphs.PetersenGraph().show()
> sage: graphs.RandomGNP(20,.3).show()
>
> I do not use the notebook, and when I display those pictures I usually
> toggle my pic
On 12/27/10 1:48 PM, Nathann Cohen wrote:
Hello !!
What pictures are you looking at?
Things like those :
sage: graphs.PetersenGraph().show()
sage: graphs.RandomGNP(20,.3).show()
I do not use the notebook, and when I display those pictures I usually
toggle my picture viewer to fullscreen...
Hello !!
> What pictures are you looking at?
Things like those :
sage: graphs.PetersenGraph().show()
sage: graphs.RandomGNP(20,.3).show()
I do not use the notebook, and when I display those pictures I usually
toggle my picture viewer to fullscreen... At this level, the pictures
I see are not th
On Mon, Dec 27, 2010 at 11:27 AM, Justin C. Walker wrote:
>
> On Dec 27, 2010, at 10:58 , Robert Bradshaw wrote:
>
>> On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote:
>>> Hi, all,
>>>
>>> A couple of questions regarding mutabilty:
>>>
>>> First, I noticed a comment at the beginning of qua
On Sat, Dec 25, 2010 at 3:06 AM, Nathann Cohen wrote:
> Hello everybody !
>
> I am trying to improve a bit Sage's display of graphs, and lurking
> through the different options it gives I found out about the dpi
> keyword. Then I went to the file sage/plot/plot.py to see the default
> value of thi
On Sun, Dec 26, 2010 at 4:20 AM, koffie wrote:
> Hej All,
>
> I just looked at the patch bot reports And a lot of patches seem to
> give the same error log when applied.
>
> For example: compare the bottom of
> http://sage.math.washington.edu:21100/log/10515/linux/ubuntu/hardy/sage.math.washington
On Dec 27, 2010, at 11:25 , Robert Bradshaw wrote:
> On Mon, Dec 27, 2010 at 11:14 AM, Justin C. Walker wrote:
>> Thanks for the reply.
>>
>> On Dec 26, 2010, at 03:17 , Volker Braun wrote:
>>
>>> Python has no "const". You can always manually change the innards of your
>>> class. The set_immu
On Dec 27, 2010, at 10:58 , Robert Bradshaw wrote:
> On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote:
>> Hi, all,
>>
>> A couple of questions regarding mutabilty:
>>
>> First, I noticed a comment at the beginning of quadratic_forms/binary_qf.py
>> from Stein: "make immutable". Can a
On Mon, Dec 27, 2010 at 11:14 AM, Justin C. Walker wrote:
> Thanks for the reply.
>
> On Dec 26, 2010, at 03:17 , Volker Braun wrote:
>
>> Python has no "const". You can always manually change the innards of your
>> class. The set_immutable() is just implemented by hand.
>
> Tuples are "really" im
Thanks for the reply.
On Dec 26, 2010, at 03:17 , Volker Braun wrote:
> Python has no "const". You can always manually change the innards of your
> class. The set_immutable() is just implemented by hand.
Tuples are "really" immutable, correct? Is this possible because the tuple is
an internal
On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote:
> Hi, all,
>
> A couple of questions regarding mutabilty:
>
> First, I noticed a comment at the beginning of quadratic_forms/binary_qf.py
> from Stein: "make immutable". Can anyone (William?) elaborate on what that
> means? They don't c
I've banned him. Sorry for the spam.
On Mon, Dec 27, 2010 at 11:46 AM, justmemarin wrote:
> See at http://www.youtube.com/watch?v=CqSC61lCPhk
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@
See at http://www.youtube.com/watch?v=CqSC61lCPhk
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: h
26 matches
Mail list logo