Operation

From GM-RKB
Jump to navigation Jump to search

See: Formal Operation, Human Body Operation.



References

  • (WordNet, 2009) ⇒ http://wordnetweb.princeton.edu/perl/webwn?s=operation
    • S: (n) operation (the state of being in effect or being operative) "that rule is no longer in operation"
    • S: (n) operation (a business especially one run on a large scale) "a large-scale farming operation"; "a multinational operation"; "they paid taxes on every stage of the operation"; "they had to consolidate their operations"
    • S: (n) operation (a planned activity involving many people performing various actions) "they organized a rescue operation"; "the biggest police operation in French history"; "running a restaurant is quite an operation"; "consolidate the companies various operations"
    • S: (n) operation ((computer science) data processing in which the result is completely specified by a rule (especially the processing that results from a single instruction)) "it can perform millions of operations per second"
    • S: (n) operation, military operation (activity by a military or naval force (as a maneuver or campaign)) "it was a joint operation of the navy and air force"
    • S: (n) operation, surgery, surgical operation, surgical procedure, surgical process (a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body) "they will schedule the operation as soon as an operating room is available"; "he died while undergoing surgery"
    • S: (n) operation, procedure (a process or series of acts especially of a practical or mechanical nature involved in a particular form of work) "the operations in building a house"; "certain machine tool operations"
    • S: (n) operation, functioning, performance (process or manner of functioning or operating) "the power of its engine determines its operation"; "the plane's operation in high winds"; "they compared the cooking performance of each oven"; "the jet's performance conformed to high standards"
    • S: (n) process, cognitive process, mental process, operation, cognitive operation ((psychology) the performance of some composite cognitive activity; an operation that affects mental contents) "the process of thinking"; "the cognitive operation of remembering"
    • S: (n) mathematical process, mathematical operation, operation ((mathematics) calculation by mathematical methods) "the problems at the end of the chapter demonstrated the mathematical processes involved in the derivation"; "they were learning the basic operations of arithmetic"
    • S: (n) operation (the activity of operating something (a machine or business etc.)) "her smooth operation of the vehicle gave us a surprisingly comfortable ride"
  • http://en.wiktionary.org/wiki/operation
    • 1. the method by which a device performs its function. It is dangerous to look at the beam of a laser while it is in operation.
    • 2. the method or practice by which actions are done. We run our operation from a storefront.
    • 3. (medicine) a surgical procedure. She had an operation to remove her appendix.
    • 4. (mathematics) a procedure for generating a value from one or more other values (the operands; the value for any particular operands is unique)
    • 5. (military) a military campaign (w:Operation Desert Storm)
  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Operation_(mathematics)
    • In its simplest meaning in mathematics and logic, an operation is an action or procedure which produces a new value from one or more input values. There are two common types of operations: unary and binary. Unary operations involve only one value, such as negation and trigonometric functions. Binary operations, on the other hand, take two values, and include addition, subtraction, multiplication, division, and exponentiation.
    • Operations can involve mathematical objects other than numbers. The logical values true and false can be combined using logic operations, such as and, or, and not. Vectors can be added and subtracted. Rotations can be combined using the function composition operation, performing the first rotation and then the second. Operations on sets include the binary operations union and intersection and the unary operation of complementation. Operations on functions include composition and convolution.
    • Operations may not be defined for every possible value. For example, in the real numbers one cannot divide by zero or take square roots of negative numbers. The values for which an operation is defined form a set called its domain. The set which contains the values produced is called the codomain, but the set of actual values attained by the operation is its range. For example, in the real numbers, the squaring operation only produces nonnegative numbers; the codomain is the set of real numbers but the range is the nonnegative numbers.
    • Operations can involve dissimilar objects. A vector can be multiplied by a scalar to form another vector. And the inner product operation on two vectors produces a scalar. An operation may or may not have certain properties, for example it may be associative, commutative, anticommutative, idempotent, and so on.
    • The values combined are called operands, arguments, or inputs, and the value produced is called the value, result, or output. Operations can have fewer or more than two inputs.
    • An operation is like an operator, but the point of view is different. For instance, one often speaks of "the operation of addition" or "addition operation" when focusing on the operands and result, but one says "addition operator" (rarely "operator of addition") when focusing on the process, or from the more abstract viewpoint, the function +: S×S → S.