-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap2110-l1.tex~
94 lines (76 loc) · 1.98 KB
/
map2110-l1.tex~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[12pt]{article}
\usepackage{amsfonts, amsmath, amssymb}
\usepackage[brazil]{babel}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\parindent=0pt
\addtolength{\textheight}{3.5cm}
\addtolength{\oddsidemargin}{-1cm}
\addtolength{\evensidemargin}{-1cm}
\addtolength{\textwidth}{2cm}
\addtolength{\topmargin}{-2.0cm}
\newcounter{questao}
\newcommand{\quest}{\stepcounter{questao}{\bf \arabic{questao}.\ }}
\begin{document}
\hrule
{ \sf Terceira prova de MAP2321 \hfill \fbox{N3-2013}}
\hrule
\vspace{0.5cm}
\thispagestyle{empty}
\fontsize{14}{16}\selectfont
\quest Encontrar $\text{e}^{tA}$ onde
\begin{gather*}
A=\begin{pmatrix}
0 & 1 & 0 \\
-5 & 2 & 0 \\
0 & 0 & 1
\end{pmatrix}
\end{gather*}
\vspace{0.3cm}
\quest Colocar na forma normal de Kalman o sistema definido pelo par de
matrizes $(A,B)$:
\begin{gather*}
A=
\begin{pmatrix}
1 & -2 & 2 \\
2 & -1 & 2 \\
3 & 3 & 0
\end{pmatrix}\text{ e } B=
\begin{pmatrix}
1 \\ 0 \\ 0
\end{pmatrix}
\end{gather*}
\vspace{0.3cm}
\quest O sistema $(A,B)$, com
$$ A=
\begin{pmatrix}
1 & 2 \\ 0 & -1
\end{pmatrix}\text{ e } B=
\begin{pmatrix}
1 \\ 0
\end{pmatrix}$$ é estabilizável? explique. Modifique apenas uma entrada da matriz $B$ para que o sistema fique completamente estabilizável.
\vspace{0.3cm}
\quest Ache uma realização para a função de resposta ao impulso $\Psi(t) = 3t$.
\vspace{0.3cm}
\quest Ache a transformada inversa de Laplace da função
\begin{gather}
F(s)= \frac{1}{s^2(s^2+1)}
\end{gather}
\vspace{0.3cm}
\quest O sistema linear é definido pelo par $(A,B)$ onde
\begin{gather*}
A=
\begin{pmatrix}
0 &1 \\ 2 & -1
\end{pmatrix}\text{ e } B=
\begin{pmatrix}
1 \\ 1
\end{pmatrix}
\end{gather*}
De exemplo de um vetor que pode ser alcançado em tempo finito pelo sistema a partir da origem, e um exemplo de um vetor que não pode ser atingido pelo sistema a aprtir da origem.
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: