a ± b ± c
add, extend or multiply duplex numbers and see the resulting distribution below
Displayed in depth-first order (following minus before plus).
Consider the duplex number a ± b ± c
As such, any symmetrical distribution of numbers can be represented as the underlying set of a duplex number.
Duplex numbers can be used to find the eigenvalues for a 2x2 matrix. Consider the matrix:
| x z | | v y |First, determine the two duplex numbers that represent the diagonals of the matrix, such that:
a±b = (x,y) and c±d = (v,z) a±b = (x+y)/2 ± |(x+y)/2-x| c±d = (v+z)/2 ± |(v+z)/2-v|when b = d, the eigenvalues are:
a±cwhen b ≠ d, the eigenvalues are:
a ± √(b² + c² - d²)