Mathematical Sentence

From GM-RKB
(Redirected from mathematical expression)
Jump to navigation Jump to search

A Mathematical Sentence is a formal sentence that satisfies a Mathematical Grammar (from a mathematical language).



References

2014

2009

  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Mathematical_expression
    • … Being an expression is a syntactic concept – the meaning of the variables is irrelevant, but different fields have different notions of validity. See formal language for how expressions are constructed, and formal semantics for meaning.
      Common types of mathematical expressions include:
      • arithmetic expressions (e.g. 2 + 3).
      • algebraic expressions such as polynomials (e.g. x^2 + 3x − 4). “rational expressions (e.g. 2 / x + x / 2), and equations (e.g. x + 2 = 5).
    • An expression must be well-formed. That is, the operators must have the correct number of inputs, in the correct places. The expression 2 + 3 is well formed; the expression * 2 + is not, at least, not in the usual notation of arithmetic. Expressions and their evaluation were formalised by Alonzo Church and Stephen Kleene in the 1930s in their lambda calculus. The lambda calculus has been a major influence in the development of modern mathematics and computer programming languages.


  • http://planetmath.org/encyclopedia/Sentence.html
    • A sentence is a formula with no free variables. Simple examples include \forall x \exists y [x<y], or \exists z [z+7-43=0]. However the following formula is not a sentence: x+2=3.
  • http://planetmath.org/encyclopedia/Expression.html
    • An expression is a symbol or combination of symbols used to denote a quantity or value. Expressions consist of constants, variables, operations, operators, functions, and parentheses. … Note: An equation is a denoted equality of two expressions.
  • ipt.byu.edu/~merrillp/jobAids/glossary.htm
    • an expression that evaluates to a numerical value; eg: 45 + Math.random()