[sympy] Re: GSoC Project/Intro

2012-03-20 Thread Saptarshi Mandal
I wonder how often we have a CAS on a mobile device :) Anyway, I am curious to know what the energy footprint of the core sympy algorithms will be. It may be the case that in order to conserve battery life, we might need to change how certain algorithms are implemented, leave some sub-expressions

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Sam Brown
With a quick stack-overflowing(?) I found http://math.stackexchange.com/questions/14066/calculator-algorithms so theres definetly some imformation available - tad outside the scope of a summer project though :) On Wed, Mar 21, 2012 at 5:27 AM, Saptarshi Mandal wrote: > I wonder how often we have

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Roberto Colistete Jr.
Em 21-03-2012 02:27, Saptarshi Mandal escreveu: I wonder how often we have a CAS on a mobile device :) Please, what exactly do you mean in the above phrase ? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sy

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Saptarshi Mandal
Is there a mathematica or a matlab client for Android or iOS? None that I am aware of. It would be a first for sympy and CASs in general. On Wed, Mar 21, 2012 at 9:36 AM, Roberto Colistete Jr. < roberto.colist...@gmail.com> wrote: > Em 21-03-2012 02:27, Saptarshi Mandal escreveu: > >> I wonder ho

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Joachim Durchholz
Am 21.03.2012 06:27, schrieb Saptarshi Mandal: Anyway, I am curious to know what the energy footprint of the core sympy algorithms will be. It may be the case that in order to conserve battery life, we might need to change how certain algorithms are implemented, leave some sub-expressions un-eval

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Roberto Colistete Jr.
Em 21-03-2012 11:01, Joachim Durchholz escreveu: Am 21.03.2012 06:27, schrieb Saptarshi Mandal: Anyway, I am curious to know what the energy footprint of the core sympy algorithms will be. It may be the case that in order to conserve battery life, we might need to change how certain algorithms a

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Joachim Durchholz
Am 21.03.2012 15:38, schrieb Roberto Colistete Jr.: Even a Nokia N95 from 2007, with 20MB of free RAM and OMAP2420 (ARM11) @ 330 MHz can calculate heavy integrals, etc. Doesn't sound like we're in any need of mobile-specific optimizations :-) I agree that we can tune SymPy to load faster on s

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Aaron Meurer
Take a look at http://www.maplesoft.com/products/mapleplayer/ (this is just for iPad, but there's no reason that I see that it couldn't also run on the iPhone). This runs predetermined calculations, but you can modify the input to be whatever you want. http://pocketcas.com/iphone/press.php appear

Re: [sympy] Re: GSoC Project/Intro

2012-03-21 Thread Aaron Meurer
On Wed, Mar 21, 2012 at 8:01 AM, Joachim Durchholz wrote: > Am 21.03.2012 06:27, schrieb Saptarshi Mandal: > >> Anyway, I am curious to know what the energy footprint of the core >> sympy algorithms will be. It may be the case that in order to conserve >> battery life, we might need to change how