Page 1 of 1

An object is located at position ri=<-1,-3,0>m. After some time, its location is rf= <4,-1,0>m. Visually find the displa

Posted: Fri May 20, 2022 1:15 pm
by answerhappygod
An Object Is Located At Position Ri 1 3 0 M After Some Time Its Location Is Rf 4 1 0 M Visually Find The Displa 1
An Object Is Located At Position Ri 1 3 0 M After Some Time Its Location Is Rf 4 1 0 M Visually Find The Displa 1 (86.73 KiB) Viewed 35 times
An object is located at position ri=<-1,-3,0>m. After some time, its location is rf= <4,-1,0>m. Visually find the displacement of the object. Notes: Make sure that you pay attention to correct spelling, capital or small letter cases, commas, and points. Make sure that you don't use space when completing the code lines. GlowScript 3.2 VPython ris vector • (-1,-3,0) rf= vector (4,-1,0) Visualize vector ri in orange color, starting from the origin arrow(pos=vector(0,0,0), axis-vector ), color=color.orange) Visualize vector rf in green color, starting from the same position as vector ri arrow(pos=vector axis-vector color=color Calculate the displacement dr Visualize the displacement with yellow color, starting from the tip of the first arrow. Set its axis to the result of the displacement (pos=vector(-1,-3,0), axis- color=color.yellow) Print the result of the calculated displacement print ("dr=", 'm')