
[From Greek orthogōnios : ortho-, ortho- + gōniā, angle.]
orthogonality or·thog'o·nal'i·ty (-năl'ĭ-tē) n.For more information on orthogonality, visit Britannica.com.
[Etymology: Gk: ‘right’ + ‘angle’] mathematics For two lines, being at a right angle within their common plane; for a line relative to a plane, being at a right angle to any line in the plane.
At right angles. The term is used to describe electronic signals that appear at 90 degree angles to each other. It is also widely used to describe conditions that are contradictory, or opposite, rather than in parallel or in sync with each other.
Download Computer Desktop Encyclopedia to your PC, iPhone or Android.
[from mathematics] Mutually independent; well separated; sometimes, irrelevant to. Used in a generalization of its mathematical meaning to describe sets of primitives or capabilities that, like a vector basis in geometry, span the entire ‘capability space’ of the system and are in some sense non-overlapping or mutually independent. For example, in architectures such as the PDP-11 or VAX where all or nearly all registers can be used interchangeably in any role with respect to any instruction, the register set is said to be orthogonal. Or, in logic, the set of operators not and or is orthogonal, but the set nand, or, and not is not (because any one of these can be expressed in terms of the others). Also used in comments on human discourse: “This may be orthogonal to the discussion, but....”
At right angles. Orthogonals plotted through the crests of waves in plan illustrate the process of wave refraction.
| orthodox conformation, orthochromatic, ortho+ | |
| orthologue, orthomyxovirus, orthophosphate |
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (January 2010) |
Orthogonality comes from the Greek orthos, meaning "straight", and gonia, meaning "angle". It has somewhat different meanings depending on the context, but most involve the idea of perpendicular, non-overlapping, varying independently, or uncorrelated.
In mathematics, two lines or curves are orthogonal if they are perpendicular at their point of intersection. Two vectors are orthogonal if and only if their dot product is zero.[1] In computer science, orthogonality has to do with the ability of a language, method, or object to vary without side-effects.[2] When two statistics vary independently of each other, they are considered orthogonal.[3]
|
Contents
|
In mathematics, two vectors are orthogonal if they are perpendicular, i.e., they form a right angle. The word comes from the Greek ὀρθός (orthos), meaning "straight", and γωνία (gonia), meaning "angle".
and
, in an inner product space,
, are orthogonal if their inner product
is zero. This relationship is denoted
.
and
, of an inner product space,
, are called orthogonal subspaces if each vector in
is orthogonal to each vector in
. The largest subspace of
that is orthogonal to a given subspace is its orthogonal complement.
, is called an orthogonal linear transformation if it preserves the inner product, and thus the angle between and the lengths of vectors. That is, for all pairs of vectors
and
in the inner product space
,
.A set of vectors is called pairwise orthogonal if each pairing of them is orthogonal; such a set is called an orthogonal set. Non-zero pairwise orthogonal vectors are always linearly independent.
In certain cases, the word normal is used to mean orthogonal, particularly in the geometric sense as in the normal to a surface. For example, the
-axis is normal to the curve
at the origin. However, normal may also refer to the magnitude of a vector. In particular, a set is called orthonormal (orthogonal + normal) if it is an orthogonal set of unit vectors. As a result, use of the term normal to mean "orthogonal" is often avoided.
In 2- or higher-dimensional Euclidean space, two vectors are orthogonal if their dot product is zero, i.e. they make an angle of 90° or π/2 radians.[4] Hence orthogonality of vectors is an extension of the concept of perpendicular vectors into higher-dimensional spaces.[citation needed] In terms of Euclidean subspaces, the orthogonal complement of a line is the plane perpendicular to it, and vice versa.[citation needed] Note however that there is no correspondence with regards to perpendicular planes, because vectors in subspaces start from the origin(definition of vector subspace).
In 4-dimensional Euclidean space, the orthogonal complement of a line is a hyperplane and vice versa, and that of a plane is a plane.[citation needed]
It is common to use the following inner product for two functions f and g:

Here we introduce a nonnegative weight function
in the definition of this inner product.
We say that those functions are orthogonal if that inner product is zero:

We write the norms with respect to this inner product and the weight function as

The members of a set of functions { fi : i = 1, 2, 3, ... } are:


where

is the Kronecker delta. In other words, any two of them are orthogonal, and the norm of each is 1 in the case of the orthonormal sequence. See in particular orthogonal polynomials.

![\begin{align}
& {} \qquad \int_{-1}^1 \left(10t^3+17t^2-{7\over 9}t-{17\over 3}\right)\,dt \\[6pt]
& = \left[{5\over 2}t^4 + {17\over 3}t^3-{7\over 18}t^2-{17\over 3} t \right]_{-1}^1 \\[6pt]
& = \left({5\over 2}(1)^4+{17\over 3}(1)^3-{7\over 18}(1)^2-{17\over 3}(1)\right)-\left({5\over 2}(-1)^4+{17\over 3}(-1)^3-{7\over 18}(-1)^2-{17\over 3}(-1)\right) \\[6pt]
& = {19\over 9} - {19\over 9} = 0.
\end{align}](http://wpcontent.answcdn.com/wikipedia/en/math/d/e/2/de26e139b955fa2cb5c953b32df52108.png)

and
, are orthogonal if they correspond to different eigenvalues. This means, in Dirac notation, that
unless
and
correspond to the same eigenvalue. This follows from the fact that Schrödinger's equation is a Sturm–Liouville equation (in Schrödinger's formulation) or that observables are given by hermitian operators (in Heisenberg's formulation).[citation needed]In art the perspective imagined lines pointing to the vanishing point are referred to as 'orthogonal lines'.
The term "orthogonal line" often has a quite different meaning in the literature of modern art criticism. Many works by painters such as Piet Mondrian and Burgoyne Diller are noted for their exclusive use of "orthogonal lines" — not, however, with reference to perspective, but rather referring to lines which are straight and exclusively horizontal or vertical, forming right angles where they intersect. For example, an essay at the website of the Thyssen-Bornemisza Museum states that "Mondrian ....dedicated his entire oeuvre to the investigation of the balance between orthogonal lines and primary colours." [1]
Orthogonality is a system design property which guarantees that modifying the technical effect produced by a component of a system neither creates nor propagates side effects to other components of the system. Typically achieved through separation of concerns and encapsulation, it is essential for feasible and compact designs of complex systems. The emergent behavior of a system consisting of components should be controlled strictly by formal definitions of its logic and not by side effects resulting from poor integration, i.e. non-orthogonal design of modules and interfaces. Orthogonality reduces testing and development time because it is easier to verify designs that neither cause side effects nor depend on them.
For example, a car has orthogonal components and controls (e.g. accelerating the vehicle does not influence anything else but the components involved exclusively with the acceleration function). On the other hand, a non-orthogonal design might have its steering influence its braking (e.g. electronic stability control), or its speed tweak its suspension.[5] Consequently, this usage is seen to be derived from the use of orthogonal in mathematics: One may project a vector onto a subspace by projecting it onto each member of a set of basis vectors separately and adding the projections if and only if the basis vectors are mutually orthogonal.
An instruction set is said to be orthogonal if it lacks redundancy (i.e. there is only a single instruction that can be used to accomplish a given task)[6] and is designed such that instructions can use any register in any addressing mode. This terminology results from considering an instruction as a vector whose components are the instruction fields. One field identifies the registers to be operated upon, and another specifies the addressing mode. An orthogonal instruction set uniquely encodes all combinations of registers and addressing modes.[citation needed]
In communications, multiple-access schemes are orthogonal when an ideal receiver can completely reject arbitrarily strong unwanted signals using different basis functions from the desired signal. One such scheme is TDMA, where the orthogonal basis functions are non-overlapping rectangular pulses ("time slots").
Another scheme is orthogonal frequency-division multiplexing (OFDM), which refers to the use, by a single transmitter, of a set of frequency multiplexed signals with the exact minimum frequency spacing needed to make them orthogonal so that they do not interfere with each other. Well known examples include (a, g, and n) versions of 802.11 Wi-Fi; WiMAX; ITU-T G.hn, DVB-T, the terrestrial digital TV broadcast system used in most of the world outside North America; and DMT, the standard form of ADSL.
In OFDM, the sub-carrier frequencies are chosen so that the sub-carriers are orthogonal to each other, meaning that cross-talk between the sub-channels is eliminated and inter-carrier guard bands are not required. This greatly simplifies the design of both the transmitter and the receiver; unlike conventional FDM, a separate filter for each sub-channel is not required.
When performing statistical analysis, independent variables that affect a particular dependent variable are said to be orthogonal if they are uncorrelated[7], since the covariance forms an inner product. In this case the same results are obtained for the effect of any of the independent variables upon the dependent variable, regardless of whether one models the variables' effects individually with simple regression or simultaneously with multiple regression. If correlation is present, the factors are not orthogonal and different results are obtained by the two methods. This usage arises from the fact that if centered (by subtracting the expected value (the mean)), uncorrelated variables are orthogonal in the geometric sense discussed above, both as observed data (i.e. vectors) and as random variables (i.e. density functions). One econometric formalism that is alternative to the maximum likelihood framework, the Generalized Method of Moments, relies on orthogonality conditions. In particular, the Ordinary Least Squares estimator may be easily derived from an orthogonality condition between predicted dependent variables and model residuals.
In taxonomy, an orthogonal classification is one in which no item is a member of more than one group, that is, the classifications are mutually exclusive.
In combinatorics, two n×n Latin squares are said to be orthogonal if their superimposition yields all possible n2 combinations of entries.[8]
In synthetic organic chemistry orthogonal protection is a strategy allowing the deprotection of functional groups independently of each other.
In the field of system reliability orthogonal redundancy is that form of redundancy where the form of backup device or method is completely different from the prone to error device or method. The failure mode of an orthogonally redundant backup device or method does not intersect with and is completely different from the failure mode of the device or method in need of redundancy to safeguard the total system against catastrophic failure.
In neuroscience, a sensory map in the brain which has overlapping stimulus coding (e.g. location and quality) is called an orthogonal map.
| Look up orthogonal in Wiktionary, the free dictionary. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Français (French)
adj. - (Génie Civ, Math) orthogonal
Español (Spanish)
adj. - ortogonal
If you are unable to view some languages clearly, click here.