Is there a way to display multiple lines of equations in display mode on this site?
On other SE sites, you can do the following:
\$$ % Initial slash not needed on other sites
I = C \frac{dV}{dt} \\
R = V/I
$$
and the equations will be on separate lines. On this site, however, that doesn't seem to work. Example: How to analyze a current sink for an ideal power amplifier
$
. On electronics.SE, you need to do a\\$
. I saw a post on meta explaining why. Apparently, the requirement for the slash is only for a single$
and not a double$$
. Documenting that somewhere would help people new to this site. \$\endgroup\$\$$
and$$
work, but the first disables newlines and the second doesn't. \$\endgroup\$