ABSTRACT

Thus far, our programming has focused on relatively simple representations of mathematical expressions and the syntax that can be used to declare and operate on variables. We have created arrays and matrices for the purpose of holding a range of values as input data or the intermediate or final values of our calculations. The outputs were calculated by applying the same formula to each element of the array and stored as values in the output arrays.