Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. begin{circuitikz} draw
  2. % bottom line
  3. (0,0) to [short,o-o] (11,0)
  4. % shunt branches
  5. (2,0) to [C, *-*,l=$C/2$,v=$V_C$] (2,3)
  6. (9,0) to [C, *-*,l=$C/2$] (9,3)
  7. % top line
  8. (0,3) to [short,o-] (3,3)
  9. to [R, l_=$R$,i=$I_1$] (5,3)
  10. (5,3) -- (6,3)
  11. to [L, l_=$L$] (8,3)
  12. to [short,-o] (11,3)
  13. % Input and output labels
  14. (0,1.5) node[] {$V_s$}
  15. (11,1.5) node[] {$V_r$}
  16. ;end{circuitikz}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement