Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

by python 3 In tacheometric observations, if the slope angle a is determined, the horizontal distance between points can be computed from the relations HD;

image text in transcribed by python 3

In tacheometric observations, if the slope angle a is determined, the horizontal distance between points can be computed from the relations HD; is the horizontal distance between points, SD; is the slope distance a, is the slope angle z is the zenith angle 100-a Slope Angle H (Horizontal Distance) Figure:14 (Barry F Kavanagh, 2009) Create a function that takes zenith angle and slope distance as argument and calculates the horizontal distance and prints it in specified format as below with 3 decimals Parameters: Slope Distance 127.834 m Zenith Angle (grads) 98.421 Expected Output: Horizontal Distance (meters): 127.795 use math library for trigonometric calculations. use "import math statement math.sin() function takes angles as argument in radians. Use following formula to transform angles from grads to radians. (grad/200) (radian/p)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions