Chapter 2: Problem 10
We want to generate \(x\) coordinates between 1 and 2 with spacing 0.01. The coordinates are given by the formula \(x_{i}=1+i h\), where \(h=0.01\) and \(i\) runs over integers \(0,1, \ldots, 100\). Compute the \(x_{i}\) values and store them in a list. Use a for loop, and append each new \(x_{i}\) value to a list, which is empty initially. Name of program file: coor1.py.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.