Document TensorProduct
, ExteriorPower
and SymmetricPower
(they existed since at least GAP 4.4)
#4339
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is triggered by a discussion with @AnnaKDS and @wucas.
They've been around for many years but undocumented; people still use them. I see no harm in documenting them.
Related: issue #1362 which discusses a
SymmetricPower
method for matrices, which perhaps also should be documented? And related to that (as well asTensorProduct
) there isKroneckerProduct
, which already is in the manual -- but perhaps there should be references between those?In the same issue, problems with these over finite fields are mentioned. Perhaps those should be investigated and fixed.
Finally, some tests in the test suite for these would be nice.