Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
184_projects:s20_project_2 [2019/12/12 15:37] – created dmcpadden | 184_projects:s20_project_2 [2020/01/16 14:36] (current) – hallstein | ||
---|---|---|---|
Line 20: | Line 20: | ||
detector = box(pos = vec(0, | detector = box(pos = vec(0, | ||
+ | #Step 1: Make one E-Field Arrow | ||
E = vec(0,0,0) | E = vec(0,0,0) | ||
field = arrow(pos=detector.pos, | field = arrow(pos=detector.pos, | ||
+ | |||
+ | |||
+ | #Step 2: Make multiple E-field Arrows | ||
+ | starting_point=-200 | ||
+ | |||
+ | while starting_point< | ||
+ | | ||
+ | E=vec(0, | ||
+ | field = arrow(pos=detector.pos, | ||
+ | | ||
+ | starting_point=starting_point+150 | ||
</ | </ | ||
Line 40: | Line 52: | ||
* Be able to explain how the code relates to the physics equations (from Week 1) and vice versa | * Be able to explain how the code relates to the physics equations (from Week 1) and vice versa | ||
</ | </ | ||
+ | |||
==== Project 2B: Building Stormchaser HQ ==== | ==== Project 2B: Building Stormchaser HQ ==== |