Make all orthogonal polynomials accepting symbolic input parameters.
This PR extends and completes what I started with 1433.

You can merge this Pull Request by running:

  git pull https://github.com/raoulb/sympy lazy_orthogonal_polynomials

Or you can view, comment on it, or merge it online at:

  https://github.com/sympy/sympy/pull/1457

-- Commit Summary --

* Base class for orthogonal polynomials
* Symbolic Legendre polynomials
* Symbolic associated Legendre polynomials
* Improve docstrings for Legendre polynomials
* Fixed Legendre polynomials for explicit negative index n and added tests
* Lazy Hermite polynomials
* Tests for lazy Hermite polynomials
* Lazy Laguerre and associated Laguerre polynomials
* Lazy Chebyshev Polynomials T_n and U_n
* Removed unused class
* Updated the test_args tests
* Tests for new orthogonal polynomial features

-- File Changes --

M sympy/core/tests/test_args.py (18)
M sympy/functions/__init__.py (2)
M sympy/functions/special/polynomials.py (554)
M sympy/functions/special/tests/test_spec_polynomials.py (91)

-- Patch Links --

  https://github.com/sympy/sympy/pull/1457.patch
  https://github.com/sympy/sympy/pull/1457.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1457

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to