Re: [sympy] Re: PyDy Website Sprint this weekend Sat February 7, 2015 18:00-3:00 UTC

2015-02-02 Thread TARUN GABA
Sounds Awesome, Count me in .. :) On Tue, Feb 3, 2015 at 10:16 AM, James Crist crist...@umn.edu wrote: Clearly Jim needs to move out to the West Coast. I'm working on it :) I would suggest deciding on a technology beforehand If we're hosting our docs at readthedocs (as Jason said on the

[sympy] Help with Reviewing my GSoC project

2014-08-10 Thread TARUN GABA
-9113-89f1cb058883.png Thanks Tarun Gaba -- 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 group, send email to sympy

[sympy] Converting dict containing SymPy objects to JSON

2014-06-20 Thread TARUN GABA
this? Thanks Tarun Gaba -- 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 group, send email to sympy@googlegroups.com

[sympy] Re: Linearize Method Interface - Opinion Thread

2014-05-29 Thread TARUN GABA
for me. Thanks Tarun Gaba On Thu, May 29, 2014 at 8:27 PM, James Crist crist...@umn.edu wrote: On Wednesday, May 28, 2014 8:42:34 PM UTC-5, moorepants wrote: Jason moorepants.info +01 530-601-9791 On Wed, May 28, 2014 at 12:06 PM, James Crist cris...@umn.edu wrote: I'm working

[sympy] Behaviour of Vector.express

2014-02-07 Thread TARUN GABA
Hi, I am curious about how the Vector.express function behaves, when we call it from a Zero Vector. For example: from sympy.physics.mechanics.point import Point A = Point() type(A) sympy.physics.mechanics.point.Point A.pos_from(A) 0 type(A.pos_from(A)) sympy.physics.mechanics.essential.Vector

[sympy] Review of Javascript API

2013-08-21 Thread TARUN GABA
Hi all, I have started framing a JS API for my visualization GSoC project. I have written some tests for the same, and they are available in the following PR. https://github.com/PythonDynamics/pydy-viz/pull/30/files Please have a look at the same and comment. -- You received this message

[sympy] Regarding Import for a Package

2013-07-25 Thread TARUN GABA
Hi, I am developing a Package under PyDy, for GSoC. This is my directory structure. pydy/ - __init__.py -pydy_viz/ -__init__.py --shapes.py --tests\

[sympy] Trouble with lambda functions for dynamicsymbols

2013-07-12 Thread TARUN GABA
Hi I am having some trouble lambdifying the dynamicsymbols .. on doing .. a = dynamic_symbols('a') f = lambdify(a,some_expr) I am getting an invalid syntax error .. lambda a(t): some_expr It seems that lambda is unable to process the (t) representation of the dynamic symbols. Is there any

[sympy] Submodule related to material sciences computations and thermodynamics

2013-01-06 Thread TARUN GABA
Just like the existing physics module, could we add a submodule for symbolic and computational material sciences, which can include implementations which are more general in many fields like material thermodynamics, Gibbs energy calculations etc. and some very specific to material sciences