
Besser lernen dank der zahlreichen Ressourcen auf Docsity
Heimse Punkte ein, indem du anderen Studierenden hilfst oder erwirb Punkte mit einem Premium-Abo
Prüfungen vorbereiten
Besser lernen dank der zahlreichen Ressourcen auf Docsity
Download-Punkte bekommen.
Heimse Punkte ein, indem du anderen Studierenden hilfst oder erwirb Punkte mit einem Premium-Abo
Studies, mathematics, linear algebra, knowing everything you need to know using this cheatsheat of linear algebra. It shouldn't be so hard tant. Linear homogeneous – Constant coefficients ❒ General form – The general form of a linear homogeneous second-order ODE with a,b,c constant coefficients is: ay00 + by0 + cy = 0 ❒ Resolution – Based on the types of solution of the characteristic equation aλ2 + bλ + c = 0 , and by noting ∆ = b 2 − 4ac its discriminant, we distinguish the following tant. Linear homogeneous – Constant coefficients ❒ General form – The general form of a linear homogeneous second-order ODE with a,b,c constant coefficients is: ay00 + by0 + cy = 0 ❒ Resolution – Based on the types of solution of the characteristic equation aλ2 + bλ + c = 0 , and by noting ∆ = b 2 − 4ac its discriminant, we distinguish the following tant. Linear homogeneous – Constant coefficients ❒ General form – The general form of a linear homogeneous second-orde
Art: Grafiken und Mindmaps
1 / 1
Diese Seite wird in der Vorschau nicht angezeigt
Lass dir nichts Wichtiges entgehen!

dot product: u ∗ v = ||u|| ∗ ||v|| ∗ cos(φ) = uxvx + uy vy
cross product: u × v =
uy vz − uz vy uz vx − uxvz uxvy − uy vx
norms: ‖x‖p := p
√∑n i=1 |xi|p ‖x‖ 1 :=
∑n i=1 |xi|^ ‖x‖∞^ = max i |xi| enclosed angle:
cosφ =
u ∗ v ||u|| ∗ ||v||
||u|| ∗ ||v|| =
(u^2 x + u^2 y )(v^2 x + v^2 y )
transpose: [AT]ij = [A]ji: ”mirror over main diagonal”
conjungate transpose / adjugate: A∗^ = (A)T^ = AT ”transpose and complex conjugate all entries” (same as transpose for real matrices) multiply: AN ×M ∗ BR×K = MN ×K
invert:
a b c d
= (^) det(^1 A)
d −b −c a
= (^) ad^1 −bc
d −b −c a
norm:
‖A‖p = max x 6 =
‖Ax‖p ‖x‖p^ , induced by vector p-norm
‖A‖ 2 =
λmax(AT^ A) ‖A‖ 1 = max j
∑m i=1 |aij^ |,
‖A‖∞ = max i
∑n j=1 |aij^ |,
condition: cond(A) = ‖A‖ ·
det(A) =
σ∈Sn sgn(σ)^
∏n i=1 Ai,σi For 3×3 matrices (Sarrus rule):
arithmetic rules: det(A · B) = det(A) · det(B) det(A−^1 ) = det(A)−^1 det (rA) = rn^ det A , for all An×n^ and scalars r
defined on n×n square matrices: ∀λ ∈ σ(A). λ > 0 ⇐⇒ positive-definite λ ≥ 0 ⇐⇒ positive-semidefinite λ < 0 ⇐⇒ negative-definite λ ≤ 0 ⇐⇒ negative-semidefinite if none true (positive and negative λ exist): indefinite equivalent: eg. xT^ Ax > 0 ⇐⇒ positive-definite
Let A be a matrix and f (x) = Ax. rank(A) = rank(f ) = dim(im(f )) = number of linearly independent column vectors of A = number of non-zero rows in A after applying Gauss
kern(A) = {x ∈ Rn^ : Ax = 0} (the set of vectors mapping to 0) For nonsingular A this has one element and dim(kern(A)) = 0 (?)
defined on n×n square matrices: tr(A) = a 11 + a 22 + · · · + ann (sum of the elements on the main diagonal)
Let v 1 ,... , vr be the column vectors of A. Then: span(A) = {λ 1 v 1 + · · · + λr vr | λ 1 ,... , λr ∈ R}
σ(A) = {λ ∈ C : λ is eigenvalue of A}
square: N × N symmetric: A = AT diagonal: 0 except akk ⇒ implies triangular (eigenvalues on main diagonale)
orthogonal AT^ = A−^1 ⇒ normal and diagonalizable unitary Complex analogy to orthogonal: A complex square matrix is unitary if all column vectors are orthonormal ⇒ diagonolizable ⇒ cond 2 (A) = 1 ⇒ |det(A)| = 1
nonsingular An×n^ is nonsingular = invertible = regular iff: There is a matrix B := A−^1 such that AB = I = BA det(A) 6 = 0 Ax = b has exactly one solution for each b The column vectors of A are linearly independent rank(A) = n f (x) = Ax is bijective (?) ⇒ det(A)−^1 = det(A−^1 ) ⇒ (A−^1 )−^1 = A ⇒ (AT^ )−^1 = (A−^1 )T diagonalizable An×n^ can be diagonalized iff: it has n linear independant eigenvectors all eigenvalues are real and distinct there is an invertible T , such that:
λ 1
.. . λn
A = T −^1 DT and AT = T D λ 1 ,... , λn are the eigenvalues of A! T can be created with eigenvectors of A and is nonsingular! diagonally dominant matrix ∀i.|aii| ≥
j 6 =i |aij^ | ⇒ nonsingular Hermitian A square matrix A where A∗^ = A (equal to its adjugate) A real matrix is Hermitian iff symmetric ⇒ =(det(A)) = 0 (determinante is real) triangular A square matrix is right triangular (wlog n = 3):
a 11 a 12 a 13 0 a 22 a 23 0 0 a 33
⇒ Eigenvalues on main diagonale idempotent A square matrix A for which AA = A. block matrices Let B, C be submatrices, and A, D square submatrices. Then:
det
= det
= det(A) det(D)
A matrix A has minors Mi,j := remove row i and column j from A principle minors: {det(upper left i × i matrix of A) : i..n} Sylvester’s criterion for hermitian A: ⇒ A is positiv-definite iff all principle minors are positive