Answered step by step
Verified Expert Solution
Question
1 Approved Answer
python 3 Modify the function dir2cart() from the lecture to include vector length R. Call it vec2cart() . Apply your new function to evaluate the
- python 3
- Modify the function dir2cart() from the lecture to include vector length R. Call it vec2cart().
- Apply your new function to evaluate the cartesian coordinates of the vector with Azimuth=12, Plunge=42, R=8
- Modify the function cart2dir() to return the full vector (Azimuth, Plunge and R) from the cartesian coordinates. Call this one cart2vec().
- Verify that your function works, by feeding the output of dir2cart() back into cart2dir() to make sure you get back what you started with.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started