<?xml version="1.0" encoding="UTF-8"?>

<record version="5" id="2496">
 <title>linear equation</title>
 <name>LinearProblem</name>
 <created>2002-02-22 09:51:47</created>
 <modified>2007-03-27 14:12:48</modified>
 <type>Definition</type>
 <creator id="146" name="rmilson"/>
 <author id="146" name="rmilson"/>
 <classification>
	<category scheme="msc" code="15A06"/>
 </classification>
 <defines>
	<concept>consistent</concept>
	<concept>inconsistent</concept>
	<concept>particular solution</concept>
 </defines>
 <synonyms>
	<synonym concept="linear equation" alias="linear problem"/>
	<synonym concept="linear equation" alias="linear system"/>
 </synonyms>
 <related>
	<object name="HomogeneousLinearProblem"/>
	<object name="FiniteDimensionalLinearProblem"/>
 </related>
 <preamble>\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\newcommand{\reals}{\mathbb{R}}
\newcommand{\natnums}{\mathbb{N}}
\newcommand{\cnums}{\mathbb{C}}
\newcommand{\znums}{\mathbb{Z}}
\newcommand{\lp}{\left(}
\newcommand{\rp}{\right)}
\newcommand{\lb}{\left[}
\newcommand{\rb}{\right]}
\newcommand{\supth}{^{\text{th}}}
\newtheorem{proposition}{Proposition}
\newtheorem{definition}[proposition]{Definition}

\newtheorem{theorem}[proposition]{Theorem}</preamble>
 <content>Let $L:U\rightarrow V$ be a linear mapping, and $v\in V$ an element of
the codomain.  A {\em linear equation}  is
a relation of the form,
$$L(u)=v,$$
where $u\in U$ is to be considered as the unknown.  The
solution set of a linear equation is the set of $u\in U$ that satisfy the
above constraint, or to be more precise, the pre-image $L^{-1}(v)$.  The equation is
called inconsistent if no solutions exist, that is, if the pre-image is
the empty set. Otherwise, the equation is called \emph{consistent}.

The general solution of
a linear equation has the form
$$u=u_p + u_h,\quad u_p,u_h\in U,$$
where 
$$L(u_p)=v$$
is a \emph{particular solution} and where
$$L(u_h)=0$$
is any  solution of the corresponding homogeneous problem, i.e. an
element of the kernel of $L$.

{\bf Notes.} Elementary treatments of linear algebra focus almost
exclusively on finite-dimensional linear problems. They neglect to
mention the underlying mapping, preferring to focus instead on
``variables and equations.'' However, the scope of the general concept
is considerably wider, e.g.  linear differential equations such as
$$y''+y = 0.$$</content>
</record>
