-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nfs000000000a801f3f0000227e
98 lines (72 loc) · 2.22 KB
/
.nfs000000000a801f3f0000227e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#!/bin/bash
echo ""
echo "-------------------------------------"
echo "Run Brian Cook's homework 1 solutions"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Running the Python scripts for each part"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Problem 1, Part A"
echo "-------------------------------------"
python3 homework1problem1parta.py
echo ""
echo "-------------------------------------"
echo "Problem 1, Part B"
echo "-------------------------------------"
python3 homework1problem1partb.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part A"
echo "-------------------------------------"
python3 homework1problem2parta.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part B"
echo "-------------------------------------"
python3 homework1problem2partb.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part C"
echo "-------------------------------------"
python3 homework1problem2partc.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part D"
echo "-------------------------------------"
python3 homework1problem2partd.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part E"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Problem 2, Part F"
echo "-------------------------------------"
python3 homework1problem2partf.py
echo ""
echo "-------------------------------------"
echo "Problem 2, Part G"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Problem 2, Part H"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Problem 3, Part A"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Problem 3, Part B"
echo "-------------------------------------"
echo ""
echo "-------------------------------------"
echo "Generating the pdf"
echo "-------------------------------------"
pdflatex homework1_cook.tex
bibtex homework1_cook.aux
pdflatex homework1_cook.tex
pdflatex homework1_cook.tex