-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29581: New Algorithm for Characteristic Classes
The current algorithm for characteristic forms is comparably slow. The worst case scenario showed computations times about 1h in dimension four. With this ticket, we want to replace the current algorithm and implement characteristic cohomology classes as sub-ring of the de Rham cohomology ring (cf. #31691). The idea is that characteristic (cohomology) classes are generated by Chern/Pontryagin/Euler classes. The generators can be computed by an Faddeev-LeVerrier-like algorithm (cf. #30681). URL: https://trac.sagemath.org/29581 Reported by: gh-mjungmath Ticket author(s): Michael Jung Reviewer(s): Travis Scrimshaw, Eric Gourgoulhon
- Loading branch information
Showing
7 changed files
with
1,965 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.