Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Mar 6, 2024
1 parent aff45e4 commit 0ee074c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,8 @@ where $X_u$ is a new algebraic state variable and $I_u$ is a selector matrix tha

This model may be converted to a proper statespace model (if the system is indeed proper) using `DescriptorSystems.dss2ss`.
All of this is handled automatically by [`named_ss`](@ref).

**Summary**: If you get the error message
> Input derivatives appeared in expressions (-g_z\g_u != 0)
Switch from calling `linearize` to calling `named_ss` with exactly the same input arguments, and then pass the argument `allow_input_derivatives = true` to `named_ss`.

0 comments on commit 0ee074c

Please sign in to comment.