Texas A&M University

Pay particular attention to the last "squares" line on this link. This syntax creates a list of multiple outputs to a function given multiple inputs. The important thing about List Comprehension is that the inputs do NOT have to be equally spaced! For example, if you wanted to evaluate f(x)=x^2 for x=1.1, 1.01, 1.001, just enter the line ................
................