0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hyper now returns correct basis of homogeneous recurrence. Fixed several other bugs (one to be fixed in inhomogeneous Hyper). Updated docstrings. solve_linear_system() returns now None if no soulutions were found and {} if all symbols can be assigned arbitrary values. More... over 17 years ago
Finalized implementation of Hyper algorithm. Added Casoratian determinant. Refactored Product class. Renamed combsimp to hypersimp, added procedure for checking similarity of hypergeom terms. Rising factorial will now rewrite it self to factorial for x=1. A few other small changes. More... over 17 years ago
Added to Plot docstrings. More... over 17 years ago
- Added radsimp() to simplify.py to rationalize denominators - Fixed geometry module to properly handle remaining tests More... over 17 years ago
simplify: reduced cases where polynomial division is used. (sorry, typo) More... over 17 years ago
simplify: reduced cases where polynomial division is used. More... over 17 years ago
Geometry module refactored and documentation enhanced. More... over 17 years ago
Lots of small changes concerning recurrences. Added combinatorial simplification routine. More... over 17 years ago
Implemented the most efficient algorithms for computing factorial and binomial (using prime factorisation of special class of numbers). Generally refactored both functions and also gamma functions. In few hours I will implement proper combinatorial simplification and then all redundant imports will be removed. More... over 17 years ago
Fixed Pow._eval_expand_complex(). Simplified rewrite() code. More... over 17 years ago
numerics: add verbose mode print statements for tanh-sinh quadrature More... over 17 years ago
fix Wallis product evaluation using powsimp More... over 17 years ago
Introduced trigsimp and powsimp and fixed issues 194, 256, 257 and 283. More... over 17 years ago
Polynomials: Speed improvement with chinese remaindering. More... over 17 years ago
Polynomials: Fixed sign of factor's result. More... over 17 years ago
Preparation for difference equations solving. More... over 17 years ago
numerics: tiny fix to warning message More... over 17 years ago
numerics: changed nintegrate to print a warning message instead of raising an exception when it fails to converge. fixed a bug in Float.__add__ More... over 17 years ago
numerics: implemented adaptive Gauss-Legendre quadrature and a user-friendly nintegrate() function; several small changes and new test cases. temporarily commenting out code for orthogonal polynomial zeros which is causing trouble More... over 17 years ago
Moving all copyright from files to the README More... over 17 years ago
Polynomials: Added heuristic gcd for univariate integer polynomials. More... over 17 years ago
Polynomials: Added fast integer polynomial arithmetic, with small primes gcd. More... over 17 years ago
numerics: give polyfunc ability to evaluate both the polynomial and its derivative More... over 17 years ago
issue 232: fixing factorial tests, merging factorial functions. also merged Factorial with Factorial2 and generalized to multifactorials of arbitrary order More... over 17 years ago
Polynomials: New factorization for square-free polynomials More... over 17 years ago
fixed value at infinity for upper incomplete gamma function More... over 17 years ago
Fix for error introduced in together() in earlier revision. More... almost 18 years ago
Polynomials: New classes handling modular integers and polynomials with factorization. More... almost 18 years ago
simplify: uncommented failing doctest. More... almost 18 years ago
polynomials: Wrong name for != in Polynomial More... almost 18 years ago