-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
I'm using KaTeX for my equations, and there is a big difference between what I see in the preview and in the actual book.
Book
http://thomwright.gitbooks.io/electronic-circuit-simulation/content/DC%20Analysis.html

Source
Rather than constructing a list of equations node-by-node, it is often easier to build up the matrix element-by-element, using ‘matrix stamps’. Using this technique, every element contributes a set pattern to Equation . Equation shows the contribution to the $$Y$$ matrix of a resistor with conductance $$g_k$$ from node $$i$$ to node $$j$$:
$$
\begin{array}{cc}
\begin{bmatrix}
g_k & -g_k \\
-g_k & g_k
\end{bmatrix}
&
\begin{matrix}
row\ i\\
row\ j
\end{matrix}
\\
col\ i \quad col j
\end{array}
$$Metadata
Metadata
Assignees
Labels
No labels
