Re: [sympy] ssh help

2011-05-12 Thread Aaron Meurer
On Fri, May 13, 2011 at 12:21 AM, Ondrej Certik wrote: > On Thu, May 12, 2011 at 10:22 PM, Aaron Meurer wrote: >> On Thu, May 12, 2011 at 11:15 PM, smichr wrote: >>> I went through the step by step instructions from Help.github to set >>> up a new key so I can access github with another computer

Re: [sympy] deprecate the "ln" function (use "log")

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 10:15 PM, Aaron Meurer wrote: > I don't see any danger in keeping it.  It's just a shortcut, and many > people who are new to using CASs will want to use ln.  And you only > get it from import *, which is supposed to only be in the user > friendly cases (like isympy). Ok,

Re: [sympy] ssh help

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 10:22 PM, Aaron Meurer wrote: > On Thu, May 12, 2011 at 11:15 PM, smichr wrote: >> I went through the step by step instructions from Help.github to set >> up a new key so I can access github with another computer but it isn't >> working: >> >> I start in an empty .ssh dire

Re: [sympy] deprecate the "ln" function (use "log")

2011-05-12 Thread Tim Lahey
On 2011-05-13, at 12:22 AM, Ondrej Certik wrote: > Hi, > > Should we deprecate "ln"? NumPy doesn't have any "ln", neither does > Python's math library. Everybody uses "log". In sympy, > we just have "ln = log" anyway, so I am all for starting to return a > deprecated warning if people use it. An

[sympy] Re: ssh help

2011-05-12 Thread smichr
I finally just tried it by making sure to terminate the pasted key after the == and now it works. -- 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

Re: [sympy] ssh help

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 11:15 PM, smichr wrote: > I went through the step by step instructions from Help.github to set > up a new key so I can access github with another computer but it isn't > working: > > I start in an empty .ssh directory > > chriss@CHRIS-LT ~/.ssh > $ ssh-keygen -t rsa -C "smi

Re: [sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Aaron Meurer
If you do git show e9f4a0a595eaa82571e1dea55d672ec82da5d2c8 --stat, you get commit e9f4a0a595eaa82571e1dea55d672ec82da5d2c8 Author: Mateusz Paprocki Date: Wed May 4 18:26:49 2011 -0700 Fixed tests after keep_sign was removed sympy/core/tests/test_evalf.py |1 + sy

[sympy] ssh help

2011-05-12 Thread smichr
I went through the step by step instructions from Help.github to set up a new key so I can access github with another computer but it isn't working: I start in an empty .ssh directory chriss@CHRIS-LT ~/.ssh $ ssh-keygen -t rsa -C "smi...@gmail.com" Generating public/private rsa key pair. Enter fi

Re: [sympy] deprecate the "ln" function (use "log")

2011-05-12 Thread Aaron Meurer
I don't see any danger in keeping it. It's just a shortcut, and many people who are new to using CASs will want to use ln. And you only get it from import *, which is supposed to only be in the user friendly cases (like isympy). Aaron Meurer On Thu, May 12, 2011 at 10:22 PM, Ondrej Certik wrot

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 10:19 PM, Ondrej Certik wrote: > On Thu, May 12, 2011 at 7:40 PM, Ronan Lamy wrote: >> Le jeudi 12 mai 2011 à 19:22 -0700, Ondrej Certik a écrit : >>> On Thu, May 12, 2011 at 5:28 PM, Ronan Lamy wrote: >>> > Le jeudi 12 mai 2011 à 16:06 -0700, Ondrej Certik a écrit : >>>

Re: [sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 9:33 PM, Saptarshi Mandal wrote: >> You can use `git log --name-status` to have git show you the files >> that were modified. > > I'll take the previous example, so in one of the commits if I do a git > log --name-status > I get this > > commit e9f4a0a595eaa82571e1dea55d672

[sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Saptarshi Mandal
> You can use `git log --name-status` to have git show you the files > that were modified. I'll take the previous example, so in one of the commits if I do a git log --name-status I get this commit e9f4a0a595eaa82571e1dea55d672ec82da5d2c8 Author: Mateusz Paprocki Date: Wed May 4 18:26:49 2011

Re: [sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 8:38 PM, Aaron Meurer wrote: > On Thu, May 12, 2011 at 8:00 PM, Robert Kern wrote: >> On Thu, May 12, 2011 at 20:22, Saptarshi Mandal >> wrote: >>> Doing a git log shows that commit messages typically follow no clear >>> pattern. >>> The same can be said for patches too.

[sympy] deprecate the "ln" function (use "log")

2011-05-12 Thread Ondrej Certik
Hi, Should we deprecate "ln"? NumPy doesn't have any "ln", neither does Python's math library. Everybody uses "log". In sympy, we just have "ln = log" anyway, so I am all for starting to return a deprecated warning if people use it. And remove it eventually in later releases. Ondrej -- You rec

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 7:40 PM, Ronan Lamy wrote: > Le jeudi 12 mai 2011 à 19:22 -0700, Ondrej Certik a écrit : >> On Thu, May 12, 2011 at 5:28 PM, Ronan Lamy wrote: >> > Le jeudi 12 mai 2011 à 16:06 -0700, Ondrej Certik a écrit : >> >> On Thu, May 12, 2011 at 3:49 PM, Aaron Meurer wrote: >> >>

Re: [sympy] Re: Structure of Matrix module

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 9:41 PM, Sherjil Ozair wrote: > I see. This doesn't seem very difficult. It boils down to adding more types > to the groundtypes list. > From an algorithmic point of view, all the algorithms need to know about the > groundtypes, other than support for the 4 basic operations

Re: [sympy] Re: Structure of Matrix module

2011-05-12 Thread Sherjil Ozair
I see. This doesn't seem very difficult. It boils down to adding more types to the groundtypes list. >From an algorithmic point of view, all the algorithms need to know about the groundtypes, other than support for the 4 basic operations, is their support of the .is_zero function. The groundtypes t

Re: [sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 8:00 PM, Robert Kern wrote: > On Thu, May 12, 2011 at 20:22, Saptarshi Mandal > wrote: >> Doing a git log shows that commit messages typically follow no clear >> pattern. >> The same can be said for patches too. >> >> For example >> ... >> commit 0f7f4fbc268545651860d7d41

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
Cool. Does your university use SymPy, or is it just something that you personally use? And by the way, even if you're not from a developing country, you can save a lot of money by using open source software (assuming it is of comparable quality). Aaron Meurer On Thu, May 12, 2011 at 7:16 PM, li

Re: [sympy] Re: Structure of Matrix module

2011-05-12 Thread Aaron Meurer
Yes, the "general expressions" meant Expr objects. But I think you should allow more advanced fields than just QQ like the coefficient fields in the Polys, things like ZZ(x), or even ZZ (if you reuse code from the polys, it should be easy to do anything that the polys support). ZZ(x) is easier to

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Ronan Lamy
Le jeudi 12 mai 2011 à 19:22 -0700, Ondrej Certik a écrit : > On Thu, May 12, 2011 at 5:28 PM, Ronan Lamy wrote: > > Le jeudi 12 mai 2011 à 16:06 -0700, Ondrej Certik a écrit : > >> On Thu, May 12, 2011 at 3:49 PM, Aaron Meurer wrote: > >> > Hi. > >> > > >> > There was a discussion over at > >> >

Re: [sympy] Re: Structure of Matrix module

2011-05-12 Thread Ronan Lamy
Le jeudi 12 mai 2011 à 18:41 -0700, SherjilOzair a écrit : > > On May 13, 5:23 am, Ronan Lamy wrote: > > Le vendredi 13 mai 2011 à 03:51 +0400, Sherjil Ozair a écrit : > > > > > > > > > > > > > > > > > > > > > Hello everyone, > > > > > I took ideas from mattpap's thesis at [1], specifically the i

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 6:55 PM, Robert Kern wrote: > On Thu, May 12, 2011 at 19:40, Aaron Meurer wrote: >> On Thu, May 12, 2011 at 5:50 PM, Ronan Lamy wrote: >>> Le jeudi 12 mai 2011 à 16:41 -0600, Aaron Meurer a écrit : Would it require the ast module?  That is only available on 2.6+.  Bu

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 5:28 PM, Ronan Lamy wrote: > Le jeudi 12 mai 2011 à 16:06 -0700, Ondrej Certik a écrit : >> On Thu, May 12, 2011 at 3:49 PM, Aaron Meurer wrote: >> > Hi. >> > >> > There was a discussion over at >> > http://code.google.com/p/sympy/issues/detail?id=1721 to rename the >> > R

Re: [sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Robert Kern
On Thu, May 12, 2011 at 20:22, Saptarshi Mandal wrote: > Doing a git log shows that commit messages typically follow no clear > pattern. > The same can be said for patches too. > > For example > ... > commit 0f7f4fbc268545651860d7d41b03269225a9c866 > Author: Ronan Lamy > Date:   Tue Apr 26 01:10:

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Robert Kern
On Thu, May 12, 2011 at 19:40, Aaron Meurer wrote: > On Thu, May 12, 2011 at 5:50 PM, Ronan Lamy wrote: >> Le jeudi 12 mai 2011 à 16:41 -0600, Aaron Meurer a écrit : >>> Would it require the ast module?  That is only available on 2.6+.  But >>> that's better than nothing.  1/2 vs. S(1)/2 is by fa

[sympy] Re: Structure of Matrix module

2011-05-12 Thread SherjilOzair
On May 13, 5:23 am, Ronan Lamy wrote: > Le vendredi 13 mai 2011 à 03:51 +0400, Sherjil Ozair a écrit : > > > > > > > > > > > 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 :

[sympy] Re: Who uses SymPy?

2011-05-12 Thread lira.lg
Hi I am from the Catholic University of Peru and we use only OS tools like maxima or octave because academic institutions in developing countries dont have the funds for buying proprietary software as mathematica or matlab, campus licensing is very expensive for an University from a developing coun

Re: [sympy] Structure of Matrix module

2011-05-12 Thread Ronan Lamy
Le vendredi 13 mai 2011 à 03:51 +0400, Sherjil Ozair a écrit : > 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,

[sympy] Re: Preparing for the 0.7.0 Release

2011-05-12 Thread Saptarshi Mandal
Doing a git log shows that commit messages typically follow no clear pattern. The same can be said for patches too. For example ... commit 0f7f4fbc268545651860d7d41b03269225a9c866 Author: Ronan Lamy Date: Tue Apr 26 01:10:12 2011 +0100 Fix doctests for keep_sign = True commit 819b28a088c3

[sympy] Re: Structure of Matrix module

2011-05-12 Thread SherjilOzair
By 'rational function terms' and'general expression terms' do you mean that a matrix should take Expr objects as elements ? Of course, I missed to add it in the list of groundtypes. Felt it was obvious. On May 13, 4:53 am, Aaron Meurer wrote: > I think a Matrix could also have, for example, ratio

Re: [sympy] Structure of Matrix module

2011-05-12 Thread Aaron Meurer
I think 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 wrote: > Hello everyone, > I took ideas from mattpap's thesis a

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Aaron Meurer
By the way, I watched this presentation about the ast module from PyCon 2011. It's pretty interesting. Based on that, doing something like this would be really easy to do. http://pycon.blip.tv/file/4880291/ Aaron Meurer On Thu, May 12, 2011 at 6:28 PM, Ronan Lamy wrote: > Le jeudi 12 mai 2011

[sympy] Re: Who uses SymPy?

2011-05-12 Thread Saptarshi Mandal
The situation in my college is that several people use Matlab/ Mathematica for various reasons and really have no incentive to shift to an open source CAS (except for geek cred) unless it is easier to use. The reason being that copyright laws are lax in India and many people just download whatever

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 5:50 PM, Ronan Lamy wrote: > Le jeudi 12 mai 2011 à 16:41 -0600, Aaron Meurer a écrit : >> Would it require the ast module?  That is only available on 2.6+.  But >> that's better than nothing.  1/2 vs. S(1)/2 is by far the number one >> gotcha that I see. > > That's really

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Ronan Lamy
Le jeudi 12 mai 2011 à 16:06 -0700, Ondrej Certik a écrit : > On Thu, May 12, 2011 at 3:49 PM, Aaron Meurer wrote: > > Hi. > > > > There was a discussion over at > > http://code.google.com/p/sympy/issues/detail?id=1721 to rename the > > Real class to Float, because the name fits the class better.

Re: [sympy] Structure of Matrix module

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 4:51 PM, Sherjil Ozair wrote: > Hello everyone, > I took ideas from mattpap's thesis at [1], specifically the idea of multi > level structure. Wow, I didn't know that Mateusz's master thesis is in sphinx: http://mattpap.github.com/masters-thesis/html/index.html I think i

[sympy] Re: Structure of Matrix module

2011-05-12 Thread SherjilOzair
Did I leave anything Vinzent ? On May 13, 3:51 am, Sherjil Ozair wrote: > 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,

[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. Func

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Ronan Lamy
Le jeudi 12 mai 2011 à 16:41 -0600, Aaron Meurer a écrit : > Would it require the ast module? That is only available on 2.6+. But > that's better than nothing. 1/2 vs. S(1)/2 is by far the number one > gotcha that I see. That's really the only thing that prevents us from using a standard Python

Re: [sympy] Preparing for the 0.7.0 Release

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 5:12 PM, Ondrej Certik wrote: > On Thu, May 12, 2011 at 3:32 PM, Aaron Meurer wrote: >> Hi everyone. >> >> I am now off of classes, so my top priority is to get the release out. >>  My goal is to have the release out by the end of the month. >> >> There are some things tha

Re: [sympy] Preparing for the 0.7.0 Release

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 3:32 PM, Aaron Meurer wrote: > Hi everyone. > > I am now off of classes, so my top priority is to get the release out. >  My goal is to have the release out by the end of the month. > > There are some things that need to be done before the release: > > - Fix all blocking is

Re: [sympy] Renaming Real to Float

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 3:49 PM, Aaron Meurer wrote: > Hi. > > There was a discussion over at > http://code.google.com/p/sympy/issues/detail?id=1721 to rename the > Real class to Float, because the name fits the class better.  The > reasoning is that Real represents floating point numbers, not any

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
Yeah, I wouldn't worry about Python 2.4. We are dropping support right after the release, which will be very soon. Aaron Meurer On Thu, May 12, 2011 at 5:00 PM, Ondrej Certik wrote: > On Thu, May 12, 2011 at 3:41 PM, Aaron Meurer wrote: >> Would it require the ast module?  That is only availab

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 4:52 PM, Tim Lahey wrote: > Hi, > > On Thu, May 12, 2011 at 6:14 PM, Aaron Meurer wrote: >> >> We do have classify_ode, the idea of which was stolen from DETools. >> But I agree that having more of those would be nice.  Any specific >> ones that you would like to have?  Ma

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 3:41 PM, Aaron Meurer wrote: > Would it require the ast module?  That is only available on 2.6+.  But > that's better than nothing.  1/2 vs. S(1)/2 is by far the number one > gotcha that I see. Here is the file (I think it works for 2.5+): https://github.com/sympy/sympy/b

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Tim Lahey
Hi, On Thu, May 12, 2011 at 6:14 PM, Aaron Meurer wrote: > > We do have classify_ode, the idea of which was stolen from DETools. > But I agree that having more of those would be nice.  Any specific > ones that you would like to have?  Maybe open issues for them.  Having > a symbolic pde solver wo

[sympy] Renaming Real to Float

2011-05-12 Thread Aaron Meurer
Hi. There was a discussion over at http://code.google.com/p/sympy/issues/detail?id=1721 to rename the Real class to Float, because the name fits the class better. The reasoning is that Real represents floating point numbers, not any real number like sin(1) or 2*pi, and it is confusing to have the

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
Would it require the ast module? That is only available on 2.6+. But that's better than nothing. 1/2 vs. S(1)/2 is by far the number one gotcha that I see. Aaron Meurer On Thu, May 12, 2011 at 4:21 PM, Ondrej Certik wrote: > On Thu, May 12, 2011 at 3:16 PM, Aaron Meurer wrote: >> I'm undecid

[sympy] Preparing for the 0.7.0 Release

2011-05-12 Thread Aaron Meurer
Hi everyone. I am now off of classes, so my top priority is to get the release out. My goal is to have the release out by the end of the month. There are some things that need to be done before the release: - Fix all blocking issues: I have spent the past few days going through the milestone-r

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 3:16 PM, Aaron Meurer wrote: > I'm undecided if it should be done in isympy.  Maybe there should at > least be an option. I think we should do it as an option, yes. And we can start using it, as an option and see how it goes. > As for how to do it, can sympify be extended

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
I'm undecided if it should be done in isympy. Maybe there should at least be an option. As for how to do it, can sympify be extended to parse any python expression (like can we make S("for i in range(10): print i") work)? Aaron Meurer On Thu, May 12, 2011 at 4:14 PM, Ondrej Certik wrote: > On

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 3:52 PM, Tim Lahey wrote: > On Thu, May 12, 2011 at 5:10 PM, Aaron Meurer wrote: >> >> Have you seen any deficiencies in SymPy like your ETFE that would >> prevent you from moving? >> >> Aaron Meurer > > Off the top of my head, something like testeq from Maple would be > g

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 1:59 PM, Aaron Meurer wrote: [...] > prerequisites for SymPy (like Python itself if you are on Windows). > If there were a nice GUI that was friendly, like easy access to docs, > automatic sympification (so no one gets caught by 1/2 problems), Just curious about this part

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Tim Lahey
On Thu, May 12, 2011 at 5:10 PM, Aaron Meurer wrote: > > Have you seen any deficiencies in SymPy like your ETFE that would > prevent you from moving? > > Aaron Meurer Off the top of my head, something like testeq from Maple would be great. pdsolve, DETools, and PDETools would be nice as well. Oh,

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 1:25 PM, Tim Lahey wrote: > On Thu, May 12, 2011 at 1:56 PM, Luke wrote: >> This was pretty much my experience as well.  I was introduced to >> Python in a graduate course and made the migration from Matlab over to >> Python over the course of a couple of years.  In engine

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
On Thu, May 12, 2011 at 10:51 AM, SherjilOzair wrote: > A very smart and to-the-point question, Matthew. I've been wanting the > answer to this question myself when working on my project. The answer > to this question is critical for code writing. > > Another issue I would like to raise, that I be

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Aaron Meurer
Hi. Thanks for starting this discussion. My personal use of SymPy outside of developing for it has been in the math courses I have taken. Last semester, I used it a lot in my PDEs course, and occasionally in my linear algebra course. In both cases, I used it to do difficult computation, like Ma

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Tim Lahey
On Thu, May 12, 2011 at 1:56 PM, Luke wrote: > This was pretty much my experience as well.  I was introduced to > Python in a graduate course and made the migration from Matlab over to > Python over the course of a couple of years.  In engineering there are > few people using open source tools, I

Re: [sympy] Who uses SymPy?

2011-05-12 Thread Ondrej Certik
Hi Matthew, On Thu, May 12, 2011 at 9:14 AM, Matthew Rocklin 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 of those places". Yes, that's the

Re: [sympy] Re: Sympy on Android (SL4A with Python)

2011-05-12 Thread Ondrej Certik
On Thu, May 12, 2011 at 7:17 AM, Roberto Colistete Jr. wrote: >   Hi guys, > >   Problem solved ! I found the problem and the solution : as in PyS60 > (Python for Symbian/S60), the "timeit.pyc" is needed by SymPy and not > available (on PyS60 or Python 2.6.2for Android), so (a compatible) > "timei

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Luke
This was pretty much my experience as well. I was introduced to Python in a graduate course and made the migration from Matlab over to Python over the course of a couple of years. In engineering there are few people using open source tools, I think mostly because people get used to doing things a

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Sherjil Ozair
On Thu, May 12, 2011 at 9:07 PM, Cory Dominguez wrote: > As a very small response to this question. My name is Cory Dominguez and I > am a physics major at University of California at Santa Cruz. I am new to > this group but I am interested in contributing. This quarter I am taking a > class is Co

Re: [sympy] Re: Who uses SymPy?

2011-05-12 Thread Cory Dominguez
As a very small response to this question. My name is Cory Dominguez and I am a physics major at University of California at Santa Cruz. I am new to this group but I am interested in contributing. This quarter I am taking a class is Computational Physics where we have mainly looked at numerical ana

[sympy] Re: Who uses SymPy?

2011-05-12 Thread SherjilOzair
A very smart and to-the-point question, Matthew. I've been wanting the answer to this question myself when working on my project. The answer to this question is critical for code writing. Another issue I would like to raise, that I believe is related to this topic, is a phrase in the Sympy Mission

[sympy] Who uses SymPy?

2011-05-12 Thread Matthew Rocklin
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 of those places". Does anyone know the extent to which it's used in these contexts? While designing I'd like

[sympy] Re: Sympy on Android (SL4A with Python)

2011-05-12 Thread Roberto Colistete Jr.
Hi guys, Problem solved ! I found the problem and the solution : as in PyS60 (Python for Symbian/S60), the "timeit.pyc" is needed by SymPy and not available (on PyS60 or Python 2.6.2for Android), so (a compatible) "timeit.pyc" should be copied to "/sdcard/ com.googlecode.pythonforandroid/ext