Quaternion Function Reference
sylvester
Solve Sylvester's equation ax + xb = c
(Quaternion overloading of standard MATLAB® function)
Syntax
x = sylvester(a, b, c)
Description
This function solves for x. The first two parameters must
be of the same size. The function works for real and complex quaternions.
It is possible for there to be no solution (singular case). If so,
the return result will be NaNs.
See Also
MATLAB® function: sylvester
References
-
Drahoslava Janovska and Gerhard Opfer,
'Linear equations in quaternionic variables',
Mitteilungen der Mathematischen Gesellschaft in Hamburg,
27, (2008),
223–234, Section 2. Available: https://www.math.uni-hamburg.de/mathges/
© 2008-2022 Stephen J. Sangwine and Nicolas Le Bihan
License terms.