File:Mesh Analysis Example1 TeX.svg
Summary
| Description |
English: A simple circuit used in explain Mesh Analysis. Created using LaTeX, TikZ, CircuiTikz, and pdf2svg. |
| Date | |
| Source |
Own work based on: Mesh Analysis Example1.svg: |
| Author | GorillaWarfare |
| Other versions |
|
| SVG development |
Source code

This media was created with LaTeX (document markup language)Category:Images with LaTeX source code and PGF/TikZ (pair of languages for producing vector graphics from a geometric/algebraic description)Category:Images with PGF/TikZ source code and CircuiTikZ (TikZ add-on for typesetting scientific electrical networks in a TeX environment such as LaTeX)Category:Images with CircuiTikZ source code and pdf2svg (Simple PDF to SVG converter using the Poppler and Cairo libraries)Category:Images with pdf2svg source code
Here is a listing of the source used to create this file.
Here is a listing of the source used to create this file.
\documentclass[tikz, margin=15px]{standalone}
\usepackage{color,graphicx,circuitikz}
\usepackage[load-configurations=version-1]{siunitx}
\usetikzlibrary{arrows}
\begin{document}
\begin{circuitikz}[american, very thick]
\draw
(0,10) to [I, l=\huge{$I_\textrm{s}$}] (4,10)
to [R, l=\huge{$R_3$}] (8,10)
to (8,7) to [L, l=\huge{$sL$}] (8,4)
to (0,4)
to [V, l=\huge{$V_\textrm{s}$}] (0,7) to (0,10)
(0,7) to [R, l=\huge{$R_1$}](4,7) to [R, l=\huge{$R_2$}](8,7)
(4,7) to [C, l=\huge{$\frac{1}{sC}$}](4,4)
{(4,8.5) node {\huge{\color{red}{1}}} (2,5.5) node {\huge{\color{red}{2}}} (6,5.5) node {\huge{\color{red}{3}}}};
;\end{circuitikz}
\end{document}
Licensing
GorillaWarfare, the copyright holder of this work, hereby publishes it under the following license:
| This work has been released into the public domain by its author, GorillaWarfare. This applies worldwide. In some countries this may not be legally possible; if so: GorillaWarfare grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |