An Introduction by Jacob
West
(back to paper)
|
|
Boolean, a system of logical thought
developed by English mathematician George Boole (1815-64) that defines
variables with the value of either true or false, represented in a
classical computer as a 1 or 0 respectively, for which simple logical
constraints can be applied that have a true or false result. For
example, the AND and OR operators are common Boolean logic gates that are
defined as follows: AND, returns true if and only if the compared variables have the same values. Ex. (1 AND 1) = 1, (1 AND 0) = 0 OR, returns true if any of the compared variables have the value true. Ex. (1 OR 0) = 1, (0 OR 0) = 0 exponential function, a mathematical function of the form f(x)
= ax where a is constant and x is a
variable. The most common exponential function is ex where
e is approximately equal to 2.718. Hilbert space, a vector space over the complex numbers C with an inner product in which sequences that should converge actually do converge to points in the space. (for a more in depth definition) macroscopic, visible to the naked eye: opposed to microscopic. matrix, pl. matrices, in mathematics, any rectangular arrangement of symbols or numbers into columns and rows that can be used to represent the state of an object. qubit, (derived from quantum bit) a ket (state) in a two dimensional Hilbert space. superposition, in wave mechanics, the interference of waves, or summing of amplitude's at the point of intersection; similarly, in quantum mechanics, the summation of probability distributions that represent possible states of a system. vector
space*, a nonempty set of objects, called elements, that
satisfy the following ten axioms:
Axioms for Addition
Axioms for Multiplication by Numbers |
Last Modified: 04/28/00