Changes between Version 10 and Version 11 of Ticket #17753
- Timestamp:
- 02/08/17 07:31:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17753 – Description
v10 v11 2 2 3 3 * ''`calculus/desolvers.py`'': `desolve_*()` 4 * ''`functions/orthogonal_polys.py`'' : `hermite()` (#20297), `jacobi_P()`, `laguerre()` (#17151), `legendre_P/Q()` (#16813), `ultraspherical()` (#20428)4 * ''`functions/orthogonal_polys.py`'' (#22325): `hermite()` (#20297), `jacobi_P()`, `laguerre()` (#17151), `legendre_P/Q()` (#16813), `ultraspherical()` (#20428) 5 5 * ''`functions/piecewise.py`'': `piecewise.convolution()` 6 * ''`functions/special.py`'': `SphericalHarmonic._eval_()` (#20939)7 6 * ''`matrix/matrix1.pyx`'': `Matrix._maxima_init_()` 8 7 * ''`matrix/matrix_symbolic_dense.pyx`'': `Matrix_symbolic_dense.exp()` … … 13 12 14 13 Already done: 14 * ''`functions/special.py`'': `SphericalHarmonic._eval_()` (#20939) 15 15 * ''`combinat/combinat.py`'': `euler_number()` (see #17770 and #20763) 16 16 * ''`geometry/lattice_polytope.py`'': `positive_integer_relations()` #20766