Skip to content

Math rendering #823

@ThomWright

Description

@ThomWright

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.

Preview
image

Book
http://thomwright.gitbooks.io/electronic-circuit-simulation/content/DC%20Analysis.html
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions