You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1215,7 +1215,7 @@ function linearize(sys, lin_fun; t = 0.0, op = Dict(), allow_input_derivatives =
1215
1215
A = [f_x f_z
1216
1216
gzgx*f_x gzgx*f_z]
1217
1217
B = [f_u
1218
-
gzgx*f_u]
1218
+
gzgx*f_u]# The cited paper has zeros in the bottom block, see derivation in https://github.com/SciML/ModelingToolkit.jl/pull/1691 for the correct formula
1219
1219
1220
1220
C = [h_x h_z]
1221
1221
Bs =-(gz \ g_u) # This equation differ from the cited paper, the paper is likely wrong since their equaiton leads to a dimension mismatch.
0 commit comments