Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Expression (mathematics)

From Wikipedia, the free encyclopedia
Symbolic description of a mathematical object

In theequation 7x − 5 = 2, thesides of the equation are expressions.

Inmathematics, anexpression is an arrangement ofsymbols following the context-dependent,syntactic conventions ofmathematical notation. Symbols can denotenumbers,variables,operations, andfunctions.[1] Other symbols includepunctuation marks andbrackets, used forgrouping where there is not a well-definedorder of operations.

Expressions are commonly distinguished fromformulas: expressions usually denotemathematical objects, whereas formulas are statementsabout mathematical objects.[2] This is analogous tonatural language, where anoun phrase refers to an object, and a wholesentence refers to afact. For example,8x5{\displaystyle 8x-5} and3{\displaystyle 3} are both expressions, while theinequality8x53{\displaystyle 8x-5\geq 3} is a formula. However, formulas are often considered as expressions that can be evaluated to theBoolean valuestrue orfalse.

Toevaluate an expression means to find a numericalvalue equivalent to the expression.[3][4] Expressions can beevaluated orsimplified by replacingoperations that appear in them with their result. For example, the expression8×25{\displaystyle 8\times 2-5} simplifies to165{\displaystyle 16-5}, and evaluates to11.{\displaystyle 11.}

An expression is often used to define afunction, by taking the variables to bearguments, or inputs, of the function, and assigning the output to be the evaluation of the resulting expression.[5] For example,xx2+1{\displaystyle x\mapsto x^{2}+1} andf(x)=x2+1{\displaystyle f(x)=x^{2}+1} define the function that associates to each number itssquare plus one. An expression with no variables would define aconstant function. Usually, two expressions are consideredequal orequivalent if they define the same function. Such an equality is called a "semantic equality", that is, both expressions "mean the same thing."

Elementary mathematics

[edit]

Variables and evaluation

[edit]

Inelementary algebra, avariable in an expression is aletter that represents a number whose value may change. Toevaluate an expression with a variable means to find the value of the expression when the variable issubstituted with given number. Expressions can besimplified by replacingoperations that appear in them with their result, or by combininglike-terms. Theevaluation of an expression consists of repeating simplification steps until getting eventually a single number.[6]

For example, take the expression4x2+8{\displaystyle 4x^{2}+8}; it can be evaluated forx = 3 in the following steps:

432+8{\textstyle 4\cdot 3^{2}+8}, (replace x with 3)

49+8{\displaystyle 4\cdot 9+8} (evaluate the square)

36+8{\displaystyle 36+8} (evaluate the multiplication)

44{\displaystyle 44} (evaluate the addition)

Aterm is a constant or theproduct of a constant and one or more variables. Some examples include7,5x,13x2y,4b{\displaystyle 7,\;5x,\;13x^{2}y,\;4b} The constant of the product is called thecoefficient. Terms that are either constants or have the same variables raised to the same powers are calledlike terms. If there are like terms in an expression, one can simplify the expression by combining the like terms. One adds the coefficients and keeps the same variable.

4x+7x+2x=13x{\displaystyle 4x+7x+2x=13x}

Any variable can be classified as being either afree variable or abound variable. For a given combination of values for the free variables, an expression may be evaluated, although for some combinations of values of the free variables, the value of the expression may beundefined. Thus an expression represents anoperation over constants and free variables and whose output is the resulting value of the expression.[7]

For a non-formalized language, that is, in most mathematical texts outside ofmathematical logic, for an individual expression it is not always possible to identify which variables are free and bound. For example, ini<kaik{\textstyle \sum _{i<k}a_{ik}}, depending on the context, the variablei{\textstyle i} can be free andk{\textstyle k} bound, or vice-versa, but they cannot both be free. Determining which value is assumed to be free depends on context andsemantics.[8]

Equivalence

[edit]
Main article:Identity (mathematics)

An expression is often used to define afunction, or denotecompositions of functions, by taking the variables to bearguments, or inputs, of the function, and assigning the output to be the evaluation of the resulting expression.[9] For example,xx2+1{\displaystyle x\mapsto x^{2}+1} andf(x)=x2+1{\displaystyle f(x)=x^{2}+1} define the function that associates to each number itssquare plus one. An expression with no variables would define aconstant function. In this way, two expressions are said to be equivalent if, for each combination of values for the free variables, they have the same output, i.e., they represent the same function.[10][11] The equivalence between two expressions is called anidentity and is sometimes denoted with.{\displaystyle \equiv .}

For example, in the expressionn=13(2nx),{\textstyle \sum _{n=1}^{3}(2nx),} the variablen is bound, and the variablex is free. This expression is equivalent to the simpler expression12x; that isn=13(2nx)12x.{\displaystyle \sum _{n=1}^{3}(2nx)\equiv 12x.} The value forx = 3 is 36, which can be denotedn=13(2nx)|x=3=36.{\displaystyle \sum _{n=1}^{3}(2nx){\Big |}_{x=3}=36.}

Well-defined expressions

[edit]
Main article:Well-defined expression

Thelanguage of mathematics exhibits a kind ofgrammar (calledformal grammar) about how expressions may be written. There are two considerations for well-definedness of mathematical expressions,syntax andsemantics. Syntax is concerned with the rules used for constructing, or transforming the symbols of an expression without regard to anyinterpretation ormeaning given to them. Expressions that are syntactically correct are calledwell-formed. Semantics is concerned with the meaning of these well-formed expressions. Expressions that are semantically correct are calledwell-defined.

Well-formed

[edit]

The syntax of mathematical expressions can be described somewhat informally as follows: the allowedoperators must have the correct number of inputs in the correct places (usually written withinfix notation), the sub-expressions that make up these inputs must be well-formed themselves, have a clearorder of operations, etc. Strings of symbols that conform to the rules of syntax are calledwell-formed, and those that are not well-formed are called,ill-formed, and do not constitute mathematical expressions.[12]

For example, inarithmetic, the expression1 + 2 × 3 is well-formed, but

×4)x+,/y{\displaystyle \times 4)x+,/y}.

is not.

However, being well-formed is not enough to be considered well-defined. For example in arithmetic, the expression10{\textstyle {\frac {1}{0}}} is well-formed, but it is not well-defined (seeDivision by zero). Such expressions are calledundefined.

Well-defined

[edit]

Semantics is the study of meaning.Formal semantics is about attaching meaning to expressions. An expression that defines a uniquevalue or meaning is said to bewell-defined. Otherwise, the expression is said to be ill defined or ambiguous.[13] In general the meaning of expressions is not limited to designating values; for instance, an expression might designate a condition, or anequation that is to be solved, or it can be viewed as an object in its own right that can be manipulated according to certain rules. Certain expressions that designate a value simultaneously express a condition that is assumed to hold, for instance those involving the operator{\displaystyle \oplus } to designate an internaldirect sum.

Inalgebra, an expression may be used to designate a value, which might depend on values assigned tovariables occurring in the expression. The determination of this value depends on thesemantics attached to the symbols of the expression. The choice of semantics depends on the context of the expression. The same syntactic expression1 + 2 × 3 can have different values (mathematically 7, but also 9), depending on theorder of operations implied by the context (See alsoOperations § Calculators).

Forreal numbers, the producta×b×c{\displaystyle a\times b\times c} is unambiguous because(a×b)×c=a×(b×c){\displaystyle (a\times b)\times c=a\times (b\times c)}; hence the notation is said to bewell defined.[13] This property, also known asassociativity of multiplication, guarantees the result does not depend on the sequence of multiplications; therefore, a specification of the sequence can be omitted. Thesubtraction operation is non-associative; despite that, there is a convention thatabc{\displaystyle a-b-c} is shorthand for(ab)c{\displaystyle (a-b)-c}, thus it is considered "well-defined". On the other hand,Division is non-associative, and in the case ofa/b/c{\displaystyle a/b/c}, parenthesization conventions are not well established; therefore, this expression is often considered ill-defined.

Unlike with functions, notational ambiguities can be overcome by means of additional definitions (e.g., rules ofprecedence, associativity of the operator). For example, in the programming languageC, the operator- for subtraction isleft-to-right-associative, which means thata-b-c is defined as(a-b)-c, and the operator= for assignment isright-to-left-associative, which means thata=b=c is defined asa=(b=c).[14] In the programming languageAPL there is only one rule: fromright to left – but parentheses first.

Formal definition

[edit]

The term 'expression' is part of thelanguage of mathematics, that is to say, it is not definedwithin mathematics, but taken as aprimitive part of the language. To attempt to define the term would not be doing mathematics, but rather, one would be engaging in a kind ofmetamathematics (themetalanguage of mathematics), usuallymathematical logic. Within mathematical logic, mathematics is usually described as a kind offormal language, and a well-formed expression can bedefined recursively as follows:[7]

Thealphabet consists of:

With this alphabet, the recursive rules for forming a well-formed expression (WFE) are as follows:

ThenF(ϕ1,ϕ2,...ϕn){\displaystyle F(\phi _{1},\phi _{2},...\phi _{n})} is also well-formed. Here represented withprefix notation, but other notations may be used such asInfix notation like3+4{\displaystyle 3+4}, or possibly non-linear notations such as withmatrices orsummation notation if allowed.
For instance, if the domain of discourse is thereal numbers,F{\displaystyle F} can denote thebinary operation +, thenϕ1+ϕ2{\displaystyle \phi _{1}+\phi _{2}} is well-formed. OrF{\displaystyle F} can be the unary operation{\displaystyle \surd } soϕ1{\displaystyle {\sqrt {\phi _{1}}}} is well-formed.
Brackets are initially around each non-atomic expression, but they can be deleted in cases where there is a definedorder of operations, or where order doesn't matter (i.e. where operations areassociative).

A well-formed expression can be thought as asyntax tree.[15] Theleaf nodes are always atomic expressions. Operations+{\displaystyle +} and{\displaystyle \cup } have exactly two child nodes, while operationsx{\textstyle {\sqrt {x}}},ln(x){\textstyle {\text{ln}}(x)} andddx{\textstyle {\frac {d}{dx}}} have exactly one. There are countably infinitely many WFE's, however, each WFE has a finite number of nodes.

Computer science

[edit]
Main article:Expression (computer science)

Incomputer science, anexpression is asyntactic entity in aprogramming language that may be evaluated to determine itsvalue[16] or fail to terminate, in which case the expression is undefined.[17] It is a combination of one or moreconstants,variables,functions, andoperators that the programming language interprets (according to its particularrules of precedence and ofassociation) and computes to produce ("to return", in astateful environment) another value. This process, for mathematical expressions, is calledevaluation.In simple settings, theresulting value is usually one of variousprimitive types, such asstring,Boolean, or numerical (such asinteger,floating-point, orcomplex).

Incomputer algebra, formulas are viewed as expressions that can be evaluated as a Boolean, depending on the values that are given to the variables occurring in the expressions. For example8x53{\displaystyle 8x-5\geq 3} takes the valuefalse ifx is given a value less than 1, and the valuetrue otherwise.

Expressions are often contrasted withstatements—syntactic entities that have no value (an instruction).

Representation of the expression(8 − 6) × (3 + 1) as aLisp tree, from a 1985 Master's Thesis[18]

Except fornumbers andvariables, every mathematical expression may be viewed as the symbol of an operator followed by asequence of operands. In computer algebra software, the expressions are usually represented in this way. This representation is very flexible, and many things that seem not to be mathematical expressions at first glance, may be represented and manipulated as such. For example, an equation is an expression with "=" as an operator, amatrix may be represented as an expression with "matrix" as an operator and its rows as operands.

See:Computer algebra expression

Computation

[edit]
Main article:Computation

Acomputation is any type ofarithmetic or non-arithmeticcalculation that is "well-defined".[19] The notion that mathematical statements should be 'well-defined' had been argued by mathematicians since at least the1600s,[20] but agreement on a suitable definition proved elusive.[21] A candidate definition was proposed independently by several mathematicians in the 1930s.[22] The best-known variant was formalised by the mathematicianAlan Turing, who defined a well-defined statement or calculation as any statement that could be expressed in terms of the initialisation parameters of aTuring machine.[23][page needed] Turing's definition apportioned "well-definedness" to a very large class of mathematical statements, including all well-formedalgebraic statements, and all statements written in modern computer programming languages.[24]

Despite the widespread uptake of this definition, there are some mathematical concepts that have no well-defined characterisation under this definition. This includesthe halting problem andthe busy beaver game. It remains an open question as to whether there exists a more powerful definition of 'well-defined' that is able to capture both computable and 'non-computable' statements.[a][25] All statements characterised in modern programming languages are well-defined, includingC++,Python, andJava.[24]

Common examples of computation are basicarithmetic and theexecution of computeralgorithms. Acalculation is a deliberate mathematical process that transforms one or more inputs into one or more outputs orresults. For example,multiplying 7 by 6 is a simple algorithmic calculation. Extracting thesquare root or thecube root of a number using mathematical models is a more complex algorithmic calculation.

Rewriting

[edit]

Expressions can be computed by means of anevaluation strategy.[26] To illustrate, executing a function callf(a,b) may first evaluate the argumentsa andb, store the results inreferences or memory locationsref_a andref_b, then evaluate the function's body with those references passed in. This gives the function the ability to look up the original argument values passed in through dereferencing the parameters (some languages use specific operators to perform this), to modify them viaassignment as if they were local variables, and to return values via the references. This is the call-by-reference evaluation strategy.[27] Evaluation strategy is part of the semantics of the programming language definition. Some languages, such asPureScript, have variants with different evaluation strategies. Somedeclarative languages, such asDatalog, support multiple evaluation strategies. Some languages define acalling convention.

Inrewriting, areduction strategy or rewriting strategy is a relation specifying a rewrite for each object or term, compatible with a given reduction relation. A rewriting strategy specifies, out of all the reducible subterms (redexes), which one should be reduced (contracted) within a term. One of the most common systems involveslambda calculus.

Polynomial evaluation

[edit]
Main article:Polynomial evaluation

A polynomial consists of variables andcoefficients, that involve only the operations ofaddition,subtraction,multiplication andexponentiation tononnegative integer powers, and has a finite number of terms. The problem ofpolynomial evaluation arises frequently in practice. Incomputational geometry, polynomials are used to compute function approximations usingTaylor polynomials. Incryptography andhash tables, polynomials are used to computek-independent hashing.

In the former case, polynomials are evaluated usingfloating-point arithmetic, which is not exact. Thus different schemes for the evaluation will, in general, give slightly different answers. In the latter case, the polynomials are usually evaluated in afinite field, in which case the answers are always exact.

For evaluating theunivariate polynomialanxn+an1xn1++a0,{\textstyle a_{n}x^{n}+a_{n-1}x^{n-1}+\cdots +a_{0},} the most naive method would usen{\displaystyle n} multiplications to computeanxn{\displaystyle a_{n}x^{n}}, usen1{\textstyle n-1} multiplications to computean1xn1{\displaystyle a_{n-1}x^{n-1}} and so on for a total ofn(n+1)2{\textstyle {\frac {n(n+1)}{2}}} multiplications andn{\displaystyle n} additions. Using better methods, such asHorner's rule, this can be reduced ton{\displaystyle n} multiplications andn{\displaystyle n} additions. If some preprocessing is allowed, even more savings are possible

Types of expressions

[edit]

Algebraic expression

[edit]

Analgebraic expression is an expression built up fromalgebraic constants,variables, and thealgebraic operations (addition,subtraction,multiplication,division andexponentiation by arational number).[28] For example,3x2 − 2xy +c is an algebraic expression. Since taking thesquare root is the same as raising to the power1/2, the following is also an algebraic expression:

1x21+x2{\displaystyle {\sqrt {\frac {1-x^{2}}{1+x^{2}}}}}

See also:Algebraic equation andAlgebraic closure

Polynomial expression

[edit]

Apolynomial is an expression built withscalars (numbers of elements of some field),variables, and the operators of addition, multiplication, and exponentiation to nonnegative integer powers; for example3(x+1)2xy.{\displaystyle 3(x+1)^{2}-xy.}

Usingassociativity,commutativity anddistributivity, every polynomial expression is equivalent to apolynomial, that is an expression that is alinear combination of products of integer powers of the indeterminates. For example the above polynomial expression is equivalent (denote the same polynomial as3x2xy+6x+3.{\displaystyle 3x^{2}-xy+6x+3.}

Many author do not distinguish polynomials and polynomial expressions. In this case the expression of a polynomial expression as a linear combination is called thecanonical form,normal form, orexpanded form of the polynomial.

Formal expression

[edit]
See also:Regular expression

Aformal expression is a kind ofstring ofsymbols, created by the sameproduction rules as standard expressions, however, they are used without regard to the meaning of the expression. In this way, twoformal expressions are considered equal only if they aresyntactically equal, that is, if they are the exact same expression.[29][30] For instance, the formal expressions "2" and "1+1" are not equal.

Lambda calculus

[edit]
Main article:Lambda calculus

Formal languages allowformalizing the concept of well-formed expressions.

In the 1930s, a new type of expression, thelambda expression, was introduced byAlonzo Church andStephen Kleene for formalizingfunctions and their evaluation.[31][b] The lambda operators (lambda abstraction and function application) form the basis for lambda calculus, a formal system used inmathematical logic andprogramming language theory.

The equivalence of two lambda expressions isundecidable (but seeunification (computer science)). This is also the case for the expressions representing real numbers, which are built from the integers by using the arithmetical operations, the logarithm and the exponential (Richardson's theorem).

History

[edit]
For broader coverage of this topic, seeHistory of mathematics andHistory of mathematical notation.
See also:History of the function concept

Early written mathematics

[edit]
TheIshango bone at theRBINS. ABabylonian tablet approximating thesquare root of 2. Problem 14 from theMoscow Mathematical Papyrus.

The earliest written mathematics likely began withtally marks, where each mark represented one unit, carved into wood or stone. An example of earlycounting is theIshango bone, found near theNile and dating back over20,000 years ago, which is thought to show a six-monthlunar calendar.[32]Ancient Egypt developed a symbolic system usinghieroglyphics, assigning symbols for powers of ten and using addition and subtraction symbols resembling legs in motion.[33][34] This system, recorded in texts like theRhind Mathematical Papyrus (c. 2000–1800 BC), influenced otherMediterranean cultures. InMesopotamia, a similar system evolved, with numbers written in a base-60 (sexagesimal) format onclay tablets written inCuneiform, a technique originating with theSumerians around 3000 BC. This base-60 system persists today in measuring time andangles.

Syncopated stage

[edit]

The "syncopated" stage of mathematics introduced symbolic abbreviations for commonly used operations and quantities, marking a shift from purelygeometric reasoning.Ancient Greek mathematics, largely geometric in nature, drew onEgyptian numerical systems (especiallyAttic numerals),[35] with little interest in algebraic symbols, until the arrival ofDiophantus ofAlexandria,[36] who pioneered a form ofsyncopated algebra in hisArithmetica, which introduced symbolic manipulation of expressions.[37] His notation represented unknowns and powers symbolically, but without modern symbols forrelations (such asequality orinequality) orexponents.[38] An unknown number was calledζ{\displaystyle \zeta }.[39] The square ofζ{\displaystyle \zeta } wasΔv{\displaystyle \Delta ^{v}}; the cube wasKv{\displaystyle K^{v}}; the fourth power wasΔvΔ{\displaystyle \Delta ^{v}\Delta }; the fifth power wasΔKv{\displaystyle \Delta K^{v}}; and{\displaystyle \pitchfork } meant to subtract everything on the right from the left.[40] So for example, what would be written in modern notation as:x32x2+10x1,{\displaystyle x^{3}-2x^{2}+10x-1,}Would be written in Diophantus's syncopated notation as:

Kυα¯ζι¯Δυβ¯Mα¯{\displaystyle \mathrm {K} ^{\upsilon }{\overline {\alpha }}\;\zeta {\overline {\iota }}\;\,\pitchfork \;\,\Delta ^{\upsilon }{\overline {\beta }}\;\mathrm {M} {\overline {\alpha }}\,\;}

In the 7th century,Brahmagupta used different colours to represent the unknowns in algebraic equations in theBrāhmasphuṭasiddhānta. Greek and other ancient mathematical advances, were often trapped in cycles of bursts of creativity, followed by long periods of stagnation, but this began to change as knowledge spread in theearly modern period.

Symbolic stage and early arithmetic

[edit]
The 1489 use of theplus and minus signs in print.

The transition to fully symbolic algebra began withIbn al-Banna' al-Marrakushi (1256–1321) andAbū al-Ḥasan ibn ʿAlī al-Qalaṣādī, (1412–1482) who introduced symbols for operations usingArabic characters.[41][42][43] Theplus sign (+) appeared around 1351 withNicole Oresme,[44] likely derived from the Latinet (meaning "and"), while the minus sign (−) was first used in 1489 byJohannes Widmann.[45]Luca Pacioli included these symbols in his works, though much was based on earlier contributions byPiero della Francesca. Theradical symbol (√) forsquare root was introduced byChristoph Rudolff in the 1500s, andparentheses forprecedence byNiccolò Tartaglia in 1556.François Viète’sNew Algebra (1591) formalized modern symbolic manipulation. Themultiplication sign (×) was first used byWilliam Oughtred and thedivision sign (÷) byJohann Rahn.

René Descartes further advanced algebraic symbolism inLa Géométrie (1637), where he introduced the use of letters at the end of the alphabet (x, y, z) forvariables, along with theCartesian coordinate system, which bridged algebra and geometry.[46]Isaac Newton andGottfried Wilhelm Leibniz independently developedcalculus in the late 17th century, withLeibniz's notation becoming the standard.

See also

[edit]

Notes

[edit]
  1. ^The study of non-computable statements is the field ofhypercomputation.
  2. ^For a full history, see Cardone and Hindley's "History of Lambda-calculus and Combinatory Logic" (2006).

References

[edit]
  1. ^Oxford English Dictionary, s.v. “Expression (n.), sense II.7,” "A group of symbols which together represent a numeric, algebraic, or other mathematical quantity or function."
  2. ^Stoll, Robert R. (1963).Set Theory and Logic. San Francisco, CA: Dover Publications.ISBN 978-0-486-63829-4.{{cite book}}:ISBN / Date incompatibility (help)
  3. ^Oxford English Dictionary, s.v. "Evaluate (v.), sense a", "Mathematics. To work out the ‘value’ of (a quantitative expression); to find a numerical expression for (any quantitative fact or relation)."
  4. ^Oxford English Dictionary, s.v. “Simplify (v.), sense 4.a”, "To express (an equation or other mathematical expression) in a form that is easier to understand, analyse, or work with, e.g. by collecting like terms or substituting variables."
  5. ^Codd, Edgar Frank (June 1970)."A Relational Model of Data for Large Shared Data Banks"(PDF).Communications of the ACM.13 (6):377–387.doi:10.1145/362384.362685.S2CID 207549016.Archived(PDF) from the original on 2004-09-08. Retrieved2020-04-29.
  6. ^Marecek, Lynn; Mathis, Andrea Honeycutt (2020-05-06)."1.1 Use the Language of Algebra - Intermediate Algebra 2e | OpenStax".openstax.org. Retrieved2024-10-14.
  7. ^abC.C. Chang;H. Jerome Keisler (1977).Model Theory. Studies in Logic and the Foundation of Mathematics. Vol. 73. North Holland.; here: Sect.1.3
  8. ^Sobolev, S.K. (originator).Free variable.Encyclopedia of Mathematics.Springer.ISBN 1402006098.
  9. ^Codd, Edgar Frank (June 1970)."A Relational Model of Data for Large Shared Data Banks"(PDF).Communications of the ACM.13 (6):377–387.doi:10.1145/362384.362685.S2CID 207549016.Archived(PDF) from the original on 2004-09-08. Retrieved2020-04-29.
  10. ^Equation. Encyclopedia of Mathematics. URL:http://encyclopediaofmath.org/index.php?title=Equation&oldid=32613
  11. ^Pratt, Vaughan, "Algebra", The Stanford Encyclopedia of Philosophy (Winter 2022 Edition), Edward N. Zalta & Uri Nodelman (eds.), URL:https://plato.stanford.edu/entries/algebra/#Laws
  12. ^Stoll, Robert R. (1963).Set Theory and Logic. San Francisco, CA: Dover Publications.ISBN 978-0-486-63829-4.{{cite book}}:ISBN / Date incompatibility (help)
  13. ^abWeisstein, Eric W."Well-Defined". From MathWorld – A Wolfram Web Resource. Retrieved2013-01-02.
  14. ^"Operator Precedence and Associativity in C".GeeksforGeeks. 2014-02-07. Retrieved2019-10-18.
  15. ^Hermes, Hans (1973).Introduction to Mathematical Logic. Springer London.ISBN 3540058192.ISSN 1431-4657.; here: Sect.II.1.3
  16. ^Mitchell, J. (2002). Concepts in Programming Languages. Cambridge: Cambridge University Press,3.4.1 Statements and Expressions, p. 26
  17. ^Maurizio Gabbrielli, Simone Martini (2010). Programming Languages - Principles and Paradigms. Springer London,6.1 Expressions, p. 120
  18. ^Cassidy, Kevin G. (Dec 1985).The Feasibility of Automatic Storage Reclamation with Concurrent Program Execution in a LISP Environment(PDF) (Master's thesis). Naval Postgraduate School, Monterey/CA. p. 15. ADA165184.
  19. ^"Definition of COMPUTATION".www.merriam-webster.com. 2024-10-11. Retrieved2024-10-12.
  20. ^Couturat, Louis (1901).la Logique de Leibniz a'Après des Documents Inédits. Paris.ISBN 978-0343895099.{{cite book}}:ISBN / Date incompatibility (help)
  21. ^Davis, Martin; Davis, Martin D. (2000).The Universal Computer. W. W. Norton & Company.ISBN 978-0-393-04785-1.
  22. ^Davis, Martin (1982-01-01).Computability & Unsolvability. Courier Corporation.ISBN 978-0-486-61471-7.
  23. ^Turing, A.M. (1937) [Delivered to the Society November 1936]."On Computable Numbers, with an Application to the Entscheidungsproblem"(PDF).Proceedings of the London Mathematical Society. 2. Vol. 42. pp. 230–65.doi:10.1112/plms/s2-42.1.230.
  24. ^abDavis, Martin; Davis, Martin D. (2000).The Universal Computer. W. W. Norton & Company.ISBN 978-0-393-04785-1.
  25. ^Davis, Martin (2006). "Why there is no such discipline as hypercomputation".Applied Mathematics and Computation.178 (1):4–7.doi:10.1016/j.amc.2005.09.066.
  26. ^Araki, Shota; Nishizaki, Shin-ya (November 2014). "Call-by-name evaluation of RPC and RMI calculi".Theory and Practice of Computation. p. 1.doi:10.1142/9789814612883_0001.ISBN 978-981-4612-87-6. Retrieved2021-08-21.
  27. ^Daniel P. Friedman; Mitchell Wand (2008).Essentials of Programming Languages (third ed.). Cambridge, MA:The MIT Press.ISBN 978-0262062794.
  28. ^Morris, Christopher G. (1992).Academic Press dictionary of science and technology. Gulf Professional Publishing. p. 74.algebraic expression over a field.
  29. ^McCoy, Neal H. (1960).Introduction To Modern Algebra. Boston:Allyn & Bacon. p. 127.LCCN 68015225.
  30. ^Fraleigh, John B. (2003).A first course in abstract algebra. Boston : Addison-Wesley.ISBN 978-0-201-76390-4.
  31. ^Church, Alonzo (1932). "A set of postulates for the foundation of logic".Annals of Mathematics. Series 2.33 (2):346–366.doi:10.2307/1968337.JSTOR 1968337.
  32. ^Marshack, Alexander (1991).The Roots of Civilization, Colonial Hill, Mount Kisco, NY.
  33. ^Encyclopædia Americana. By Thomas Gamaliel Bradford. Pg314
  34. ^Mathematical Excursion, Enhanced Edition: Enhanced Webassign Edition By Richard N. Aufmann, Joanne Lockwood, Richard D. Nation, Daniel K. Cleg. Pg186
  35. ^Mathematics and Measurement By Oswald Ashton Wentworth Dilk. Pg14
  36. ^Diophantine Equations. Submitted by: Aaron Zerhusen, Chris Rakes, & Shasta Meece. MA 330-002. Dr. Carl Eberhart. 16 February 1999.
  37. ^Boyer (1991). "Revival and Decline of Greek Mathematics". pp. 180-182. "In this respect it can be compared with the great classics of the earlier Alexandrian Age; yet it has practically nothing in common with these or, in fact, with any traditional Greek mathematics. It represents essentially a new branch and makes use of a different approach. Being divorced from geometric methods, it resembles Babylonian algebra to a large extent. But whereas Babylonian mathematicians had been concerned primarily with approximate solutions of determinate equations as far as the third degree, the Arithmetica of Diophantus (such as we have it) is almost entirely devoted to the exact solution of equations, both determinate and indeterminate. [...] Throughout the six surviving books of Arithmetica there is a systematic use of abbreviations for powers of numbers and for relationships and operations. An unknown number is represented by a symbol resembling the Greek letter ζ {\displaystyle \zeta } (perhaps for the last letter of arithmos). [...] It is instead a collection of some 150 problems, all worked out in terms of specific numerical examples, although perhaps generality of method was intended. There is no postulation development, nor is an effort made to find all possible solutions. In the case of quadratic equations with two positive roots, only the larger is give, and negative roots are not recognized. No clear-cut distinction is made between determinate and indeterminate problems, and even for the latter for which the number of solutions generally is unlimited, only a single answer is given. Diophantus solved problems involving several unknown numbers by skillfully expressing all unknown quantities, where possible, in terms of only one of them."
  38. ^Boyer (1991). "Revival and Decline of Greek Mathematics". p. 178. "The chief difference between Diophantine syncopation and the modern algebraic notation is the lack of special symbols for operations and relations, as well as of the exponential notation."
  39. ^A History of Greek Mathematics: From Aristarchus to Diophantus. By Sir Thomas Little Heath. Pg456
  40. ^A History of Greek Mathematics: From Aristarchus to Diophantus. By Sir Thomas Little Heath. Pg458
  41. ^O'Connor, John J.;Robertson, Edmund F.,"al-Marrakushi ibn Al-Banna",MacTutor History of Mathematics Archive,University of St Andrews
  42. ^Gullberg, Jan (1997).Mathematics: From the Birth of Numbers. W. W. Norton. p. 298.ISBN 0-393-04002-X.
  43. ^O'Connor, John J.;Robertson, Edmund F.,"Abu'l Hasan ibn Ali al Qalasadi",MacTutor History of Mathematics Archive,University of St Andrews
  44. ^Der Algorismus proportionum des Nicolaus Oresme: Zum ersten Male nach der Lesart der Handschrift R.40.2. der Königlichen Gymnasial-bibliothek zu Thorn.Nicole Oresme. S. Calvary & Company, 1868.
  45. ^Laterearly modern version:A New System of Mercantile Arithmetic: Adapted to the Commerce of the United States, in Its Domestic and Foreign Relations with Forms of Accounts and Other Writings Usually Occurring in Trade. ByMichael Walsh.Edmund M. Blunt (proprietor.), 1801.
  46. ^Descartes 2006, p.1xiii "This short work marks the moment at which algebra and geometry ceased being separate."

Works cited

[edit]

Descartes, René (2006) [1637].A discourse on the method of correctly conducting one's reason and seeking truth in the sciences. Translated by Ian Maclean. Oxford University Press.ISBN 0-19-282514-3.

General
Theorems (list)
 and paradoxes
Logics
Traditional
Propositional
Predicate
Set theory
Types ofsets
Maps and cardinality
Set theories
Formal systems (list),
language and syntax
Example axiomatic
systems
 (list)
Proof theory
Model theory
Computability theory
Related
Retrieved from "https://en.wikipedia.org/w/index.php?title=Expression_(mathematics)&oldid=1316772407"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp