FACTOID # 117: In Germany and Italy, every second person owns a car.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Linear system

A linear system is a mathematical model of a system based on the use of a linear operator. Linear systems typically exhibit features and properties that are much simpler than the general, nonlinear case. As a mathematical abstraction or idealization, linear systems find important applications in automatic control theory, signal processing, and telecommunications. For example, the propagation medium for wireless communication systems can often be modeled by linear systems. For other uses, see System (disambiguation). ... In mathematics, a linear transformation (also called linear operator or linear map) is a function between two vector spaces that respects the arithmetical operations addition and scalar multiplication defined on vector spaces, or, in other words, it preserves linear combinations. Definition and first consequences Formally, if V and W are... To do: 20th century mathematics chaos theory, fractals Lyapunov stability and non-linear control systems non-linear video editing See also: Aleksandr Mikhailovich Lyapunov Dynamical system External links http://www. ... Automatic control is the research area and theoretical base for mechanization and automation, employing methods from mathematics and engineering. ... Signal processing is the processing, amplification and interpretation of signals, and deals with the analysis and manipulation of signals. ... Telecommunication involves the transmission of signals over a distance for the purpose of communication. ...


A general deterministic system can be described by operator H that maps an input x(t) as a function of t to an output y(t), a type of black box description. Linear systems satisfy the properties of superposition and scaling: given two valid inputs In mathematics, a deterministic system is a system in which no randomness is involved in the development of future states of the system. ... Black box is technical jargon for a device or system or object when it is viewed primarily in terms of its input and output characteristics. ... The term superposition can have several meanings: Quantum superposition Law of superposition in geology and archaeology Superposition principle for vector fields Superposition Calculus is used for equational first-order reasoning This is a disambiguation page — a navigational aid which lists other pages that might otherwise share the same title. ... The term scaling can have several manings: Scaling can be defined as the determination of the interdependency of variables in a physical system. ...

x_1(t) ,
x_2(t) ,

as well as their respective outputs

y_1(t) = H left { x_1(t) right }
y_2(t) = H left { x_2(t) right }

then a linear system must satisfy

alpha y_1(t) + beta y_2(t) = H left { alpha x_1(t) + beta x_2(t) right }

for any scalar values alpha , and beta ,. In linear algebra, real numbers are called scalars and relate to vectors in a vector space through the operation of scalar multiplication, in which a vector can be multiplied by a number to produce another vector. ...


The behavior of the resulting system subjected to a complex input can be described as a sum of responses to simpler inputs. In nonlinear systems, there is no such relation. This mathematical property makes the solution of modelling equations simpler than many nonlinear systems. For time-invariant systems this is the basis of the impulse response or the frequency response methods (see LTI system theory), which describe a general input function x(t) in terms of unit impulses or frequency components. A time-invariant system is one whose output does not depend explicitly on time. ... The Impulse response from a simple audio system. ... Frequency response is the measure of any systems response to frequency, but is usually used in connection with electronic amplifiers and similar systems, particularly in relation to audio signals. ... In electrical engineering, specifically in signal processing and control theory, LTI system theory investigates the response of a linear, time-invariant system to an arbitrary input signal. ... The Dirac delta function, sometimes referred to as the unit impulse function and introduced by the British theoretical physicist Paul Dirac, can usually be informally thought of as a function δ(x) that has the value of infinity for x = 0, the value zero elsewhere such that the total integral...


Typical differential equations of linear time-invariant systems are well adapted to analysis using the Laplace transform in the continuous case, and the Z-transform in the discrete case (especially in computer implementations). Visualization of airflow into a duct modelled using the Navier-Stokes equations, a set of partial differential equations. ... A time-invariant system is one whose output does not depend explicitly on time. ... In the branch of mathematics called functional analysis, the Laplace transform, , is a linear operator on a function f(t) (original ) with a real argument t (t ≥ 0) that transforms it to a function F(s) (image) with a complex argument s. ... In mathematics, a continuous function is a function for which, intuitively, small changes in the input result in small changes in the output. ... In mathematics and signal processing, the Z-transform converts a discrete time domain signal, which is a sequence of real numbers, into a complex frequency domain representation. ... Discrete mathematics, also called finite mathematics, is the study of mathematical structures that are fundamentally discrete, in the sense of not supporting or requiring the notion of continuity. ...


Another perspective is that solutions to linear systems comprise a system of functions which act like vectors in the geometric sense. Graph of example function, The mathematical concept of a function expresses the intuitive idea of deterministic dependence between two quantities, one of which is viewed as primary (the independent variable, argument of the function, or its input) and the other as secondary (the value of the function, or output). A... This article is about vectors that have a particular relation to the spatial coordinates. ...


A common use of linear models is to describe a nonlinear system by linearization. This is usually done for mathematical convenience. Linearization in mathematics and its applications in general refers to finding the linear approximation to a function at a given point. ...

Contents

Time-Varying Impulse Response

The time-varying impulse response h(t2,t1) of a linear system is defined as the response of the system at time t = t2 to a single impulse applied at time t = t1. In other words, if the input x(t) to a linear system is For other uses, see Impulse (disambiguation). ...

x(t) = delta(t-t_1) ,

where δ(t) represents the Dirac delta function, and the corresponding response y(t) of the system is The Dirac delta or Diracs delta, often referred to as the unit impulse function and introduced by the British theoretical physicist Paul Dirac, can usually be informally thought of as a function δ(x) that has the value of infinity for x = 0 and the value zero elsewhere. ...

y(t) |_{t=t_2} = h(t_2,t_1) ,

then the function h(t2,t1) is the time-varying impulse response of the system.


Time-Varying Convolution Integral

Continuous time

The output of any continuous time linear system is related to the input by the time-varying convolution integral:

 y(t) = int_{-infty}^{infty} h(t,s) x(s) ds

or, equivalently,

 y(t) = int_{-infty}^{infty} h(t,t-tau) x(t-tau) d tau

where

 tau = t - s ,

represents the lag time between the stimulus at time s and the response at time t.


Discrete time

The output of any discrete time linear system is related to the input by the time-varying convolution sum:

 y[n] = sum_{k=-infty}^{infty} { h[n,k] x[k] }

or equivalently,

 y[n] = sum_{m=-infty}^{infty} { h[n,n-m] x[n-m] }

where

 k = n-m ,

represents the lag time between the stimulus at time k and the response at time n.


Causality

A linear system is causal if and only if the system's time varying impulse response is identically zero whenever the time t of the response is earlier than the time s of the stimulus. In other words, for a causal system, the following condition must hold:

h(t,s) = 0   mathrm{for}   t < s

See also

In mathematics, the concept of a linear system of divisors arose first in the form of a linear system of algebraic curves in the projective plane. ... Algebraic geometry is a branch of mathematics which, as the name suggests, combines techniques of abstract algebra, especially commutative algebra, with the language and the problematics of geometry. ... In electrical engineering, specifically in signal processing and control theory, LTI system theory investigates the response of a linear, time-invariant system to an arbitrary input signal. ... System analysis is the branch of electrical engineering that characterizes electrical systems and their properties. ... In mathematics and linear algebra, a system of linear equations is a set of linear equations such as A standard problem is to decide if any assignment of values for the unknowns can satisfy all three equations simultaneously, and to find such an assignment if it exists. ... In mathematics, a nonlinear system is a system which is not linear i. ...

  Results from FactBites:
 
Buy Linear Systems - Purchase Linear Systems : Ordering Linear Systems via Regnow (208 words)
Buy Linear Systems- linear system, Gauss-Jordan method, solution, linear algebra, mathematics.
Download Linear Systems :: Buy Linear Systems : :Linear Systems 1.02 : :linear system :: Gauss-Jordan method :: solution :: linear algebra :: mathematics
System disk real-time backup and restore for workstations and home PCs...
Linear Systems Textboook - Preface (1076 words)
In view of the importance of linear system theory it is not surprising to see that dozens of textbooks have been published on this topic.
Chapter 6 deals with both Lyapunov as well as input-output stability of linear systems.
This is followed by material on canonical forms of time-invariant systems.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.