ControlSystems.jl icon indicating copy to clipboard operation
ControlSystems.jl copied to clipboard

Matrix equations with different matrix types

Open olof3 opened this issue 4 years ago • 0 comments

The following doesn't work for example

lyap(randn(3,3), Symmetric(randn(3, 3)))

I think that we should consider to start using MatrixEquations.

olof3 avatar Apr 04 '20 08:04 olof3