On 2016-12-10, Qian Hong wrote:
> No, this is not automatically enough, I'm looking for an automatic way
> rather than manually rewriting every expressions. In other words, I'm
> looking for something like 100k lines of sage expression samples, and
> then automatically generate 100k latex express
On Saturday, December 10, 2016 at 12:31:20 PM UTC-8, Qian Hong wrote:
>
> Thanks David,
>
> On Sun, Dec 11, 2016 at 7:02 AM, David Roe > wrote:
> > The issue is with the simplification of the expression, rather than the
> > latex function. The following currently works:
> >
> > sage: latex(x
On Sat, Dec 10, 2016 at 3:30 PM, Qian Hong wrote:
> Thanks David,
>
> On Sun, Dec 11, 2016 at 7:02 AM, David Roe wrote:
> > The issue is with the simplification of the expression, rather than the
> > latex function. The following currently works:
> >
> > sage: latex(x.mul(x.power(-1),hold=True)
Thanks David,
On Sun, Dec 11, 2016 at 7:02 AM, David Roe wrote:
> The issue is with the simplification of the expression, rather than the
> latex function. The following currently works:
>
> sage: latex(x.mul(x.power(-1),hold=True))
> \frac{x}{x}
>
> Is this sufficient for your purposes? If not
On Sat, Dec 10, 2016 at 11:47 AM, Qian Hong wrote:
> hi folks,
>
> I posted this question in irc but no reply, so I re-post here, also
> for better archive. Sorry for duplicating!
> (BTW, http://boxen.math.washington.edu/home/keshav/irclogs/ doesn't
> work, anyone have a look?)
>
No problem; IRC
On Dec 10, 2016 11:58, "Nicolas M. Thiery" wrote:
On Thu, Dec 08, 2016 at 11:49:03AM +0100, Erik Bray wrote:
> > Some simple examples use the old turtle graphics
> > but « from turtle import * » is not accepted !
>
> Aha. Yes, it looks like by default Cygwin's Python does not come with
> the Tki
Here's a turtle graphics implementation. It should be to adapt any
notebook...
https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2014-12-12-turtle/Sage%20Turtle%20via%20JSXGraph.sagews
---
https://cloud.sagemath.com/4a5f0542-5873-4eed-a85c-a18c706e8bcd/raw/s
hi folks,
I posted this question in irc but no reply, so I re-post here, also
for better archive. Sorry for duplicating!
(BTW, http://boxen.math.washington.edu/home/keshav/irclogs/ doesn't
work, anyone have a look?)
Is there any update or future plan for the below question?
https://ask.sagemath.o
On 12/09/2016 09:54 PM, Nicolas M. Thiery wrote:
> On Wed, Dec 07, 2016 at 02:50:15PM +, Tobias Hansen wrote:
>> On 12/07/2016 01:26 PM, Jeroen Demeyer wrote:
>> If you look at the patch [1] that was applied, there is a new check for
>> tp_new(). I'm not 100% sure that's what causes the problem
On Wed, Dec 07, 2016 at 11:16:50PM +0100, Jean Thiéry (Papa) wrote:
> Latter on, would it be possible to run the interact examples
> which are very interesting ?
> https://wiki.sagemath.org/interact
> They work with the old notebook !
Sage's interacts should work in the Jupyter notebook soon (in t
On Thu, Dec 08, 2016 at 11:49:03AM +0100, Erik Bray wrote:
> > Some simple examples use the old turtle graphics
> > but « from turtle import * » is not accepted !
>
> Aha. Yes, it looks like by default Cygwin's Python does not come with
> the Tkinter module, and hence no turtle module either. Th
11 matches
Mail list logo