Function Reference
— Loadable Function: x = syl (a, b, c)

Solve the Sylvester equation using standard Lapack subroutines. For example,

          syl ([1, 2; 3, 4], [5, 6; 7, 8], [9, 10; 11, 12])
               [ -0.50000, -0.66667; -0.66667, -0.50000 ]