root/library/bdm/math/KF_chol.lyx @ 433

Revision 39, 1.4 kB (checked in by smidl, 16 years ago)

Choleski DC matrix

  • Property svn:eol-style set to native
Line 
1#LyX 1.5.3 created this file. For more info see http://www.lyx.org/
2\lyxformat 276
3\begin_document
4\begin_header
5\textclass article
6\language english
7\inputencoding auto
8\font_roman default
9\font_sans default
10\font_typewriter default
11\font_default_family default
12\font_sc false
13\font_osf false
14\font_sf_scale 100
15\font_tt_scale 100
16\graphics default
17\paperfontsize default
18\papersize default
19\use_geometry false
20\use_amsmath 1
21\use_esint 1
22\cite_engine basic
23\use_bibtopic false
24\paperorientation portrait
25\secnumdepth 3
26\tocdepth 3
27\paragraph_separation indent
28\defskip medskip
29\quotes_language english
30\papercolumns 1
31\papersides 1
32\paperpagestyle default
33\tracking_changes false
34\output_changes false
35\author ""
36\end_header
37
38\begin_body
39
40\begin_layout Standard
41Forl lower triangular matrices
42\begin_inset Formula \[
43\left[\begin{array}{ccc}
44R^{0.5} & CP_{t|t-1}^{0.5} & 0\\
450 & AP_{t|t-1}^{0.5} & Q^{0.5}\end{array}\right]<\mathrm{orth.oper.}>=\left[\begin{array}{ccc}
46R_{y}^{0.5} & 0 & 0\\
47AK & P_{t+1|t}^{0.5} & 0\end{array}\right]\]
48
49\end_inset
50
51After transpose (for upper triangular matrices):
52\begin_inset Formula \[
53\left[\begin{array}{cc}
54R^{0.5}\\
55P_{t|t-1}^{0.5}C' & P_{t|t-1}^{0.5}CA'\\
56 & Q^{0.5}\end{array}\right]<\mathrm{orth.oper.}>=\left[\begin{array}{cc}
57R_{y}^{0.5} & KA'\\
58 & P_{t+1|t}^{0.5}\\
59\\\end{array}\right]\]
60
61\end_inset
62
63
64\end_layout
65
66\end_body
67\end_document
Note: See TracBrowser for help on using the browser.