Orthogonality



         


In mathematics, orthogonal is synonymous with perpendicular when used as a simple adjective that is not part of any longer phrase with a standard definition. It means at right angles. It comes from the Greek "ortho", meaning "right" and "gonia", meaning "angle". Two streets that cross each other at a right angle are orthogonal to each other. Two vectors in an inner product space are orthogonal if their inner product is zero. If the vectors are <math>x<math> and <math>y<math> this is written <math>x \perp y<math>. The word normal is sometimes also used for this concept by mathematicians, although that word is rather overburdened.

For example, in a 2- or 3-dimensional Euclidean space, two vectors are orthogonal if their dot product is zero, i.e., they make an angle of 90° or π/2 radians. Hence orthogonality is a generalization of the concept of perpendicular.

Several vectors are called pairwise orthogonal if any two of them are orthogonal, and a set of such vectors is called an orthogonal set. They are said to be orthonormal if they are all unit vectors. Non-zero pairwise orthogonal vectors are always linearly independent.

In particular functions f and g are orthogonal with respect to some nonnegative weight function <math>w(x)<math> in the sense that their inner product <math>\langle f,g\rangle<math> is

<math> \langle f, g \rangle = \int_a^b f(x)g(x)w(x)\,dx = 0.<math>

The members of a sequence { fi : i = 1, 2, 3, ... } are orthonormal if

<math>\langle f_i, f_j \rangle=\int_{-\infty}^\infty f_i(x) f_j(x) w(x)\,dx=\delta_{i,j}<math>

where

<math>\delta_{i,j}=\left\{\begin{matrix}1 & \mathrm{if}\ i=j \\ 0 & \mathrm{if}\ i\neq j\end{matrix}\right\}<math>

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

See also: orthogonal matrix, orthonormality

Other meanings of the word orthogonal evolved from its earlier use in mathematics.


In computer science, an instruction set is said to be orthogonal if any instruction can use any register in any addressing mode.

Orthogonality is a system design property which enables the making of complex designs feasible and compact. The aim of an orthogonal design is to achieve that operations within one of its components do not create nor propagate side-effects to other components. For example a car has orthogonal components and controls, e.g. accelerating the vehicle does not influence anything else but the components involved in the acceleration. On the other hand, a car with non orthogonal design might have, for example, the acceleration influencing the radio tuning or the display of time. 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 each member of a set of basis vectors separately and adding the projections if and only if the basis vectors are orthogonal to each other.

Orthogonality achieves that modifying the technical effect produced by a component of a system does not create or propagate side effects to other components of the system. The emergent behaviour 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 the test and development time, because it's easier to verify designs that that neither cause side effects nor depend on them.

[Top]

Reference

[1]

Topics in mathematics related to linear algebra

Vectors | Vector spaces | Linear span | Linear transformation | Linear independence | Linear combination | Basis | Column space | Row space | Dual space | Orthogonality | Eigenvector | Eigenvalue | Least squares regressions | Outer product | Cross product | Dot product | Transpose | Matrix decomposition




In radio communications, multiple access schemes are orthogonal when a receiver can (theoretically) completely reject an arbitrarily strong unwanted signal. The orthogonal schemes are TDMA and FDMA. A non-orthogonal scheme is Code Division Multiple Access, CDMA.





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License