-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor Product Method for FiniteRankFreeModule #31276
Comments
comment:1
Turns out that this is not as easy as expected.
and
The latter might be acceptable because |
comment:2
Replying to @mjungmath:
Indeed, so maybe a better inheritance structure should be devised.
Yes. This avoids information redundancy, in particular regarding the bases.
Why do you call this strange behavior? Both answers,
Yes, the
You mean those attributes inherited from |
comment:3
Replying to @egourgoulhon:
Of course, right, it's the tensor module of the tensor module. But we also have:
But one could argue here that these objects are different mathematical entities which are just isomorphic. On the other hand, they behave exactly the same as instances of
Indeed. At least those that are not needed in |
comment:4
Replying to @mjungmath:
I guess you mean
What would be the purpose to implement such an identification? Do you have a use case in mind? |
comment:5
Replying to @egourgoulhon:
Yes, indeed...it was late yesterday..
Alright, it should be fine. I totally missed the tensor module inception going on here. Then, it would be nice to have at least the canonical isomorphism from
and the other way around. Nevertheless, what do we do about my first point in comment:1? An |
comment:6
Replying to @mjungmath:
I see no reason why |
comment:7
Alright, then let's do this. This method would also be beneficial to introduce the above coercion. |
This comment has been minimized.
This comment has been minimized.
comment:9
Relevant previous discussions: #30241, #30229 comment:6 |
comment:10
Replying to @mkoeppe:
Thanks for pointing out this! Especially the comment:2 in the second ticket provides details for the "Yes. This avoids information redundancy, in particular regarding the bases" in comment:2 of the current ticket. |
comment:11
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:16
Narrowed the ticket description to parent methods only, not element methods |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:20
Replying to @egourgoulhon:
Done now New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe |
comment:24
Thanks for this enhancement. LGTM. |
Reviewer: Eric Gourgoulhon |
comment:26
Thanks! |
Changed branch from u/mkoeppe/tensor_product_method_for_finiterankfreemodule to |
Changed commit from |
comment:28
See #34471 for a follow-up. |
We introduce the methods
tensor_product
andtensor_power
as per #30373.Things that are probably nice to get to work:
Not in this ticket: products between different underlying modules such as:
CC: @tscrim @egourgoulhon @jhpalmieri @mkoeppe @fchapoton
Component: algebra
Author: Matthias Koeppe
Branch:
3929d2e
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/31276
The text was updated successfully, but these errors were encountered: