Attachment 'AffineFunction.tex'
Download 1 \documentclass{article}
2 \usepackage{amsfonts}
3
4 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 \usepackage{geometry}
6
7 %TCIDATA{OutputFilter=LATEX.DLL}
8 %TCIDATA{Version=5.00.0.2552}
9 %TCIDATA{<META NAME="SaveForMode" CONTENT="1">}
10 %TCIDATA{Created=Sunday, January 30, 2005 13:04:52}
11 %TCIDATA{LastRevised=Sunday, January 30, 2005 13:25:14}
12 %TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
13 %TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Blank - Standard LaTeX Article">}
14 %TCIDATA{CSTFile=40 LaTeX article.cst}
15
16 \newtheorem{theorem}{Theorem}
17 \newtheorem{acknowledgement}[theorem]{Acknowledgement}
18 \newtheorem{algorithm}[theorem]{Algorithm}
19 \newtheorem{axiom}[theorem]{Axiom}
20 \newtheorem{case}[theorem]{Case}
21 \newtheorem{claim}[theorem]{Claim}
22 \newtheorem{conclusion}[theorem]{Conclusion}
23 \newtheorem{condition}[theorem]{Condition}
24 \newtheorem{conjecture}[theorem]{Conjecture}
25 \newtheorem{corollary}[theorem]{Corollary}
26 \newtheorem{criterion}[theorem]{Criterion}
27 \newtheorem{definition}[theorem]{Definition}
28 \newtheorem{example}[theorem]{Example}
29 \newtheorem{exercise}[theorem]{Exercise}
30 \newtheorem{lemma}[theorem]{Lemma}
31 \newtheorem{notation}[theorem]{Notation}
32 \newtheorem{problem}[theorem]{Problem}
33 \newtheorem{proposition}[theorem]{Proposition}
34 \newtheorem{remark}[theorem]{Remark}
35 \newtheorem{solution}[theorem]{Solution}
36 \newtheorem{summary}[theorem]{Summary}
37 \newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
38 \geometry{left=1in,right=1in,top=1in,bottom=1in}
39 \input{tcilatex}
40
41 \begin{document}
42
43
44 \begin{definition}[Affine Function]
45 We say a function $A:\mathbb{R}^{m}\rightarrow \mathbb{R}^{n}$ is \textbf{%
46 affine} if there is a linear function $L:\mathbb{R}^{m}\rightarrow \mathbb{R}%
47 ^{n}$ and a vector $b$ in $\mathbb{R}^{n}$ such that%
48 \begin{equation}
49 A(x)=L(x)+b
50 \end{equation}
51 \end{definition}
52
53 $\forall x$ in $\mathbb{R}^{m}$.
54
55 An \textit{affine} function is just a linear function plus a translation.
56 From our knowledge of linear functions, it follows that if $A:\mathbb{R}%
57 ^{m}\rightarrow \mathbb{R}^{n}$ is $\mathit{affine}$, then there is an $%
58 n\times m$ matrix $M$ and a vector $b$ in $\mathbb{R}^{n}$ such that
59 \begin{equation}
60 A(x)=Mx+b
61 \end{equation}
62
63 $\forall x$ in $\mathbb{R}^{m}$. In particular, if $f:\mathbb{R}\rightarrow
64 \mathbb{R}$ is \textit{affine}, then there are real numbers $m$ and $b$ such
65 that%
66 \begin{equation}
67 f(x)=mx+b
68 \end{equation}
69
70 for all real numbers $x$.
71
72 \end{document}
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.