sylvester
Solve Sylvester equation AX + XB = C for X
Syntax
Description
returns
the solution, X = sylvester(A,B,C)X, to the Sylvester equation.
Input A is an m-by-m matrix, input B is
an n-by-n matrix, and both C and X are
m-by-n matrices.
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced in R2014a
See Also
ctranspose | kron | eig | mtimes | mldivide