Question: Need help with part C. Put the following lines into a glowscript script and run them: theta = 3.8308 particle_position = vector(1.0,1.0,0) obslocation=vector (cos(theta), sin(theta),
Need help with part C.

Put the following lines into a glowscript script and run them: theta = 3.8308 particle_position = vector(1.0,1.0,0) obslocation=vector (cos(theta), sin(theta), 0) r=obslocation-particle_position rmag=sqrt(r.x**2+r.y**2+r.z**2) rhat=r/rmag Check all of the variables that are vectors: False: rmag True: obslocation True: rhat True: particle_position True: r False: theta You are correct. Previous Tries Your receipt no. is 159-3893 (c.) What is the length of the vector r? Submit Answer Tries 0/99
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
