Skip to content

Commit

Permalink
Small tweaks to the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed May 24, 2023
1 parent dc6321d commit 4370091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/algebras/octonion_algebra.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class OctonionAlgebra(UniqueRepresentation, Parent):
non-commutative unital 8-dimensional `R`-algebra that is a deformation
of the usual octonions, which are when `a = b = c = -1`. The octonions
were originally constructed by Graves and independently discovered by
Cayley (who due to first publishing them, they are sometimes called
Cayley (due to being published first, these are sometimes called
the Cayley numbers) and can also be built from the Cayley-Dickson
construction with the :class:`quaternions <QuaternionAlgebra>`.
Expand Down Expand Up @@ -816,8 +816,8 @@ class OctonionAlgebra(UniqueRepresentation, Parent):
r"""
Test that ``self`` is an Hurwitz algebra.
An algebra `A` is *Hurwitz* if there exists a quadratic form `N`
such that `N(x y) = N(x) N(y)` for all `x, y \in A`.
An algebra `A` is *Hurwitz* if there exists a nondegenerate quadratic
form `N` such that `N(x y) = N(x) N(y)` for all `x, y \in A`.
EXAMPLES::
Expand Down

0 comments on commit 4370091

Please sign in to comment.