Skip to content
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

Implement octonions and split octonions #32940

Closed
slel opened this issue Nov 27, 2021 · 0 comments · Fixed by #35629 or #35630
Closed

Implement octonions and split octonions #32940

slel opened this issue Nov 27, 2021 · 0 comments · Fixed by #35629 or #35630

Comments

@slel
Copy link
Member

slel commented Nov 27, 2021

CC: @slel

Component: algebra

Keywords: octonions

Issue created by migration from https://trac.sagemath.org/ticket/32940

@slel slel added this to the sage-9.5 milestone Nov 27, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Apr 1, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
vbraun pushed a commit that referenced this issue May 28, 2023
    
<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes #12345", use "Add a new method to
multiply two integers" -->

### 📚 Description

<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes #12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

The octonions are a nonassociative normed division algebra, one of only
4 over the reals, and used to create the 7 dimensional cross product. We
implement a slight generalization with 3 parameters over an arbitrary
commutative ring of characteristic not equal to 2, which allows us to
also define the split-octonions as another special case.

Fixes #32940.

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- #12345: short description why this is a dependency
- #34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: #35630
Reported by: Travis Scrimshaw
Reviewer(s): Frédéric Chapoton, Matthias Köppe
@mkoeppe mkoeppe added this to the sage-10.1 milestone May 28, 2023
vbraun pushed a commit that referenced this issue Jun 21, 2023
    
<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes #12345", use "Add a new method to
multiply two integers" -->

### 📚 Description

<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes #12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

"The" exceptional Jordan algebra is a 27 dimensional algebra defined as
the $3 \times 3$ self-adjoint matrices over the octonions. This is an
important Jordan algebra as it is used to construct the simple Lie
group/algebra of type $F_4$.

Fixes #32940.

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.

### ⌛ Dependencies

- #35630 used in the construction

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: #35629
Reported by: Travis Scrimshaw
Reviewer(s): Frédéric Chapoton, Matthias Köppe, Travis Scrimshaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants