. Generate equally spaced coordinates. We want to generate x coordinates between 1 and 2 with spacing 0.01. The coordinates are given by the formula xi = 1 + ih, where h = 0.01 and i runs over integers 0, 1, . . . , 100. Compute the xi values and store them in a list. Use a for loop, and append each new xi value to a list, which is empty initially. Name of program file: coor1.py. ⋄
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here