Skip to content

Tags: foo123/Abacus

Tags

2.0.0-pre

Toggle 2.0.0-pre's commit message
v.2.0.0, contd

* Expr asin,acos,atan,asinh,acosh,atanh derivatives

1.0.8

Toggle 1.0.8's commit message
v.1.0.8

* typo fix

1.0.7

Toggle 1.0.7's commit message
v.1.0.7

* rank/unrank involutions in swap order (not very efficient)
* generation of involutions in reverse not implemented yet
* rename some static methods (eg gray -> toGray,fromGray)
* Permutation.initial generate kfixed derangements and kcycle permutations, although they are to be generated by combining other iterators

1.0.6

Toggle 1.0.6's commit message
v.1.0.6 in progress

* make sure rank methods rank valid objects
* some more static methods split in two eg toGray, fromGray

1.0.5

Toggle 1.0.5's commit message
v.1.0.5

* update examplea and tests

1.0.0

Toggle 1.0.0's commit message
v.1.0.0 contd

* fix binomial coefficient computation (was inefficient to the point of erroring for large n)

0.9.10

Toggle 0.9.10's commit message
v.0.9.10

* faster sparse polynomial division and multiplication using Maxheap
* Abacus.Heap implementation
* System of diophantine equations check additional rows for solution if over-determined system
* update examples, tests

0.9.9

Toggle 0.9.9's commit message
v.0.9.9

* Polynomial.fromString can parse a polynomial string/tex representation into a polynomial as best as possible
* Fix Polynomial/Expr/Term gt/gte/lt/lte methods to be as compatible as possible
* Minor adjustments
* update examples and tests

0.9.8

Toggle 0.9.8's commit message
v.0.9.8 contd

* Polynomial functional composition method
* Find multiple rational roots of Polys if present (checking derivatives as well)
* Fix Poly primitive/content factorisation to use LCM of denominators
* Minor adjustments in limits for different methods of factorisation and testing
* update examples tests

0.9.4

Toggle 0.9.4's commit message
v.0.9.4 contd

* add .get() method to get all (filtered) results as an array, from current position to end
* add magic squares combinatorial example and update n-queens example
* update examples/readme