[sympy] GSoC 2018, Probability module

2018-02-13 Thread Chuan Lu
Hi everyone! My name is Chuan Lu, I am pursuing a Ph.D. degree in Applied Math at the University of Iowa. My concentration is in Computational Statistics, Machine Learning, and Numerical Analysis. I have been using Python for three years, and I used SymPy quite often when I was an

Re: [sympy] Re: Release before GSoC?

2018-02-13 Thread Aaron Meurer
Please add any blocking or potentially blocking issues to the SymPy 1.2 milestone on GitHub. Aaron Meurer On Sun, Feb 11, 2018 at 7:11 PM, Chris Smith wrote: > There is some discussion (at this PR) about what constitutes an Expr for > cse, e.g. whether `Tuple(...)` in ->

[sympy] GSOC Singularity Function

2018-02-13 Thread tsenguun tsogbadrakh
Hello My name is Tsenguun, and I'm doing my Masters degree in Computer Science currently, and I already have a BS and MS in Structural Engineering. I wish to contribute to the singularity function of sumpy, and I have some other functionalities to propose. In 2016, sampadsaha metioned the

Re: [sympy] Introduction + interest in implementing Singularity Functions module

2018-02-13 Thread Jason Moore
I recommend first trying to use the existing module to solve a variety of problems. You can submit these problems to our documentation. In this process you will learn what may need to be fixed. moorepants.info +01 530-601-9791 On Mon, Feb 12, 2018 at 7:56 PM, Anmol Krishan Sachdeva <

Re: [sympy] does this Piecewise integration look right?

2018-02-13 Thread Boris Ettinger
I agree with Leonid, there is no consistent way to define integral [0,anything) of the delta function. It is a theorem, in fact. Aaron, Sympy seniors, What was the reasoning to define DiracDelta as a function? How difficult would it be to insert GeneralizedFunction class above the Function