Skip to content

Technical question on causal_simplification #74

Open
@B-LIE

Description

@B-LIE

In the documentation for ControlSystemsMTK, the call signature is:

function causal_simplification(sys, u2duinds::Vector{Pair{Int, Int}}; descriptor=true)

I have a system with 2 inputs, and linearize produces B/D matrices with 4 columns. According to the linearize documentation for MTK, the two first columns are the real inputs, while the two next ones are the derivatives of the inputs.

QUESTION: Would the correct call then be causal_simplification(sys, [1=>3, 2=>4)? Implying that the control input in column 1 finds the derivative in column 3, etc.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions