Commit Graph

817 Commits

Author SHA1 Message Date
kalmar c59ebe5086 beautify rationalize of algebra elt 2017-02-11 13:27:14 +01:00
kalmar 9fd48445eb Make algebra elts work with SparseVectors 2017-02-11 13:26:30 +01:00
kalmar e69f5d13b6 Splitted into Groups.jl package 2017-01-26 10:28:41 +01:00
kalmar 56b63058e3 fix printing of GSymbol: No special (id) symbol 2017-01-23 11:30:07 +01:00
kalmar 3e4f7a36a2 remove comment: ScottPJones advice 2017-01-23 11:29:05 +01:00
kalmar 57a54843d4 rename reduce! -> freegroup_reduce! 2017-01-23 11:25:36 +01:00
kalmar 31fe54b75b change name IDSymbol -> IdSymbol 2017-01-23 11:23:36 +01:00
kalmar 6fe2e62836 compose consecutive permutation automorphisms 2017-01-21 17:24:32 +01:00
kalmar 9eeeb452f0 make pow a keyword argument for all primitive AutSymbols 2017-01-21 17:22:55 +01:00
kalmar cb5b70c74d full change_pow function for AutSymbol 2017-01-21 17:21:45 +01:00
kalmar b19d8b7185 IdSymbol for AutSymbols 2017-01-21 17:20:15 +01:00
kalmar 5572b0c1ce Make AutGroups into standalone module 2017-01-21 17:19:08 +01:00
kalmar cb47c62f5d (==) and hash functions for AutGroups 2017-01-21 17:17:45 +01:00
kalmar bfa1ad73ef better inverse function 2017-01-21 17:15:59 +01:00
kalmar 58c90d244d (==) and reduce! functions as suggested by ScottPJones 2017-01-21 17:15:33 +01:00
kalmar 1189c38504 Separation between Groups, FreeGroups and AutGroups 2017-01-19 10:14:37 +01:00
kalmar cec6f98392 move FreeGroups to Groups 2017-01-18 17:52:57 +01:00
kalmar 04e72bf17a oh boy, we need a lot of work to make unique work... 2017-01-18 17:51:58 +01:00
kalmar 4aa92cda36 a better (iterative) reduce 2017-01-18 17:50:29 +01:00
kalmar 9c06c9b161 Added AutSymbol&AutWord; Sorted out one() as Group identity 2017-01-18 17:49:50 +01:00
kalmar 2a0e6ee4fb Parametrising Automorphisms 2017-01-17 17:54:56 +01:00
kalmar c858b77b8c Reshuffling of definitions 2017-01-17 17:54:30 +01:00
kalmar 4cb85478d8 Ignore even more files 2017-01-17 15:14:16 +01:00
kalmar d3dc8dce94 Major Overhaul: abstract types: Word, GSymbol
Signed-off-by: kalmar <kalmar@amu.edu.pl>
2017-01-17 15:13:54 +01:00
kalmar d21d10228b bite the bullet: implement FreeGroups 2017-01-17 08:01:22 +01:00
kalmar 0ff0eefbd5 Explain why the linear to AutF4 fails (for low dim reps) 2017-01-16 21:26:10 +01:00
kalmar f04cd75d73 remove unnecessary function arguments annotations 2017-01-16 21:25:14 +01:00
kalmar c1bd866dd4 Cosmetics 2017-01-14 15:25:12 +01:00
kalmar b80e32f3a8 Parallel compute_SOS 2017-01-14 15:24:16 +01:00
kalmar 2508dba1e4 Initial AutF4 work (naive basis, etc) 2017-01-13 18:42:43 +01:00
kalmar fb2fa1c3ac SemiDirect Products of matrix groups 2017-01-13 18:42:07 +01:00
kalmar a61205d7f5 comment solving, results are cached 2017-01-13 18:41:21 +01:00
kalmar ad6c0a2365 infos 2017-01-13 18:39:02 +01:00
kalmar 80b2ad0987 Precomputed values for SL(3,Z) 2017-01-13 18:23:28 +01:00
kalmar deedcf707b Use the norm function; shuffle returns of check_solution 2017-01-13 18:07:41 +01:00
kalmar bbd3027f95 early unique in basis generation 2017-01-13 18:05:29 +01:00
kalmar aa184ebb29 initialize product_matrix as zeros 2017-01-13 18:04:20 +01:00
kalmar a8bf216c7e cosmetic 2017-01-13 18:03:08 +01:00
kalmar 95618eb0f9 better use of findfirst in create_product_matrix 2017-01-13 18:02:34 +01:00
kalmar 239521f159 workaround norm(vector,p) type-instability (p=1, Inf) 2017-01-13 18:00:14 +01:00
kalmar 73500f4931 Augmentation epsilon function 2017-01-13 17:59:30 +01:00
kalmar 0cf908ee13 Separate GroupAlgebras logic from multiplication 2017-01-13 17:59:01 +01:00
kalmar e6f3051d83 remove ipnb 2017-01-13 17:58:02 +01:00
kalmar 91140ce5fa SL(3,Z) specific code 2017-01-09 01:03:46 +01:00
kalmar 90ef2e2c8c Abstract group-unspecific functions 2017-01-09 01:01:31 +01:00
kalmar 53dec056e0 Rationalizing properly done 2017-01-09 00:59:40 +01:00
kalmar ce2ebc7284 finally straighten printing of GroupAlgebraElements 2017-01-09 00:54:31 +01:00
kalmar 723957f415 Rename coordinates to coefficients 2016-12-23 00:51:06 +01:00
kalmar 2476101af3 Revert "Move parametrising GroupAlgebraElements by the Vector-type"
This reverts commit 0d5a2c0bc5.
2016-12-22 22:12:52 +01:00
kalmar 0d5a2c0bc5 Move parametrising GroupAlgebraElements by the Vector-type 2016-12-22 20:25:55 +01:00