Quaternion Function Reference

sylvester

Solve Sylvester's equaterion AX + XB = C
(Quaternion overloading of standard MATLAB® function)

Syntax

X = sylvester(A, B, C)

Description

This function solves for X by converting the quaternion arguments to adjoint arrays using adjoint, and then calling the MATLAB® function of the same name (introduced with Matlab R2014a). It will work for biquaternion arrays, and for both scalar quaternions and arrays of quaternions subject to the same rules of conformability as the MATLAB® function.

See Also

QTFM function: adjoint
MATLAB® function: sylvester

(c) 2008-2016 Stephen J. Sangwine and Nicolas Le Bihan

License terms.