Re: [sympy] Re: GSoC 2017: Group Theory

2017-03-25 Thread Denis Akhiyarov
This definitely looks like the area of expertise for SAGEMATH folks. -- 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

Re: [sympy] Improving Sympy Gamma

2017-03-25 Thread Jason Moore
Jai, The SymPy gamma files are here: https://github.com/sympy/sympy_gamma Jason moorepants.info +01 530-601-9791 On Tue, Mar 21, 2017 at 2:40 PM, Jai Mahajan wrote: > Hi > > I would like to improve the AI of Sympy gamma if there is any to make it > almost as good as or

Re: [sympy] Python magic to trigger post-constructors for Add, Mul, Pow?

2017-03-25 Thread Jason Moore
Would multiple dispatch be best for implementing Add/Mul/Etc for these different types? Jason moorepants.info +01 530-601-9791 On Thu, Mar 23, 2017 at 10:45 AM, Aaron Meurer wrote: > An expression like x*A + B would be problematic, but 2*A + B should > actually be fine,

Re: [sympy] Trying to solve relational, compound equation inequality. e.g -3 < 2x+1 < 5

2017-03-25 Thread Jason Moore
You need to pass in two separate equations instead of the expression. Jason moorepants.info +01 530-601-9791 On Thu, Mar 23, 2017 at 11:44 PM, wrote: > I am following the steps: > > 1. import sympy as sy > 2. x = sy.symbols('x', real=True) > > Now, print(sy.solve(2*x +

Re: [sympy] GSOC 2017 idea: non-rigid body

2017-03-25 Thread Jason Moore
This sounds great. The devils in the details though. We'd love to see more fleshed out ideas. You can propose them here or on the wiki or through pull requests. This is a good idea for a GSoC project too. Jason moorepants.info +01 530-601-9791 On Sat, Mar 18, 2017 at 3:35 AM, Tatyana Abramova

Re: [sympy] providing a definition for a symbolic function

2017-03-25 Thread Jason Moore
Is it here: http://docs.sympy.org/latest/modules/functions/index.html Jason moorepants.info +01 530-601-9791 On Sat, Mar 18, 2017 at 11:48 PM, Daniel Mahler wrote: > I believe i recently saw in the sympy documentation a function to set the > definition of a symbolic

Re: [sympy]

2017-03-25 Thread Jason Moore
I would suggest trying to use the mechanics module first. Pick your favorite dynamics problem and make an example. You can submit these examples to the PyDy repository. Secondly, look for issues labeled with mechanics on the sympy issue tracker and give a shot at fixing one. Jason

Re: [sympy] Re: Lots of problems with Stats module

2017-03-25 Thread Jason Moore
It would be great if each of these could be opened as an issue on the Github repo. It allows us to better organize and track these. Also, feel free to create and idea on the GSoC wiki ideas page so that applicants will notice this. Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at

Re: [sympy] Improving codegen(and related stuff)

2017-03-25 Thread Jason Moore
Arif, Search the open issues for a variety of keywords that you've listed above and check out the wiki for more codegen needs. There is plenty to do! Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at 5:28 AM, Arif Ahmed wrote: > Hi, > I am

Re: [sympy] Re: Getting Started with Contributing/Patching

2017-03-25 Thread Jason Moore
Excellent answer! Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at 7:44 AM, Valeriia Gladkova < valeriia.gladk...@gmail.com> wrote: > While a lot of issues have people who start working on them, not all of > them would be able to finish work. If you find an issue where there's

Re: [sympy] Re: GSoC 2017: Group Theory

2017-03-25 Thread Jason Moore
Valerilia, It looks like you have the basics covered in your proposal, but it would be good to find someone that is familiar with group theory to comment more. Maybe you can see what features are available in group theory in other mathematic software and then show how you can implement these

Re: [sympy] GSOC 2017 : Singularity Functions

2017-03-25 Thread Jason Moore
Madhur, I'd suggest trying to solve beam bending problems from a structural mechanics textbook with the current code. You will find many limitations and bugs. Those can then be outlined in a GSoC proposal. Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at 9:11 AM,

Re: [sympy] GSOC Project 2017: Solvers

2017-03-25 Thread Jason Moore
Ekansh, I think the methods you mention are numerical in nature. Unless they can be used with symbols you'll need to look into other methods. Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at 11:18 AM, Ekansh Purohit wrote: > Hi, > > I am Ekansh Purohit, a

Re: [sympy] Need help in getting started

2017-03-25 Thread Jason Moore
Look for issues on our Github repo labeled "Easy to fix". Jason moorepants.info +01 530-601-9791 On Mon, Mar 20, 2017 at 1:04 PM, Rajat Sharma wrote: > Hey guys, > > I'm new here and have got SymPy set up. I'm looking for a small task or > bug that I could work on

Re: [sympy] Re: GSOC IDEA: Fourier Optics

2017-03-25 Thread Jason Moore
Ankur, You should draft up your ideas on the SymPy Github Wiki and ask more detailed questions here. There may or may not be someone familiar with these methods to help you though. Jason moorepants.info +01 530-601-9791 On Tue, Mar 21, 2017 at 10:17 AM, ankur maheshwari

Re: [sympy] solve() bug or working as intended

2017-03-25 Thread Jason Moore
Looks like a bug, please submit and issue on Github. Thanks, Jason moorepants.info +01 530-601-9791 On Tue, Mar 21, 2017 at 11:33 AM, Chris L wrote: > The following input: > > solve ([a -b -c ,-b -c ],[a],Dict =true ) > > should evaluate to (Wolfram evaluates this

Re: [sympy] Modifications to qubit simulation code

2017-03-25 Thread Jason Moore
Rick, Go for it. Noone has touched that code in years. Jason moorepants.info +01 530-601-9791 On Tue, Mar 21, 2017 at 12:31 PM, Rick Muller wrote: > I was planning to jump into the Sympy quantum stuff a bit more, and wanted > to make sure I wouldn’t be stepping on

Re: [sympy] Contributing to Sympy Gamma

2017-03-25 Thread Jason Moore
Jai, The sympy gamma code can be found in this repo: https://github.com/sympy/sympy_gamma Jason moorepants.info +01 530-601-9791 On Tue, Mar 21, 2017 at 2:54 PM, Jai Mahajan wrote: > Hi > > I would like to work on the UI of Sympy gamma by editing / creating AI > files

Re: [sympy] SymPy Tutorial Proposal: SciPy 2017

2017-03-25 Thread Jason Moore
FYi, Aaron and I are submitting a tutorial title "Code Generation with SymPy". This will start with sympy expressions and end with users creating custom code generators. If a normal SymPy tutorial would be submitted and accepted we could have them back to back or one each day, with the general

Re: [sympy] Curious behavior of random.shuffle in Sympy Live Shell

2017-03-25 Thread Aaron Meurer
That's an unfortunate side effect of the way SymPy Live is currently implemented. It reevaluates expressions every time it executes. In a real Python shell this would work as expected. Aaron Meurer On Sat, Mar 25, 2017 at 4:56 PM, plonter99 wrote: > Hi all, > I am new to

[sympy] Curious behavior of random.shuffle in Sympy Live Shell

2017-03-25 Thread plonter99
Hi all, I am new to Sympy. Going through the tutorial, I tried to do the exercise at http://docs.sympy.org/latest/tutorial/simplification.html#example-continued-fractions I noticed that the results were not what I expected, so after exploring a little bit, it seems that the following is

[sympy] GSoC 2017: Extension of sympy.physics.quantum

2017-03-25 Thread Laxman Prajapat
I would very much like to work in extension of physics module to the extends of quantum mechanics and aspects of classical physics if time permits want to add optics too. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this

Re: [sympy] SymPy Tutorial Proposal: SciPy 2017

2017-03-25 Thread Sumith Kulal
Hi Gaurav, I think I shall be around for SciPy this time. I would be happy to collaborate on the tutorial. I was intending of meeting Ondřej anyways but I think we could all catch up at SciPy :) Thanking you Sumith On Tuesday, March 21, 2017 at 3:12:23 AM UTC+5:30, Aaron Meurer wrote: > >

[sympy] Re: GSoC 2017: Lie groups in SymPy

2017-03-25 Thread Kalevi Suominen
There is a module on complex Lie algebras in SymPy that also deals with Dynkin diagrams. The possibility of adding real Lie algebras was discussed in this thread some time ago. Kalevi Suominen On Saturday, March 25, 2017 at 4:49:31

Re: [sympy] GSoC idea: robust cse

2017-03-25 Thread Anthony Scopatz
Seems reasonable to me, but I haven't reviewed a lot of GSOC proposals. On Fri, Mar 24, 2017, 15:09 Arif Ahmed wrote: > Here is my proposal : > https://github.com/sympy/sympy/wiki/GSoC-2017-Application-Arif-Ahmed:-Improve-Code-Generation-in-SymPy > Some