Matrix mistakenly deployed #2375
-
Beta Was this translation helpful? Give feedback.
Answered by
alshedivat
Apr 28, 2024
Replies: 2 comments 2 replies
-
We use MathJax to render LaTeX code. If it doesn't handle your code well, I am afraid there is not much we can do. You can do some test in their live demo site. |
Beta Was this translation helpful? Give feedback.
1 reply
-
try using \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} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
george-gca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try using
\\
instead of\
for line breaks in the matrices: