Computer Mathematics and the Graphing Calculator

In programming, a variable is a name given to a location in memory. It makes sense to write x + 1 x. This does not mean that x + 1 is equal to x or that one should solve for x. It simply tells the computer to take the value stored in the memory location called x, add 1 to it, then store the resulting value into the location called x. ................
................