-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
TensorFreeModule.isomorphism_with_fixed_basis #34427
Comments
Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
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:9
This looks great! I think this also solves the problem that tensor bundles currently return the preferred local frame of the tangent bundle. Moreover, tensor powers and exterior powers of vector bundles should be easy to implement by following the same strategy as for tensor bundles. The only reason I haven't done it so far was exactly that those powers in the free module case had no bases. However, perhaps it is a better idea to start with some sort of unifocation first, to avoid redundancies. Otherwise we have to write similar code twice (for tangent bundles and for vector bundles). After all, tangent bundles are just special cases of vector bundles. I am still not sure though what a good implemention strategy would be to achive that. Speaking of which: what about fiber bundles? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Eric Gourgoulhon |
comment:27
Looks nice. Thanks. |
comment:28
Thank you! |
Changed branch from u/mkoeppe/tensorfreemodule_isomorphism_with_fixed_basis to |
We generalize
FiniteRankFreeModule.isomorphism_with_fixed_basis
so that it works with tensor modules.Depends on #34424
Depends on #30300
Depends on #30229
CC: @egourgoulhon @tscrim
Component: linear algebra
Author: Matthias Koeppe
Branch/Commit:
08d6a65
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/34427
The text was updated successfully, but these errors were encountered: