Skip to content

Matrix mistakenly deployed #2375

Answered by alshedivat
Toflamus asked this question in Q&A
Apr 28, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

try using \\ instead of \ for line breaks in the matrices:

\begin{equation}
\begin{bmatrix}
z[s+1] \\
\vec i_r[s+1] \\
h[s+1]
\end{bmatrix}
=
\begin{bmatrix}
1 & 0 & 0 \\
0 & \mathbb A_{RC} & 0 \\
0 & 0 & A_H
\end{bmatrix}
\begin{bmatrix}
z[s] \\
\vec i_r[s] \\
h[s]
\end{bmatrix}
+
\begin{bmatrix}
-\frac{\eta [s] \Delta t}{Q} & 0 \\
\vec b_{RC} & 0 \\
0 & A_H-1
\end{bmatrix}
\begin{bmatrix}
I & sgn(I)
\end{bmatrix}
\end{equation}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Toflamus
Comment options

Comment options

You must be logged in to vote
1 reply
@Toflamus
Comment options

Answer selected by george-gca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants