Written by Lingxuan Kong This Package contains a function called Solvesylvester() This function can be used to solve standard sylvester equations like AX + XB = C, where A, B, C are all square matrices with same dimensions. Also, this function allows input matrices and real numbers, if real number is 0, it will degenerate to simple matrix equation. Input can be (Matrix, number, Matrix) or (number, Matrix, Matrix) or (Matrix, Matrix, Matrix), other input are not supported. This function is not fast because of not using Rcpp, sylvester() function from package "maotai" performs better.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.