Re: [sympy] Re: Google Summer of Code

2013-05-22 Thread Chris Smith
Being able to parse expressions copied from https://www.desmos.com/calculator might be nice (and to make them compatible with pasting there) might be nice. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receivi

Re: [sympy] args invariant

2013-05-22 Thread Stefan Krastanov
If I remember correctly one of the examples was just a named object. Not a number, not something that can have meaningful assumptions on it, nor something that needs any new methods. Not a complex number which is what Symbol represents usually. On 21 May 2013 19:55, Aaron Meurer wrote: > What w

Re: [sympy] solve() questions

2013-05-22 Thread Chris Smith
Before work on this begins it would be nice to get PR 1964 in place. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this

Re: [sympy] args invariant

2013-05-22 Thread Ronan Lamy
2013/5/21 Aaron Meurer > Thanks for responding. I think most of what I want to say is in > response to Matthew, but let me just mention that I agree with Ronan. > Integer is very different from int. Aside from the obvious difference > with division, every attribute and method of the classes it in

Re: [sympy] args invariant

2013-05-22 Thread Stefan Krastanov
Ronan, with your suggestion, what if for some reason I want `MatrixSymbol('A', 2, 2)` and `MatrixSymbol('A', 3, 3)`? What is the way to approach this? Maybe it is just bad style to create different "named+additional info" objects with the same name, but I do not see a clear reason why not. And bac

Re: [sympy] args invariant

2013-05-22 Thread Ronan Lamy
2013/5/22 Stefan Krastanov > Ronan, with your suggestion, what if for some reason I want > `MatrixSymbol('A', 2, 2)` and `MatrixSymbol('A', 3, 3)`? > Then you just create the 2 objects. I don't see why it would cause any problem besides the printing confusion. > What is the way to approach thi

Re: [sympy] Re: Google Summer of Code

2013-05-22 Thread Bharath M R
That's a great link. I am really surprised by their time taken to render plots. That is really really fast. The parsing library is open sourced at https://github.com/mathquill/mathquill . -- You received this message because you are subscribed to

Re: [sympy] Re: Google Summer of Code

2013-05-22 Thread Chris Smith
When you zoom you can see the fuzzy updating (not sure what to call it -- incremental refining?) that they are doing. It's pretty nice. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, se

Re: [sympy] Re: Google Summer of Code

2013-05-22 Thread Aaron Meurer
On May 22, 2013, at 5:21 AM, Bharath M R wrote: That's a great link. I am really surprised by their time taken to render plots. That is really really fast. The parsing library is open sourced at https://github.com/mathquill/mathquill . It's GPL, t

Re: [sympy] Re: Google Summer of Code

2013-05-22 Thread Angus Griffith
Isn't this just (a subset of) math mode LaTeX? On Wednesday, 22 May 2013 18:17:03 UTC+10, smichr wrote: > > Being able to parse expressions copied from > https://www.desmos.com/calculator might be nice (and to make them > compatible with pasting there) might be nice. > -- You received this