Split-complex numbers and dual numbers

  • Context: Graduate 
  • Thread starter Thread starter ForMyThunder
  • Start date Start date
  • Tags Tags
    Dual Numbers
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
ForMyThunder
Messages
149
Reaction score
0
I recently had a conversation with a friend (who for some reason likes number theory) about these split-complex numbers and dual numbers. I'm more into topology, so I've never heard of them and he brought up that the modulus (I've only heard this term used for complex numbers) of the split-complex numbers can be negative. I made the guess that the modulus was a norm. He said it wasn't and I asked him what exactly a modulus was and he said it was just some real-valued function.

So, in general what is the definition of a "modulus" that coincides its definitions on the reals, complex, dual, and split complex numbers?
 
Physics news on Phys.org


As I have come across the term in these contexts the modulus isn't just "some" real-valued function but rather the function
[tex]\|z\| = z\overline{z}[/tex]
where [itex]\overline{z}[/itex] denotes the conjugate, so:
[tex]\overline{a} = a\qquad\textrm{for real a}[/tex]
[tex]\overline{a+bi} = a-bi\qquad\textrm{for complex a+bi}[/tex]
[tex]\overline{a+bj} = a-bj\qquad\textrm{for split complex a+bj}[/tex]
[tex]\overline{a+b\epsilon} = a-b\epsilon\qquad\textrm{for dual }a+b\epsilon[/tex]
So in the split complex case we have
[tex]\|a+bj\| = (a+bj)(a-bj) = a^2 -b^2[/tex]
which is not a norm, but it is multiplicative and a quadratic form. In the dual case we have
[tex]\|a+b\epsilon\| = (a+b\epsilon)(a-b\epsilon) = a^2[/tex]