File:Mesh Analysis Example4 TeX.svg
Summary
| Description |
English: Simple Circuit to use as an example in Mesh Analysis article. Version of Mesh Analysis Example3.PNG created using LaTeX, TikZ, CircuiTikz, and pdf2svg. |
| Date | |
| Source |
Own work based on: Mesh Analysis Example3.PNG: |
| Author | GorillaWarfare |
| 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,4) to (8,4) to [cV, l_=\huge{$3i_x$}](8,7)
(0,4) to [V, l=\huge{$V_\textrm{s}$}] (0,7)
(0,7) to [R, l=\huge{$R_1$}](4,7) to [R, l=\huge{$R_2$}](8,7)
(4,4) to [R, l_=\huge{$R_3$}, i^<=\huge{$i_x$}](4,7)
{(2,5.5) node {\huge{\color{red}{$i_1$}}} (6,5.5) node {\huge{\color{red}{$i_2$}}}};
\draw[very thick, red, <-, >=triangle 45] (2.5,4.6) arc (-60:240:1);
\draw[very thick, red, <-, >=triangle 45] (6.9,4.6) arc (-60:240:1);
;\end{circuitikz}
\end{document}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|