File:RLC esempio2.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,128 × 578 pixels, file size: 14 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Italiano: L'immagine è stata creata in LaTeX, utilizzando principalmente il pacchetto "circuitikz"
Source Own work
Author Berationalgetreal

Il codice è il seguente:

\documentclass[convert={density=300,size=1080x800,outext=.png}]{standalone}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{tikz}
\usepackage{circuitikz}
\usepackage{esvect} %Per il comando \vv{}
\begin{document}

		\begin{circuitikz}[american, cute inductors] % Per un altro tipo di induttore, scrivere semplicemente [american]
			\draw (0,0)
			to[V = \(\vv u(t)\)] (0,6); %Il generatore
			\draw (0,6) 
			to[L = \(L\)] (6,6); % L'induttore
			\draw (6,6)
			to[R=\(R_1\), *-*] (6,0); % Il primo resistore
			\draw (6,0)
			node [ground]{}; % La terra
			\draw (6,0)
			to[short] (0,0);
			\draw (6,6)
			to [R = \(R_2\)] (12,6); % Il secondo resistore
			\draw (12,6)
			to [C = \(C_1\)] (12,0); % Il condensatore
			\draw (12,0)
			to[short] (6,0);
			\draw [very thick, ->] (2.5,5.5) -- (3.5,5.5);
			\draw (3,5.2) node {\(x_1\)};
			\draw [very thick, ->] (8.5,5.5) -- (9.5,5.5);
			\draw (9,5.2) node {\(i_3\)};
			\draw [very thick, <-] (5.5,2.5) -- (5.5,3.5);
			\draw (5.2,3) node {\(i_2\)};
			\draw (11.2,3) node {\(x_2\)};
		\end{circuitikz}

\end{document}

Licensing

[edit]
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:33, 6 April 2017Thumbnail for version as of 12:33, 6 April 20171,128 × 578 (14 KB)Berationalgetreal (talk | contribs)L'immagine è stata creata in LaTeX, utilizzando principalmente il pacchetto "circuitikz". Il codice è il seguente: <source lang = latex> \documentclass[convert={density=300,size=1080x800,outext=.png}]{standalone} \usepackage{amsmath} \usepackage{ams...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: