Re: [sympy] GSoC Acceptance

2012-03-16 Thread Sherjil Ozair
with college, I have not been able to find time for this. But, I hope my work will be merged in this summer. Best, Sherjil Ozair On Sat, Mar 17, 2012 at 12:16 AM, Aaron Meurer asmeu...@gmail.com wrote: Hi. I'm happy to announce that SymPy was once again accepted by Google to participate in Google

Re: [sympy] What should Matrix([1,2,3]) give?

2011-08-29 Thread Sherjil Ozair
I think for consistency's sake, we should make this return a row matrix. Matrix([1,2,3]).T would be the corresponding column matrix. On Mon, Aug 29, 2011 at 10:47 PM, Robert Kern robert.k...@gmail.com wrote: On Mon, Aug 29, 2011 at 02:26, smichr smi...@gmail.com wrote: I posted something to

Re: [sympy] Scalar Matrices

2011-07-20 Thread Sherjil Ozair
of the function, thus we can even call this function is_scalar in the matrix sub-module namespace. -Sherjil Ozair -- You received this message because you are subscribed to the Google Groups sympy group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group

Re: [sympy] Re: Structure of Matrix module

2011-05-14 Thread Sherjil Ozair
On Sun, May 15, 2011 at 12:26 AM, Ronan Lamy ronan.l...@gmail.com wrote: Le samedi 14 mai 2011 à 08:43 -0700, Vinzent Steinberg a écrit : On 13 Mai, 01:54, SherjilOzair sherjiloz...@gmail.com wrote: Did I leave anything Vinzent ? I think we should also talk about the future of the

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Sherjil Ozair
such an important question. -Sherjil Ozair On May 12, 8:14 pm, Matthew Rocklin mrock...@gmail.com wrote: Do we have a clear understanding of who our userbase is? Is SymPy being used for education? for research in academia? in industry? I imagine the answer is that yes, it's being used in all

[sympy] Structure of Matrix module

2011-05-12 Thread Sherjil Ozair
Hello everyone, I took ideas from mattpap's thesis at [1], specifically the idea of multi level structure. The hierarchy I have in mind is Level 0 : A collection of functions that operate on groundtypes(GMPY, Python, Sympy). Functions of this layer will receive the Matrix data as arguments.

Re: [sympy] Re: Structure of Matrix module

2011-05-12 Thread Sherjil Ozair
a Matrix could also have, for example, rational function terms, and also you want to be able to support general expression terms. How would that fit in your model? Aaron Meurer On Thu, May 12, 2011 at 5:51 PM, Sherjil Ozair sherjiloz...@gmail.com wrote: Hello everyone

Re: [sympy] Sparse Matrix Project

2011-03-31 Thread Sherjil Ozair
-- You received this message because you are subscribed to the Google Groups sympy group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at

[sympy] Matrix Module Project

2011-03-27 Thread Sherjil Ozair
. Thanks, Sherjil Ozair -- You received this message because you are subscribed to the Google Groups sympy group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group

[sympy] Re: Matrix Module Project

2011-03-27 Thread Sherjil Ozair
-- You received this message because you are subscribed to the Google Groups sympy group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at

Re: [sympy] Re: how to edit modules vectorization of subs

2011-03-18 Thread Sherjil Ozair
Hello Hector, limit(sin(x),x,oo) means sin(x) evaluated, as x approaches to infinity from default positive side. It is an oscillatory limit, equal to k and not k/oo, where k can be anything in [-1,1]. The answer should be Nan, and not an error, as then, sympy would be more robust, and users will