Share on Facebook Share on Twitter Email
Answers.com

linear

 
(lĭn'ē-ər) pronunciation
adj.
  1. Of, relating to, or resembling a line; straight.
    1. In, of, describing, described by, or related to a straight line.
    2. Having only one dimension.
  2. Characterized by, composed of, or emphasizing drawn lines rather than painterly effects.
  3. Botany. Narrow and elongated with nearly parallel margins: a linear leaf.

[Latin līneāris, from līnea, line. See line1.]

linearly lin'e·ar·ly adv.

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
TechEncyclopedia:

linear

Top

Sequential or having a graph that is a straight line.

Download Computer Desktop Encyclopedia to your PC, iPhone or Android.

Relationship between input and output in which the output varies in direct proportion to the input.


Word Tutor:

linear

Top
pronunciation

IN BRIEF: Long and uniformly narrow. Also: Of length.

pronunciation Linear measurement is actually the measurement of straight lines.

LearnThatWord.com is a free vocabulary and spelling program where you only pay for results!

In a line.

  • l. assessment — a method of expressing an assessment result as a score out of a possible perfect score of 10, or some other number. Used in body condition scoring, showring judging of conformation.
  • l. dodecyl benzene sulfonic acid teat dip — see teat dip.
  • l. energy transfer — expresses the quality of electronic radiation. It is concerned with the spatial distributions of energy transfers which occur in the tracks of particles as they penetrate matter.
  • l. program — a management program used to determine the best mix of ingredients or services to be used in a particular situation to maintain the highest level of productivity or profitability or other similar parameter.
  • l. regression — statistical method used to study the relationship between independent and dependent variables when the dependent variable consists of continuous data.
  • l. score — for somatic cell counts in milk (SCCs) convert SCC logarithmically from cells per milliliter to a linear score from 0–9. The linear score has a straight line, inverse relationship with milk yield. An increase of one in the linear score is associated with a 400-pound decrease in lactation milk yield or a 1.5 pound drop in daily yield.
Random House Word Menu:

categories related to 'linear'

Top
Random House Word Menu by Stephen Glazier
For a list of words related to linear, see:

In mathematics, a linear map or linear function f(x) is a function which satisfies the following two properties:

It can be shown that additivity implies the homogeneity in all cases where α is rational; this is done by proving the case where α is a natural number by mathematical induction and then extending the result to arbitrary rational numbers. If f is assumed to be continuous as well then this can be extended to show that homogeneity for α any real number, using the fact that rationals form a dense subset of the reals.

In this definition, x is not necessarily a real number, but can in general be a member of any vector space. A less restrictive definition of linear function, not coinciding with the definition of linear map, is used in elementary mathematics.

The concept of linearity can be extended to linear operators. Important examples of linear operators include the derivative considered as a differential operator, and many constructed from it, such as del and the Laplacian. When a differential equation can be expressed in linear form, it is particularly easy to solve by breaking the equation up into smaller pieces, solving each of those pieces, and adding the solutions up.

Linear algebra is the branch of mathematics concerned with the study of vectors, vector spaces (also called linear spaces), linear transformations (also called linear maps), and systems of linear equations.

The word linear comes from the Latin word linearis, which means pertaining to or resembling a line. For a description of linear and nonlinear equations, see linear equation. Nonlinear equations and functions are of interest to physicists and mathematicians because they can be used to represent many natural phenomena, including chaos.

Contents

Integral linearity

For a device that converts a quantity to another quantity there are three basic definitions for integral linearity in common use: independent linearity, fart range approximates a straight line. Linearity is usually measured in terms of a deviation, or non-linearity, from an ideal straight line and it is typically expressed in terms of percent of full scale, or in ppm (parts per million) of full scale. Typically, the straight line is obtained by performing a least-squares fit of the data. The three definitions vary in the manner in which the straight line is positioned relative to the actual device's performance. Also, all three of these definitions ignore any gain, or offset errors that may be present in the actual device's performance characteristics.

Many times a device's specifications will simply refer to linearity, with no other explanation as to which type of linearity is intended. In cases where a specification is expressed simply as linearity, it is assumed to imply independent linearity.

Independent linearity is probably the most commonly-used linearity definition and is often found in the specifications for DMMs and ADCs, as well as devices like potentiometers. Independent linearity is defined as the maximum deviation of actual performance relative to a straight line, located such that it minimizes the maximum deviation. In that case there are no constraints placed upon the positioning of the straight line and it may be wherever necessary to minimize the deviations between it and the device's actual performance characteristic.

Zero-based linearity forces the lower range value of the straight line to be equal to the actual lower range value of the device's characteristic, but it does allow the line to be rotated to minimize the maximum deviation. In this case, since the positioning of the straight line is constrained by the requirement that the lower range values of the line and the device's characteristic be coincident, the non-linearity based on this definition will generally be larger than for independent linearity.

For terminal linearity, there is no flexibility allowed in the placement of the straight line in order to minimize the deviations. The straight line must be located such that each of its end-points coincides with the device's actual upper and lower range values. This means that the non-linearity measured by this definition will typically be larger than that measured by the independent, or the zero-based linearity definitions. This definition of linearity is often associated with ADCs, DACs and various sensors.

A fourth linearity definition, absolute linearity, is sometimes also encountered. Absolute linearity is a variation of terminal linearity, in that it allows no flexibility in the placement of the straight line, however in this case the gain and offset errors of the actual device are included in the linearity measurement, making this the most difficult measure of a device's performance. For absolute linearity the end points of the straight line are defined by the ideal upper and lower range values for the device, rather than the actual values. The linearity error in this instance is the maximum deviation of the actual device's performance from ideal.

Linear polynomials

In a different usage to the above, a polynomial of degree 1 is said to be linear, because the graph of a function of that form is a line.

Over the reals, a linear equation is one of the forms:

f(x) = m x + b\

where m is often called the slope or gradient; b the y-intercept, which gives the point of intersection between the graph of the function and the y-axis.

Note that this usage of the term linear is not the same as the above, because linear polynomials over the real numbers do not in general satisfy either additivity or homogeneity. In fact, they do so if and only if b = 0. Hence, if b ≠ 0, the function is often called an affine function (see in greater generality affine transformation).

Boolean functions

In Boolean algebra, a linear function is a function f for which there exist a_0, a_1, \ldots, a_n \in \{0,1\} such that

f(b_1, \ldots, b_n) = a_0 \oplus (a_1 \land b_1) \oplus \ldots \oplus (a_n \land b_n) for all b_1, \ldots, b_n \in \{0,1\}.

A Boolean function is linear if one of the following holds for the function's truth table:

  1. In every row in which the truth value of the function is 'T', there are an odd number of 'T's assigned to the arguments and in every row in which the function is 'F' there is an even number of 'T's assigned to arguments. Specifically, f('F', 'F', ..., 'F') = 'F', and these functions correspond to linear maps over the Boolean vector space.
  2. In every row in which the value of the function is 'T', there is an even number of 'T's assigned to the arguments of the function; and in every row in which the truth value of the function is 'F', there are an odd number of 'T's assigned to arguments. In this case, f('F', 'F', ..., 'F') = 'T'.

Another way to express this is that each variable always makes a difference in the truth-value of the operation or it never makes a difference.

Negation, Logical biconditional, exclusive or, tautology, and contradiction are linear functions.

Physics

In physics, linearity is a property of the differential equations governing many systems; for instance, the Maxwell equations or the diffusion equation.

Linearity of a differential equation means that if two functions f and g are solutions of the equation, then their sum f+g is too.

Electronics

In electronics, the linear operating region of a device, for example a transistor, is where a dependent variable (such as the transistor collector current) is directly proportional to an independent variable (such as the base current). This ensures that an analog output is an accurate representation of an input, typically with higher amplitude (amplified). A typical example of linear equipment is a high fidelity audio amplifier, which must amplify a signal without changing its waveform. Others are linear filters, linear regulators, and linear amplifiers in general.

In most scientific and technological, as distinct from mathematical, applications, something may be described as linear if the characteristic is approximately but not exactly a straight line; and linearity may be valid only within a certain operating region—for example, a high-fidelity amplifier may distort even a small signal, but sufficiently little to be acceptable (acceptable but imperfect linearity); and may distort very badly if the input exceeds a certain value, taking it away from the approximately linear part of the transfer function.

Military tactical formations

In military tactical formations, "linear formations" were adapted from phalanx-like formations of pike protected by handgunners towards shallow formations of handgunners protected by progressively fewer pikes. This kind of formation would get thinner until its extreme in the age of Wellington with the 'Thin Red Line'. It would eventually be replaced by skirmish order at the time of the invention of the breech-loading rifle that allowed soldiers to move and fire independently of the large scale formations and fight in small, mobile units.

Art

Linear is one of the five categories proposed by Swiss art historian Heinrich Wölfflin to distinguish "Classic", or Renaissance art, from the Baroque. According to Wölfflin, painters of the fifteenth and early sixteenth centuries (Leonardo da Vinci, Raphael or Albrecht Dürer) are more linear than "painterly" Baroque painters of the seventeenth century (Peter Paul Rubens, Rembrandt, and Velázquez) because they primarily use outline to create shape.[1] Linearity in art can also be referenced in digital art. For example, hypertext fiction can be an example of nonlinear narrative, but there are also websites designed to go in a specified, organized manner, following a linear path.

Music

In music the linear aspect is succession, either intervals or melody, as opposed to simultaneity or the vertical aspect.

Measurement

In measurement, the term "linear foot" refers to the number of feet in a straight line of material (such as lumber or fabric) generally without regard to the width. It is sometimes incorrectly referred to as "lineal feet"; however, "lineal" is typically reserved for usage when referring to ancestry or heredity.[1] The words "linear"[2] & "lineal" [3] both descend from the same root meaning, the Latin word for line, which is "linea".

See also

References

  1. ^ Heinrich Wölfflin, Principles of Art History: the Problem of the Development of Style in Later Art, M. D. Hottinger (trans.), Mineola, N.Y.: Dover (1950): pp. 18-72.

Translations:

Linear

Top

Dansk (Danish)
adj. - linje-, linear, lineær-, linjeformet, linjedannet

idioms:

  • linear accelerator    lineær accelerator
  • Linear B    gammel skriftform fundet i dele af Grækenland
  • linear equation    lineær ligning
  • linear measure    længdemål
  • linear motor    linearmotor, lineær motor

Nederlands (Dutch)
rechtlijnig, lineair, eendimensionaal, bestaande uit rechte lijnen

Français (French)
adj. - linéaire

idioms:

  • linear accelerator    accélérateur linéaire
  • Linear B    linéaire B (écriture)
  • linear equation    équation linéaire
  • linear measure    mesure linéaire
  • linear motor    moteur linéaire

Deutsch (German)
adj. - linear

idioms:

  • linear accelerator    (Phys.) Linearbeschleuniger
  • Linear B    Schrift aus der Bronzezeit (im Mittelmeerraum gefunden)
  • linear equation    lineare Gleichung
  • linear measure    Längenmaß
  • linear motor    Linearmotor

Ελληνική (Greek)
adj. - γραμμικός, του μήκους, ευθύς σαν γραμμή

idioms:

  • linear accelerator    (φυσ.) γραμμικός επιταχυντής
  • Linear B    γραμμική γραφή Β
  • linear equation    (μαθημ.) γραμμική εξίσωση
  • linear measure    μέτρο μήκους
  • linear motor    κινητήρας με ευθύγραμμη κίνηση

Italiano (Italian)
lineare

idioms:

  • linear accelerator    acceleratore lineare
  • Linear B    lineare B
  • linear equation    equazione lineare
  • linear measure    misura lineare
  • linear motor    motore lineare

Português (Portuguese)
adj. - linear

idioms:

  • linear accelerator    acelerador (m) linear (Fís.)
  • Linear B    Linear B
  • linear equation    equação (f) linear (Mat.)
  • linear measure    medida (f) linear
  • linear motor    motor (m) em linha (Autom.) (Mec.)

Русский (Russian)
линейный, состоящий из линий, вытянутый

idioms:

  • linear accelerator    линейный ускоритель
  • Linear B    линейное письмо "Б"
  • linear equation    линейное уравнение
  • linear measure    мера длины
  • linear motor    линейный электродвигатель

Español (Spanish)
adj. - lineal

idioms:

  • linear accelerator    acelerador lineal
  • Linear B    escritura silábica Minoica de Creta
  • linear equation    ecuación lineal
  • linear measure    medida de longitud
  • linear motor    motor lineal

Svenska (Swedish)
adj. - linje-, linear-, linjär, lineär, längd, bestående av linjer, (mat., fys.) endimensionell, linjeformig, jämnbred

中文(简体)(Chinese (Simplified))
线的, 线状的, 直线的

idioms:

  • linear accelerator    直线加速器
  • Linear B    B类线形文字
  • linear equation    线性方程式
  • linear measure    长度单位制
  • linear motor    线性感应电动机

中文(繁體)(Chinese (Traditional))
adj. - 線的, 線狀的, 直線的

idioms:

  • linear accelerator    直線加速器
  • Linear B    B類線形文字
  • linear equation    線性方程式
  • linear measure    長度單位制
  • linear motor    線性感應電動機

한국어 (Korean)
adj. - 직선 모양의, 선으로 이루어진, 가늘고 긴

日本語 (Japanese)
adj. - 線の, 直線の, 線状の, 長さの, 一次の

idioms:

  • linear accelerator    線形加速器
  • Linear B    線文字B
  • linear equation    線形方程式, 一次方程式
  • linear measure    長さ, 長さの単位, 尺度, 尺度法
  • linear motor    リニアモーター

العربيه (Arabic)
‏(صفه) خطي مؤلف من خطوط شبيه بخط مستقيم, طولي, تخطيطي, خيطي شبيه بالخيط ضيق وطويل‏

עברית (Hebrew)
adj. - ‮קווי, מקווקוו, של אורך, ארוך צר ובעל רוחב אחיד, חד-ממדי, רציף‬


 
 

 

Copyrights:

American Heritage Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
TechEncyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2012 The Computer Language Company Inc.  All rights reserved.  Read more
Oxford Dictionary of Sports Science & Medicine. The Oxford Dictionary of Sports Science & Medicine. Copyright © Michael Kent 1998, 2006, 2007. All rights reserved.  Read more
Electronics Dictionary. Copyright 2001 by Twysted Pair. All rights reserved.  Read more
Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved.
eSpindle provides personalized spelling and vocabulary tutoring online; sign up free Read more
Saunders Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
Random House Word Menu. © 2010 Write Brothers Inc. Word Menu is a registered trademark of the Estate of Stephen Glazier. Write Brothers Inc. All rights reserved.  Read more
 Rhymes. Oxford University Press. © 2006, 2007 All rights reserved.  Read more
Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Linear Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more

Follow us
Facebook Twitter
YouTube

Mentioned in

» More» More