Re: Parentesi a pezzettini

#95916
Up
0
Down
::


`
\documentclass[10pt,a4paper]{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{enumitem}

\begin{document}

Per trovare $F$ prendiamo $\mathcal{\hat{O}}_{n+1}$ e ne togliamo la prima riga:
\[ \mathcal{\hat{O}}^{n \uparrow} = \begin{bmatrix} HF \\ \vdots \\ HF^{n-1} \\ HF^n \end{bmatrix} \]
A questo punto è facile constatare che $\mathcal{\hat{O}}^{n \uparrow} = \mathcal{\hat{O}}^n \, F$ ed, essendo $\mathcal{\hat{O}}^n$ invertibile, posso scrivere:
\[ F = [\mathcal{\hat{O}}^n]^{-1} \mathcal{\hat{O}}^{n \uparrow}\]
Risolvendo il sistema trovo $F$.

\end{document}
`

Go to top