Next: Algebraic Entry Tutorial Exercise 3, Previous: Algebraic Entry Tutorial Exercise 1, Up: Answers to Exercises [Contents][Index]
In the formula ‘2 x (1+y)’, ‘x’ was interpreted as a function name with ‘1+y’ as its argument. Assigning a value to a variable has no relation to a function by the same name. Joe needed to use an explicit ‘*’ symbol here: ‘2 x*(1+y)’.