Re: [sympy] Re: GSoC idea for a project: holonomic functions

2016-02-26 Thread Fredrik Johansson
On Friday, February 26, 2016 at 6:00:10 PM UTC+1, Aaron Meurer wrote: > > Does manipulating holonomic functions require solving linear systems > with rational function coefficients, or are there more direct methods? > I ask because if it does a GSoC project for this for SymPy may > require

Re: [sympy] Re: What is out there for SymPy code generation / optimizing compiler effort?

2016-02-26 Thread Liang
This is a great project. Is there a plan to incorporate CSE in this tool? For my application, the equation is extremely long, typically containing several thousands of terms. The Fortran codes generated by codegen exceed the continuation line limit of Intel Fortran compiler and have to be

[sympy] Re: GSoC 2016: Singularity Functions

2016-02-26 Thread SAMPAD SAHA
Hi Jason, Thank you for the explanation. It really helped me. So, basically we want to start it, firstly, by creating a module which would deal with the mathematical operations performed on Singularity Functions. After this whole module is prepared, we would focus on how to use this module

[sympy] Re: Solveset in Symengine

2016-02-26 Thread Harsh Gupta
Solveset is only present in the development and it will be available in 1.0 release, I expect the new users to uncover more bugs in solveset. By not being "mature" enough I mean that you can expect to see significant changes in the internal structure of solveset. In the mean time you can focus on

Re: [sympy] Re: Solveset in Symengine

2016-02-26 Thread Aaron Meurer
On Fri, Feb 26, 2016 at 12:56 PM, Akash Trehan wrote: > 1) What exactly do you mean by "mature" here? > 2) Sets Module would definitely be have to be implemented before solveset is > started, atleast a basic version of it. > 3) Also what polynomial algorithms would be

[sympy] ANN: SciPy (Scientific Python) 2016 Conference Call for Talk / Tutorial Proposals Open Until 3/25

2016-02-26 Thread Courtenay Godshall (Enthought)
**SciPy 2016 Conference (Scientific Computing with Python) Announcement** *Call for Proposals: Submit Your Tutorial and Talk Ideas by March 25, 2015 at http://scipy2016.scipy.org. SciPy 2016, the 15th annual Scientific Computing with Python conference,

[sympy] SymPy 1.0 release candidate 1 ready for testing

2016-02-26 Thread Aaron Meurer
The SymPy 1.0 release candidate 1 is ready for testing. Please download and test it, and report any issues here, or at https://github.com/sympy/sympy/pull/10632. The release can be downloaded at https://github.com/sympy/sympy/releases/tag/sympy-1.0.rc1. The release notes for this release are at

[sympy] Re: Solveset in Symengine

2016-02-26 Thread Akash Trehan
1) What exactly do you mean by "mature" here? 2) Sets Module would definitely be have to be implemented before solveset is started, atleast a basic version of it. 3) Also what polynomial algorithms would be necessary for solveset? On Fri, 26 Feb 2016 at 22:58 Harsh Gupta

Re: [sympy] Gsoc 2016 Sympy Live

2016-02-26 Thread Aaron Meurer
The code for SymPy Live is at https://github.com/sympy/sympy-live. There are also some shared static web resources at https://github.com/sympy/sympy-web-static. The code for SymPy Gamma is at https://github.com/sympy/sympy_gamma. Aaron Meurer On Fri, Feb 26, 2016 at 1:48 AM, shivam Agarwal

[sympy] Re: Solveset in Symengine

2016-02-26 Thread Harsh Gupta
Hi Akash, 1.) Sets module is clearly is a dependence for the solveset module, the output of solveset of set and the module also make heavy use of a lot of functionalities of Sets including intersection, union and especially imageset. SymPy's set are **very** flexible and we aim to have the

Re: [sympy] Bug in factor() and simplify()

2016-02-26 Thread Aaron Meurer
On Fri, Feb 26, 2016 at 11:28 AM, Oscar Benjamin wrote: > On 25 February 2016 at 15:30, Oscar Benjamin > wrote: >> On 25 February 2016 at 10:44, Yingchi Li wrote: >>> >>> I have found a bug in factor() and simplify()

Re: [sympy] Re: GSoC idea for a project: holonomic functions

2016-02-26 Thread Aaron Meurer
Does manipulating holonomic functions require solving linear systems with rational function coefficients, or are there more direct methods? I ask because if it does a GSoC project for this for SymPy may require improving SymPy's matrices to support working over rational function domains. Aaron

Re: [sympy] Bug in factor() and simplify()

2016-02-26 Thread Oscar Benjamin
On 25 February 2016 at 15:30, Oscar Benjamin wrote: > On 25 February 2016 at 10:44, Yingchi Li wrote: >> >> I have found a bug in factor() and simplify() >> please look at the image below >> >> the correct answer is q2 + 0.1 > > Looks like a

[sympy] Re: GSoC 2016: Singularity Functions

2016-02-26 Thread Jason Moore
Sampad, Yes the primary use case for these singularity functions will be beam bending problems. But the singularity functions themselves should be implemented in a purely mathematical way without reference to beams. So there should be a module for these functions that allows you to work with them

[sympy] GSoC 2016: Singularity Functions

2016-02-26 Thread SAMPAD SAHA
Hi, I am Sampad Kumar Saha , an Undergraduate Mathematics and Computing Student at I.I.T. Kharagpur. I have gone through the idea page and I am interested in working on the project named Singularity Function