Skip to content

Commit 302a413

Browse files
committed
Initial respository code
1 parent fded400 commit 302a413

File tree

202 files changed

+47944
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+47944
-0
lines changed

.gitignore

Lines changed: 272 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
## Core latex/pdflatex auxiliary files:
2+
*.aux
3+
*.lof
4+
*.log
5+
*.lot
6+
*.fls
7+
*.out
8+
*.toc
9+
*.fmt
10+
*.fot
11+
*.cb
12+
*.cb2
13+
.*.lb
14+
15+
## Testing directories
16+
testing/
17+
fa19/test/
18+
19+
## DS Store
20+
.DS_Store
21+
22+
## Intermediate documents:
23+
*.dvi
24+
*.xdv
25+
*-converted-to.*
26+
# these rules might exclude image files for figures etc.
27+
# *.ps
28+
# *.eps
29+
# *.pdf
30+
31+
## Generated if empty string is given at "Please type another file name for output:"
32+
.pdf
33+
34+
## Bibliography auxiliary files (bibtex/biblatex/biber):
35+
*.bbl
36+
*.bcf
37+
*.blg
38+
*-blx.aux
39+
*-blx.bib
40+
*.run.xml
41+
42+
## Build tool auxiliary files:
43+
*.fdb_latexmk
44+
*.synctex
45+
*.synctex(busy)
46+
*.synctex.gz
47+
*.synctex.gz(busy)
48+
*.pdfsync
49+
50+
## Build tool directories for auxiliary files
51+
# latexrun
52+
latex.out/
53+
54+
## Auxiliary and intermediate files from other packages:
55+
# algorithms
56+
*.alg
57+
*.loa
58+
59+
# achemso
60+
acs-*.bib
61+
62+
# amsthm
63+
*.thm
64+
65+
# beamer
66+
*.nav
67+
*.pre
68+
*.snm
69+
*.vrb
70+
71+
# changes
72+
*.soc
73+
74+
# comment
75+
*.cut
76+
77+
# cprotect
78+
*.cpt
79+
80+
# elsarticle (documentclass of Elsevier journals)
81+
*.spl
82+
83+
# endnotes
84+
*.ent
85+
86+
# fixme
87+
*.lox
88+
89+
# feynmf/feynmp
90+
*.mf
91+
*.mp
92+
*.t[1-9]
93+
*.t[1-9][0-9]
94+
*.tfm
95+
96+
#(r)(e)ledmac/(r)(e)ledpar
97+
*.end
98+
*.?end
99+
*.[1-9]
100+
*.[1-9][0-9]
101+
*.[1-9][0-9][0-9]
102+
*.[1-9]R
103+
*.[1-9][0-9]R
104+
*.[1-9][0-9][0-9]R
105+
*.eledsec[1-9]
106+
*.eledsec[1-9]R
107+
*.eledsec[1-9][0-9]
108+
*.eledsec[1-9][0-9]R
109+
*.eledsec[1-9][0-9][0-9]
110+
*.eledsec[1-9][0-9][0-9]R
111+
112+
# glossaries
113+
*.acn
114+
*.acr
115+
*.glg
116+
*.glo
117+
*.gls
118+
*.glsdefs
119+
120+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
121+
# *.ist
122+
123+
# gnuplottex
124+
*-gnuplottex-*
125+
126+
# gregoriotex
127+
*.gaux
128+
*.gtex
129+
130+
# htlatex
131+
*.4ct
132+
*.4tc
133+
*.idv
134+
*.lg
135+
*.trc
136+
*.xref
137+
138+
# hyperref
139+
*.brf
140+
141+
# knitr
142+
*-concordance.tex
143+
# TODO Comment the next line if you want to keep your tikz graphics files
144+
*.tikz
145+
*-tikzDictionary
146+
147+
# listings
148+
*.lol
149+
150+
# luatexja-ruby
151+
*.ltjruby
152+
153+
# makeidx
154+
*.idx
155+
*.ilg
156+
*.ind
157+
158+
# minitoc
159+
*.maf
160+
*.mlf
161+
*.mlt
162+
*.mtc[0-9]*
163+
*.slf[0-9]*
164+
*.slt[0-9]*
165+
*.stc[0-9]*
166+
167+
# minted
168+
_minted*
169+
*.pyg
170+
171+
# morewrites
172+
*.mw
173+
174+
# nomencl
175+
*.nlg
176+
*.nlo
177+
*.nls
178+
179+
# pax
180+
*.pax
181+
182+
# pdfpcnotes
183+
*.pdfpc
184+
185+
# sagetex
186+
*.sagetex.sage
187+
*.sagetex.py
188+
*.sagetex.scmd
189+
190+
# scrwfile
191+
*.wrt
192+
193+
# sympy
194+
*.sout
195+
*.sympy
196+
sympy-plots-for-*.tex/
197+
198+
# pdfcomment
199+
*.upa
200+
*.upb
201+
202+
# pythontex
203+
*.pytxcode
204+
pythontex-files-*/
205+
206+
# tcolorbox
207+
*.listing
208+
209+
# thmtools
210+
*.loe
211+
212+
# TikZ & PGF
213+
*.dpth
214+
*.md5
215+
*.auxlock
216+
217+
# todonotes
218+
*.tdo
219+
220+
# vhistory
221+
*.hst
222+
*.ver
223+
224+
# easy-todo
225+
*.lod
226+
227+
# xcolor
228+
*.xcp
229+
230+
# xmpincl
231+
*.xmpi
232+
233+
# xindy
234+
*.xdy
235+
236+
# xypic precompiled matrices and outlines
237+
*.xyc
238+
*.xyd
239+
240+
# endfloat
241+
*.ttt
242+
*.fff
243+
244+
# Latexian
245+
TSWLatexianTemp*
246+
247+
## Editors:
248+
# WinEdt
249+
*.bak
250+
*.sav
251+
252+
# Texpad
253+
.texpadtmp
254+
255+
# LyX
256+
*.lyx~
257+
258+
# Kile
259+
*.backup
260+
261+
# KBibTeX
262+
*~[0-9]*
263+
264+
# auto folder when using emacs and auctex
265+
./auto/*
266+
*.el
267+
268+
# expex forward references with \gathertags
269+
*-tags.tex
270+
271+
# standalone packages
272+
*.sta

fa19/01/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../Makefile-common

fa19/01/body.tex

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
\begin{document}
2+
3+
\def\title{Worksheet 1}
4+
5+
\newcommand{\qitem}{\qpart\item}
6+
7+
\renewcommand{\labelenumi}{(\alph{enumi})} % change default enum format to (a)
8+
\renewcommand{\theenumi}{(\alph{enumi})} % fix reference format accordingly.
9+
\renewcommand{\labelenumii}{\roman{enumii}.} % second level labels.
10+
\renewcommand{\theenumii}{\roman{enumii}.}
11+
12+
\maketitle
13+
14+
\vspace{0.5em}
15+
16+
\begin{qunlist}
17+
18+
\input{\bank/ode/mech_ode.tex}
19+
\input{\bank/ode/rc_circuit.tex}
20+
\input{\bank/ode/fun_with_inductors.tex}
21+
22+
\end{qunlist}
23+
24+
\end{document}

fa19/01/meta01.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\input{../meta}

fa19/01/sol01.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\input{../sol}

fa19/01/ws01.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\input{../ws}

fa19/02/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../Makefile-common

fa19/02/body.tex

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
\begin{document}
2+
3+
\def\title{Complex Numbers and Phasors}
4+
5+
\newcommand{\qitem}{\qpart\item}
6+
7+
\renewcommand{\labelenumi}{(\alph{enumi})} % change default enum format to (a)
8+
\renewcommand{\theenumi}{(\alph{enumi})} % fix reference format accordingly.
9+
\renewcommand{\labelenumii}{\roman{enumii}.} % second level labels.
10+
\renewcommand{\theenumii}{\roman{enumii}.}
11+
12+
\maketitle
13+
14+
\vspace{0.5em}
15+
16+
\begin{qunlist}
17+
18+
\input{\bank/phasors/complex_number_practice}
19+
\input{\bank/phasors/phasor_impedence_basics}
20+
\input{\bank/phasors/phasor_analysis}
21+
\input{\bank/phasors/phasor_practice}
22+
\input{\bank/phasors/rlc_circuit}
23+
24+
\end{qunlist}
25+
26+
\end{document}

fa19/02/figures/inductor_1.tex

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
\begin{circuitikz}
2+
\draw
3+
(0, 0)
4+
to[V=$V_{in}$] ++ (0, -4)
5+
to[short, -o] ++(6, 0)
6+
7+
(0, 0)
8+
to[L, l=$L$, i=$I_L$] ++ (3, 0)
9+
to[short] ++(2, 0)
10+
11+
(3, 0)
12+
to[opening switch,l^=\mbox{$t = 0$}] ++(0, -2)
13+
to[R, l=$R_1$] ++(0, -2)
14+
15+
(5, 0)
16+
to[switch, l^=\mbox{$t = 0$}] ++(0, -2)
17+
to[R, l=$R_2$] ++ (0, -2)
18+
19+
(5, -2)
20+
to[short, -o] ++(1, 0)
21+
to[open, v^=$V_{out}$] ++(0, -2)
22+
23+
(3, -1) node[left]{$S_1$}
24+
(5, -1) node[left]{$S_2$}
25+
;
26+
\end{circuitikz}

fa19/02/figures/rc_circuit.tex

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
\begin{figure}[H]
2+
\begin{centering}
3+
\begin{circuitikz}
4+
\draw (0, 4)
5+
to[V =$V_s$] (0, 0);
6+
\draw (0, 4)
7+
to[switch,l^=\mbox{$t = 0$}](4,4)
8+
(4,4) to[R = $R$,v=$V_R(t)$,i>^=$I_R(t)$] (7,4)
9+
to [short] (9,4)
10+
to[C = $C$, v=$V_c(t)$,i>^=$I_c(t)$] (9,0)
11+
to [short] (0,0);
12+
\end{circuitikz}
13+
\caption{\label{fig:circuit}RC Circuit with Voltage Source}
14+
\end{centering}
15+
\end{figure}

0 commit comments

Comments
 (0)