Liking cljdoc? Tell your friends :D

kigen.sgp

General functions for semigroups. Black box style, the element(s) and the operation need to be supplied.

General functions for semigroups. Black box style, the element(s)
and the operation need to be supplied.
raw docstring

commutative?clj

(commutative? sgp mul)

Brute-force (but lazy) checking of commutativity of a semigroup.

Brute-force (but lazy) checking of commutativity of a semigroup.
sourceraw docstring

index-periodclj

(index-period x mul)

The index-period pair of integers in a vector for a given semigroup element x with multiplication mul.

The index-period pair of integers in a vector for a given semigroup
element x with multiplication mul.
sourceraw docstring

k-nilpotent?clj

(k-nilpotent? k sgp mul)

Checking for k-nilpotency.

Checking for k-nilpotency.
sourceraw docstring

sgp-by-gensclj

(sgp-by-gens gens mul)

Computes all elements of a semigroup generated by gens combined by the given binary operation mul.

Computes all elements of a semigroup generated by gens combined by the
given binary operation mul.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close