Tacit Talk

Episode 34: Algebra as a Language (1972) 🟦

• Conor Hoekstra

Use Left/Right to seek, Home/End to jump to start or end. Hold shift to jump forward or backward.

0:00 | 27:51

In this episode, the 1972 paper "Algebra as a Language" by Kenneth E. Iverson is read by the Speechify text-to-speech app.

Socials

Show Notes

Date Released: 2026-03-28

SPEAKER_00

Welcome to episode 34 of Tacit Talk. In today's episode is a speech to text reading of the 1972 paper Algebra as a Language, written by Kenneth E. Iverson. This showed up as Appendix A of the textbook also written by Iverson. Algebra and Algorithmic Treatment. Both the paper and this textbook are available online. Links can be found either in the podcast description or attac.com. Algebra. As a language, Kenneth E.

SPEAKER_01

Iverson. A Introduction. Although few mathematicians would quarrel with the proposition that the algebraic notation taught in high school is a language, and indeed the primary language of mathematics, yet little attention has been paid to the possible implications of such a view of algebra. This paper adopts this point of view to illuminate the inconsistencies and deficiencies of conventional notation, and to explore the implications of analogies between the teaching of natural languages and the teaching of algebra. Based on this analysis, it presents a simple and consistent algebraic notation, illustrates its power in the exposition of some familiar topics in algebra, and proposes a basis for an introductory course in algebra. Moreover, it shows how a computer can, if desired, be used in the teaching process, since the language proposed is directly usable on a computer terminal. A2, arithmetic notation. We will first discuss the notation of arithmetic. That is that part of algebraic notation which does not involve the use of variables. For example, the expression 3 to 4 and 3 plus 4, 5 plus 6, are arithmetic expressions, but the expressions 3x and x plus 4, y plus 6 are not. We will now explore the anomalies of arithmetic notation and the modifications needed to remove them. Functions and symbols for functions, the importance of introducing the concept of function rather early in the mathematical curriculum is now widely recognized. Nevertheless, those functions which the student encounters first are usually referred to not as functions, but as operators. For example, absolute value, or minus 3OR, and arithmetic negation, minus 3, are usually referred to as operators. In fact, most of the functions which are so fundamental and so widely used that they have been assigned some graphic symbol are commonly called operators, particularly those functions such as plus and times which apply to two arguments, whereas the less common functions, which are usually referred to by writing out their names, for example, sin, COs, factorial, are called functions. This practice of referring to the most common and most elementary functions as operators is surely an unnecessary obstacle to the understanding of functions when that term is first applied to the more complex functions encountered. For this reason, the term function will be used here for all functions, regardless of the choice of symbols used to represent them. The functions of elementary algebra are of two types, taking either one argument or two. Thus, addition is a function of two arguments, denoted by x plus e, and negation is a function of one argument, denoted by y. It would seem both easy and reasonable to adopt one form for each type of function, as suggested by the foregoing examples. That is, the symbol for a function of two arguments occurs between its arguments, and the symbol for a function of one argument occurs before its argument. Conventional notation displays considerable anarchy on this point. One, certain functions are denoted by any one of several symbols, which are supposed to be synonymous, but which are, however, used in subtly different ways. For example, in conventional algebra, x times y and xy both denote the product of x and y. However, one would write either three times y or three times, or x times three or three times four, but would not likely accept x3 as an expression for x times three, nor 34 as an expression for three times four. Similarly, x divide y and xy are supposed to be synonymous, but in the sentence reduce eight sixths to lowest terms, the symbol does not stand for division. 2. The power function has no symbol and is denoted by position only, as in x to the n, the same notation is often used to denote the nth element of family or array. 3. The remainder function, that is, the integer remainder of dividing x into y, is used very early in arithmetic, for example, in factoring, but is commonly not recognized as a function on par with addition, division, etc., nor assigned a symbol. Because the remainder function has no symbol and is commonly evaluated by the method of long division, there is a tendency to confuse it with division. This confusion is compounded by the fact that the term quotient itself is ambiguous, sometimes meaning the quotient, and sometimes the integer part of the quotient. 4. The symbol for a function of one argument sometimes occurs before the argument, as in minus 4, but may also occur after it, as in 4, for factorial 4, or on both sides, as in orcsor for for absolute value of x. Table a1 shows a set of symbols which can be used in a simple, consistent manner to denote the functions mentioned thus far, as well as a few other very useful basic functions, such as maximum, minimum, integer part, reciprocal, and exponential. The table shows two uses for each symbol, one to denote a monadic function that is a function of one argument, and one to denote a dyadic function that is a function of two arguments. This is simply a systematic exploitation of the example set by the familiar use of the minus sign, either as a dyadic function that is subtraction as in four to three, or as a monadic function that is negation, as in minus three. No function symbol is permitted to be elided. For example, x times y may not be written as xy. Table A, one, APL function symbols, showing monadic and dyadic forms for plus, minus, times, divide, ceiling maximum, floor minimum, power exponential, logarithm, and magnitude. Remainder. Table omitted, a little experimentation with the notation of table A. One will show that it can be used to express clearly a number of matters which are awkward of impossible to express in conventional notation. For example, x divide y is the quotient of x divided by y, either floor, x divide y, or x, yorks, divide y, yield the integer part of the quotient of x divided by y, and x ceiling, x is equivalent to or x. In conventional notation, the symbols less or equal, equal to, greater or equal, and not equal, are used to state relations among quantities. For example, the expression three less than four asserts that three is less than four, it is more useful to employ them as symbols for dyadic functions defined to yield the value one if the indicated relation actually holds, and the value zero if it does not. Thus, three less or equal four yields the value, one and five plus three less or equal four yields the value, six arrays. The ability to refer to collections or arrays of items is an important element in any natural language, and is equally important in mathematics. The notation of vector algebra embodies the use of arrays, vectors, matrices, three-dimensional arrays, etc., but in a manner which is difficult to learn and limited primarily to the treatment of linear functions. Arrays are not normally included in elementary algebra, probably because they are thought to be difficult to learn and not relevant to elementary topics. A vector, that is, a one-dimensional array, can be represented by a list of its elements. For example, 1357, and all functions can be assumed to be applied element by element. For example, one, two, three, four times four, three, two, produces four, sixty-four. Similarly, table, one, two, three, four, plus four, three, two, one. Numeric table omitted. In addition to applying a function to each element of an array, it is also necessary to be able to apply some specified function to the collection itself. For example, take the sum of all elements, or take the product of all elements, or take the maximum of all elements. This can be denoted as follows. Table, plus reduce to five, three, two, numeric table omitted. The rules for using such vectors are simple and obvious from the foregoing examples. Vectors are relevant to elementary mathematics in a variety of ways. For example, 1. They can be used, as in the foregoing examples, to display the patterns produced by various functions when applied to certain patterns of arguments. 2. They can be used to represent points in coordinate geometry. Thus, 57, 19, and 23 represent two points. 5719 23 yields 30. 412, the displacement between them, and plus reduce 5719, 237, 22,5, yields 13, the distance between them, 3. They can be used to represent rational numbers. Thus, if 34 represents the fraction 3 fourths, then 34 times 56 yields 1,524, the product of the fractions represented by 34 and 56. Moreover, divide reduce 34 and divide reduce 56%, and divide reduce 1,524 yield the actual numbers represented 4. A polynomial can be represented by its vector of coefficients and vector of exponents. For example, the polynomial with coefficients 3, 1, 2, 4, and exponents 0, 1, 2, 3, can be evaluated for the argument 5 by the following expression. Plus reduce 3, 1, 2, 4 times 5, times 0, 1, 2, 3, 58 constants. Conventional notation provides means for writing any positive constant, for example, 17 or 3.14, but there is no distinct notation for negative constants, since the symbol, occurring in a number like minus 35, is indistinguishable from the symbol for the negation function. Thus negative 35 is written as an expression, which is much as if we neglected to have symbols for 5 and 0, because expressions for them could be written in a variety of ways such as 8 to 3 and 8 to 8. It seems advisable to follow Beberman, 1, in using a raised minus sign to denote negative numbers. For example, 3 to 5, 4, 3, 2, 1, negative 2, negative 1012. Conventional notation also provides no convenient way to represent numbers which are easily expressed in expressions of the form 2.14 times 10 to the 8, or 3.265 times 10 to the negative 9. A useful practice widely used in computer languages is to replace the symbols times 10 by the symbol E for exponent as follows 2.1488 and 3.265e negative. 9, order of execution. The order of execution in an algebraic expression is commonly specified by parentheses. The rules for parentheses are very simple, but the rules which apply in the absence of parentheses are complex and chaotic. They are based primarily on a hierarchy of functions. For example, the power function is executed before multiplication, which is executed before addition, which has apparently arisen because of its convenience in writing polynomials. Viewed as a matter of language, the only purpose of such rules is the potential economy in the use of parentheses, and the consequent gain and readability of complex expressions. Economy and simplicity can be achieved by the following rule. Parentheses are obeyed as usual, and otherwise expressions are evaluated from right to left with all functions being treated equally. The advantages of this rule and the complex and ambiguity of conventional rules are discussed in Barry, 2, page 27, and in Iverson, 3, appendix A. Even polynomials can be conveniently written without parentheses if use is made of vectors. For example, the polynomial in x with coefficients 3124 can be written without parentheses as plus reduce 3124 times x0 twelve three. Moreover, Horner's expression for the efficient evaluation of this same polynomial can also be written without parentheses as follows. 3 plusx times 1 plus x times 2 plusx times 4. Analogies with natural language, the arithmetic expression 3 times 4 can be viewed as an order to do something, that is, multiply the arguments 3 and 4. Similarly, a more complex expression can be viewed as an order to perform a number of operations in a specified order. In this sense, an arithmetic expression is an imperative sense, and a function corresponds to an imperative verb in natural language. Indeed, the word function derives from the Latin verb fungi, meaning to perform. This view of a function does not conflict with the usual mathematical definition as a specified correspondence between the elements of domain and range, but rather supplements this static view with a dynamic view of a function as that which produces the corresponding value for any specified element of the domain. If functions correspond to imperative verbs, then their arguments, the things upon which they act, correspond to nouns. In fact, the word argument has, or at least had, the meaning topic, theme, or subject. Moreover, the positive integers, being the most concrete of arithmetical objects, may be said to correspond to proper nouns. What are the roles of negative numbers, rational numbers, irrational numbers, and complex numbers? The subtraction function, introduced as an inverse to addition, yields positive integers in some cases but not in others, and negative numbers are introduced to refer to the results in these cases. In other words, a negative number refers to a process or the result of a process, and is therefore analogous to an abstract noun. For example, the abstract noun justice refers not to some concrete object, examples of which one may point to, but to a process or result of a process. Similarly, rational and complex numbers refer to the results of processes, division, and finding the zeros of polynomials, respectively, a, 3, algebraic notation, names. An expression such as 3 times x can be evaluated only if the variable x has been assigned an actual value. In one sense, therefore, a variable corresponds to a pronoun whose referent must be made clear before any sentence, including it, can be fully understood. In English, the referent may be made clear by an explicit statement, but is more often made clear by indirection, for example, see the door, close it, or by context. In conventional algebra, the value assigned to a variable name is usually made clear informally by some statements such as let x have the value six or let z equal to six. Since the equal symbol, that is, equal to, is also used in other ways, it is better to avoid its use for this purpose and to use a distinct symbol as follows. x gets 6y gets 3 times 4, x plus y 18, x minus 3 times, x minus 5, 3, assigning names to expressions. In the foregoing example, the expression x minus 3 times x minus 5 was written as an instruction to evaluate the expression for a particular value already assigned to x, 1 also writes the same expression for the quite different notation. Consider the expression x minus 3 times x minus 5 for any value which might later be assigned to the argument. This is a distinct notion, which should be represented by distinct notation. The idea is to be able to refer to the expression, and this can be done by assigning a name to it. The following notation serves del Z gets g, xz gets x minus 3 times x minus 5, del. The dels indicate that the symbols between them define a function. The first line shows that the name of the function is g. The names x and z are dummy names standing for the argument and result, and the second line shows how they are related. Following this definition, the name G may be used as a function. For example, G, 6, 3 grams, 1, 2, 3, 4, 5, 6, 7, 8, 3, 0, negative, 103. Iterative functions can be defined with equal ease as shown in chapter 12, form of names. If the variables occurring in algebraic sentences are viewed simply as names, it seems reasonable to employ names with some mnemonic significance, as illustrated by the following sequence. Length gets six, width gets five area, gets length, times width height, gets four volume, gets area, times height. This is not done in conventional notation, apparently because it is ruled out by the convention that the multiplication sign may be alighted, that is, area cannot be used as a name, because it would be interpreted as a times r times e times a. This same convention leads to other anomalies as well, some of which were discussed in the section on arithmetic notation. The proposal made there that is that the multiplication sign cannot be elided will permit variable names of any length, A4. Analogies with the teaching of natural language. If one views the teaching of algebra as the teaching of a language, it appears remarkable how little attention is given to the reading and writing of algebraic sentences, and how much attention is given to identities, that is, to the analysis of sentences with a view to determining. Other equivalent sentences, for example, simplify the expression x minus four times x plus four. It is possible that this emphasis accounts for much of the difficulty in teaching algebra, and that the teaching and learning processes in natural languages may suggest a more effective approach. In the learning of a native language, one can distinguish the following major phases. 1. An informal phase, in which the child learns to communicate in a combination of gestures, single words, etc., but with no attempt to form grammatical sentences, two, a formal phase, in which the child learns to communicate in formal sentences. This phase is essential because it is difficult or impossible to communicate complex matters with precision without imposing some formal structure on the language, three, an analytics phase, in which one learns to analyze sentences with a view to determining equivalent and perhaps simpler or more effective sentences. The extreme case of such analysis is Aristotelian logic, which attempts a formal analysis of certain classes of sentences. More practical everyday cases occur every time one carefully reads a composition and suggests alternative sentences which convey the same meaning in a briefer or simpler form. The same phases can be distinguished in the teaching of algebraic notation. 1. An informal phase in which one issues an instruction to add 2 and 3 in any way which will be understood. For example, 2 plus 3, add 2 and 3, 2, 2, 3, plus 3, add 2, and 3, add, and the form of the expression is unimportant, provided that the instruction is understood to a formal phase in which one emphasizes proper sentence structure and would not accept expressions, such as 2, 6 times, 3 or 6 times, add 2 and 3, in lieu of 6 times, 2 plus 3. Again, adherence to certain structural rules is necessary to permit the precise communication of complex matters. 3. An analytic phrase in which one learns to analyze sentences with a view to establishing certain relations, usually identity, among them. Thus one learns not only that 3 plus 4 is equal to 4 plus 3, but that the sentences x plus e and y plus are equivalent, that is, yield the same result whatever the meanings are assigned to the pronouns x and y. In learning a native language, a child spends many years in the informal and formal phrases, both in and out of school, before facing the analytic phrase. By this time she has easy familiarity with the purpose of a language and the meanings of sentences which might be analyzed and transformed. The situation is quite different in most conventional courses in algebra. Very little time is spent in the formal phase, reading, writing, and understanding formal algebraic sentences before attacking identities such as commutativity, associativity, distributivity, etc. Indeed, students often do not realize that they might quickly check their work in simplification by substituting certain values for the variables occurring in the original and derived expressions and comparing the evaluated results to see if the expressions have the same meaning, at least for the chosen values of the variables. It is interesting to speculate on what would happen if a native language were taught in analogous way, that is, if children were formed. To analyze sentences at a stage in their development when their grasp of the purpose and meaning of sentences were as shaky as the algebra students' grasp of the purpose and meaning of algebraic sentences. Perhaps they would fail to learn the converse, just as many students fail to learn the much simpler task of reading. Another interesting aspect of learning the non-analytic aspects of a native language is that much, if not most, of the motivation comes not from an interest in language, but from the intrinsic interest of the material. In children's stories, everyday dialogue, etc., for which it is used, it is doubtful that the same is true in algebra, ruling out statements of an analytic nature, identities, etc. How many interesting algebraic sentences does a student encounter? The use of arrays can open up the possibility of much more interesting algebraic sentences. This can apply both to sentences to be read, that is, evaluated, and written by students. For example, the statements 2 times 1, 2, 3, 4, 5, 2, divide, 1, 2, 45, produce interesting patterns and therefore have more intrinsic interest than similar expressions involving only single quantities. For example, the last expression can be construed as yielding a set of possible areas for a rectangle having a fixed perimeter of 12. More interesting possibilities are opened up by certain simple extensions of the use of arrays. One example of such extensions will be treated here. This extension allows one to apply any dyadic function to two vectors, a and b, so as to obtain not simply the element by element product produced by the expression a times b, but a table of all products produced by pairing each element of a with each element of B. For example, table a gets 123, B gets 2357, A outer product times, B, A outer product plus B, B, A outer product power B. Numeric table omitted. If s gets 1234567, then the following expressions yield an addition table, a multiplication table, a subtraction table, a maximum table, and equal table, and a greater than or equal table, table, s outer product, plus s, ss outer product maximum, s. Numeric table, omitted. Moreover, the graph of a function can be produced as an equal table, as follows. First recall, the function g, defined earlier, del Z gets g, x z gets x minus 3 times x minus 5 del g s 830, negative 1038. The range of the function for this set of arguments is from 8 down to negative 1. The elements of this range are all contained in the following vector. R gets 7654 32 10 negative 1. Consequently, the equal table, our outer product, equals GS, produces a rough graph of the function. Represented by 1 does as follows. Table, our product equals GS. Numeric table omitted, a. A program for elementary algebra. The following analysis suggests the development of an algebra curriculum with the following characteristics. 1. The notation used is unambiguous, with simple and consistent rules of syntax, and with provision for the simple and direct use of arrays. Moreover, the notation is not taught as a separate matter, but is introduced as needed in conjunction with the concepts represented. 2. Heavy use is made of arrays to display mathematical properties of functions in terms of patterns observed in vectors and matrices, tables, and the make possible the reading, writing, and evaluation of a host of interesting algebraic sentences before approaching the analysis of sentences and the concomitant development of identities. Such an approach has been adopted in the present text, where it has been carried through as far as the treatment of polynomials and of linear functions and linear equations. The extension of further work in polynomials, to slopes and derivatives, and to the circular and hyperbolic functions is carried forward in chapters 4 to 8 of Iverson. 3. It must be emphasized that the proposed notation, though simple, is not limited in application to elementary algebra. A glance at the bibliography of Rolt and D.Mars, 4, will give some idea of the wide range of applicability. The role of the computer. Because the proposed notation is simple and systematic, it can be executed by automatic computers and has been made available on a number of timeshared computer terminal systems. The most widely used of these is described in Falkoff and Iverson. 5. It is important to note that the notation is executed directly, and the user need learn nothing about the computer itself. In fact, each of the examples in this appendix are shown exactly as they would be typed on a computer terminal keyboard. The computer can obviously be useful in cases where a good deal of tedious computation is required, but it can be useful in other ways as well. For example, it can be used by a student to explore the behavior of functions and discover their properties. To do this, a student will simply enter expressions which apply the functions to various arguments. If the terminal is equipped with the display device, then such exploration can even be done collectively by an entire class. This and other ways of using the computer are discussed by Barry et al. 6 and an appendix C. First published as Appendix A, Algebra, an Algorithmic Treatment, Addison Wesley, 1972. Preliminary edition entitled Elementary Algebra, IBM 1971.