Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Operator
:This article is about operators in mathematics, for other kinds of operators see operator (disambiguation).In mathematics, an operator is some kind of function; if it comes with a specified type of operand as function domain, it is no more than another way of talking of functions of a given type. The most frequently met usage is a mapping between vector spaces; this kind of operator is distinguished by taking one vector and returning another. For example, consider an enlargement, say by a factor of √2; such as is required to take one size of paper to another. It can also be applied geometrically to vectors as operands.
In many important cases, operators transform functions into other functions. We also say an operator maps a function to another. The operator itself is a function, but has an attached type indicating the correct operand, and the kind of function returned. This extra data can be defined formally, using type theory; but in everyday usage saying operator flags its significance. Functions can therefore conversely be considered operators, for which we forget some of the type baggage, leaving just labels for the domain and codomain.
1 Operators and levels of abstraction
To begin with, the usage of operator in mathematics is subsumed in the usage of function: an operator can be taken to be some special kind of function. The word is probably used to call attention to some aspect of its nature as function. Since there are several such aspects that are of interest, there is no completely consistent terminology. Common are these:
- To draw attention to the function domain, which may itself consist of vectors or functions, rather than just numbers. The expectation operator in probability theory, for example, has random variables as domain (and is also a functional).
- To draw attention to the fact that the domain consists of pairs or tuples of some sort, in which case operator is synonymous with the usual mathematical sense of operation.
- To draw attention to the function codomain; for example a vector-valued function might be called an operator.
A single operator might conceivably qualify under all three of these. Other important ideas are:
- Overloading, in which for example additionAddition is one of the basic operations of arithmetic. In its simplest form, addition combines two numbers terms summands , the augend and addend into a single number, the sum . Adding more numbers corresponds to repeated addition. By extension, addition, say, is thought of as a single operator able to act on numbers, vectors, matrices ... .
- Operators are often in practice just partial functionIn mathematics and computer science, a partial function from the domain X to the codomain Y is a binary relation over X and Y which is functional that is, associates with every element in set X with at most one element in set Y''. If a partial function ass, a common phenomenon in the theory of differential equationIn mathematics, a differential equation is an equation that describes a prescribed relationship between a set of unknowns which are to be regarded as an unknown function and its (ordinary or partial) derivatives. In practice the "unknown function" is usuas since there is no guarantee that the derivativeCalculus In mathematics, the derivative of a function is one of the two central concepts of calculus. The inverse of a derivative is called the antiderivative, or indefinite integral. The derivative of a function at a certain point is a measure of the rat of a function exists.
- Use of higher operations on operators, meaning that operators are themselves combined.
These are abstract ideas from mathematics, and computer science. They may however also be encountered in quantum mechanics. There Dirac drew a clear distinction between q-number or operator quantities, and c-number s which are conventional complex numbers. The manipulation of q-numbers from that point on became basic to theoretical physics.
Read more »