Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/teoria/1.sistemi-lineari.tex
185 views
1
\section{Sistemi lineari}
2
\begin{tabular}{@{}l@{}l@{}}
3
$\begin{cases}
4
a_{11}x_1 + \cdots + a_{1n}x_n = b_1 \\[-0.3em]
5
a_{21}x_1 + \cdots + a_{2n}x_n = b_2 \\[-0.3em]
6
\vdots \\[-0.3em]
7
a_{m1}x_1 + \cdots + a_{mn}x_n = b_m \\
8
\end{cases}$ &
9
$A|\vec{b} = \left[
10
\arraycolsep=1.7pt\def\arraystretch{1.2}
11
\begin{array}{ccc|c}
12
a_{11} & \cdots & a_{1n} & b_1 \\[-0.3em]
13
a_{21} & \cdots & a_{2n} & b_2 \\[-0.3em]
14
\vdots & \ddots & \vdots & \vdots \\[-0.3em]
15
a_{m1} & \cdots & a_{mn} & b_m \\
16
\end{array}
17
\right]$
18
\end{tabular}
19
20
Se $b_1 = b_2 = ... = b_m = 0$ il sistema si dice omogeneo ed ammette sempre almeno una soluzione ($\vec{0}$).
21
Le soluzioni non banali vengono chiamate \emph{autosoluzioni}. Riducendo a scala $A|\vec{b}$ si ottiene un
22
sistema equivalente.
23
24
Se $m = n$ e $\det A \ne 0$ per Cramer $x_i = \det A_i / \det A$ con $A_i$ ottenuta da $A$ sostituendo la $i$-esima
25
colonna con $\vec{b}$.
26