\(O(1) \leq\) (Name the next bigger function)
Note 1: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
D{#5DM:PFn
Before
Front
Back
\(O(1) \leq\) (Name the next bigger function)
\(\leq O(\log(n))\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(1) \leq O(\log(n))\)
\(O(1) \leq O(\log(n))\)
Back
Choose a tight bound!
\(O(1) \leq O(\log(n))\)
\(O(1) \leq O(\log(n))\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(1)}} \leq {{c2::O(\log(n))}}\) | |
| Extra |
Note 2: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
G9Xwk@MZZb
Before
Front
If \(f \leq O(h)\)
Back
If \(f \leq O(h)\)
\(\forall C > 0\) we have \(c \cdot f \leq O(h)\)
After
Front
What does \(f \leq O(h)\) mean exactly?
Back
What does \(f \leq O(h)\) mean exactly?
\(\forall C > 0\) we have \(c \cdot f \leq O(h)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | What does \(f \leq O(h)\) mean exactly? |
Note 3: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
KgqO:Z_iT+
Before
Front
\(O(\log(n)) \leq\) (name the next bigger function)
Back
\(O(\log(n)) \leq\) (name the next bigger function)
\(\leq O(n)\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(\log(n)) \leq O(n)\)
\(O(\log(n)) \leq O(n)\)
Back
Choose a tight bound!
\(O(\log(n)) \leq O(n)\)
\(O(\log(n)) \leq O(n)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(\log(n))}} \leq {{c2::O(n)}}\) | |
| Extra |
Note 4: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
NGdgt3D+pd
Before
Front
We can ignore the base of a logarithm only if it's not in the exponent.
Back
We can ignore the base of a logarithm only if it's not in the exponent.
\(e^{\log_2 n} \neq \Theta(e^{\log_3 n})\) as \(e^{\log_2 n - \log_3 n} = e^{\ln n (\frac{1}{\ln(2)} - \frac{1}{\ln(3)})}\) goes to \(\infty\)
After
Front
We can ignore the base of a logarithm only if it's not in the exponent.
Back
We can ignore the base of a logarithm only if it's not in the exponent.
\(e^{\log_2 n} \neq \Theta(e^{\log_3 n})\) as \(e^{\log_2 n - \log_3 n} = e^{\ln n (\frac{1}{\ln(2)} - \frac{1}{\ln(3)})}\) goes to \(\infty\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | We can ignore the base of a logarithm |
We can ignore the base of a logarithm only if {{c1::it's not in the exponent}}. |
Note 5: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
QA~(,/7jXV
Before
Front
\(O(k^n) \leq\) (name the next bigger function)
Back
\(O(k^n) \leq\) (name the next bigger function)
\(\leq O(n!)\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(k^n) \leq O(n!)\)
\(O(k^n) \leq O(n!)\)
Back
Choose a tight bound!
\(O(k^n) \leq O(n!)\)
\(O(k^n) \leq O(n!)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(k^n)}} \leq {{c2::O(n!)}}\) | |
| Extra |
Note 6: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
fa/9a*g+D.
Before
Front
How can I get the lower bound on the function \(n!\) ?
Back
How can I get the lower bound on the function \(n!\) ?
I can only take for example the largest 90% of elements \(n! \geq 1 \cdot 2 \cdot ... \cdot n \geq n/10 \cdot ... \cdot n\)
\(\geq (n/10)^{0.9n}\)
After
Front
How can one get a lower bound for the function \(n!\) ?
Back
How can one get a lower bound for the function \(n!\) ?
One could simply take only the largest 90% of elements: \(n! \geq 1 \cdot 2 \cdot ... \cdot n \geq n/10 \cdot ... \cdot n\)
\(\geq (n/10)^{0.9n}\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | How can |
How can one get a lower bound for the function \(n!\) ? |
| Back | One could simply take only the largest 90% of elements: \(n! \geq 1 \cdot 2 \cdot ... \cdot n \geq n/10 \cdot ... \cdot n\)<div>\(\geq (n/10)^{0.9n}\)</div> |
Note 7: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
k#~pL>w{_$
Before
Front
What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?
- {{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are differentiable}}
- {{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they tend to infinity)}}
- {{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) never equals to 0}}
Back
What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?
- {{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are differentiable}}
- {{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they tend to infinity)}}
- {{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) never equals to 0}}
This guarantees that we can take the fraction f/g.
After
Front
What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?
- {{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are differentiable}}
- {{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they tend to infinity)}}
- {{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) never equals 0}}
Back
What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?
- {{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are differentiable}}
- {{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they tend to infinity)}}
- {{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) never equals 0}}
This guarantees that we can take the fraction f/g.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?<br><ol><li>{{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are <b>differentiable</b>}}<br></li><li>{{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they <b>tend to infinity)</b>}}<br></li><li>{{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) <b>never equals |
What are the prerequisites for \(f\) and \(g\) to apply l'Hôpital's?<br><ol><li>{{c1::\(f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) and \(g: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}\) are <b>differentiable</b>}}<br></li><li>{{c2::\(\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} g(x) = \infty\) (they <b>tend to infinity)</b>}}<br></li><li>{{c3::\(\forall x \in \mathbb{R}^{+} , g'(x) \neq 0\) and \(g\) <b>never equals 0</b>}}</li></ol> |
Note 8: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
ms|2]oAD;M
Before
Front
If \(T(n) = aT(n/ 2) + Cn^b\), then the O-Notation gives
Back
If \(T(n) = aT(n/ 2) + Cn^b\), then the O-Notation gives
\(T(n) = \Theta(...)\)
After
Front
If \(T(n) = aT(n/ 2) + Cn^b\), then we get which type of O-Notation?
Back
If \(T(n) = aT(n/ 2) + Cn^b\), then we get which type of O-Notation?
\(T(n) = \Theta(...)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | If \(T(n) = aT(n/ 2) + Cn^b\), then |
If \(T(n) = aT(n/ 2) + Cn^b\), then we get which type of O-Notation? |
Note 9: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
sap]uaOK!q
Before
Front
\(O(n^k) \leq\) (name the next bigger function)
Back
\(O(n^k) \leq\) (name the next bigger function)
\(\leq O(k^n)\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(n^k) \leq O(k^n)\)
\(O(n^k) \leq O(k^n)\)
Back
Choose a tight bound!
\(O(n^k) \leq O(k^n)\)
\(O(n^k) \leq O(k^n)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(n^k)}} \leq {{c2::O(k^n)}}\) | |
| Extra |
Note 10: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
uxhT]f%32k
Before
Front
Master Theorem: If \(b = \log_2(a)\) then {{c2:: \(T(n) \leq O(n^{\log_2 a} \cdot \log n)\)}}.
Back
Master Theorem: If \(b = \log_2(a)\) then {{c2:: \(T(n) \leq O(n^{\log_2 a} \cdot \log n)\)}}.
The recursive and non-recursive work is balanced.
After
Front
Master Theorem: If \(b = \log_2(a)\) then {{c2:: \(T(n) \leq O(n^{\log_2 a(=b)} \cdot \log n)\)}}.
Back
Master Theorem: If \(b = \log_2(a)\) then {{c2:: \(T(n) \leq O(n^{\log_2 a(=b)} \cdot \log n)\)}}.
The recursive and non-recursive work is balanced.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Master Theorem: If {{c1:: \(b = \log_2(a)\)}} then {{c2:: \(T(n) \leq O(n^{\log_2 a} \cdot \log n)\)}}. | Master Theorem: If {{c1:: \(b = \log_2(a)\)}} then {{c2:: \(T(n) \leq O(n^{\log_2 a(=b)} \cdot \log n)\)}}. |
Note 11: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
yOa^MOZU`,
Before
Front
\(O(n) \leq\) (name the next bigger function)
Back
\(O(n) \leq\) (name the next bigger function)
\(\leq O(n \log(n))\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(n) \leq O(n \log(n))\)
\(O(n) \leq O(n \log(n))\)
Back
Choose a tight bound!
\(O(n) \leq O(n \log(n))\)
\(O(n) \leq O(n \log(n))\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(n)}} \leq {{c2::O(n \log(n))}}\) | |
| Extra |
Note 12: ETH::A&D
Deck: ETH::A&D
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
zBLkhwqevO
Before
Front
\(O(n \log(n)) \leq\) (name the next bigger function)
Back
\(O(n \log(n)) \leq\) (name the next bigger function)
\(\leq O(n^k)\) (name the next smaller function)
After
Front
Choose a tight bound!
\(O(n \log(n)) \leq O(n^k)\)
\(O(n \log(n)) \leq O(n^k)\)
Back
Choose a tight bound!
\(O(n \log(n)) \leq O(n^k)\)
\(O(n \log(n)) \leq O(n^k)\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Choose a tight bound!<br><br>\({{c1::O(n \log(n))}} \leq {{c2::O(n^k)}}\) | |
| Extra |
Note 13: ETH::DiskMat
Deck: ETH::DiskMat
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
A0$~M#^-(C
Before
Front
If \(F \models G\) in predicate logic, what can we conclude about validity?
Back
If \(F \models G\) in predicate logic, what can we conclude about validity?
If \(F\) is valid, then \(G\) is also valid. (Logical consequence preserves validity)
After
Front
If \(F \models G\) in predicate logic, what can we conclude via validity?
Back
If \(F \models G\) in predicate logic, what can we conclude via validity?
If \(F\) is valid, then \(G\) is also valid. (Logical consequence preserves validity)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | If \(F \models G\) in predicate logic, what can we conclude |
If \(F \models G\) in predicate logic, what can we conclude via validity? |
Note 14: ETH::DiskMat
Deck: ETH::DiskMat
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
BCPARdin7?
Before
Front
What is the logical rule for case distinction?
Back
What is the logical rule for case distinction?
For every \(k\) we have:
\[(A_1 \lor \dots \lor A_k) \land (A_1 \rightarrow B) \land \dots \land (A_k \rightarrow B) \models B\]
(If at least one case occurs, and all cases imply \(B\), then \(B\) holds)
(If at least one case occurs, and all cases imply \(B\), then \(B\) holds)
After
Front
What is the logical principle behind case distinction?
Back
What is the logical principle behind case distinction?
For every \(k\) we have:
\[(A_1 \lor \dots \lor A_k) \land (A_1 \rightarrow B) \land \dots \land (A_k \rightarrow B) \models B\]
(If at least one case occurs, and all cases imply \(B\), then \(B\) holds)
(If at least one case occurs, and all cases imply \(B\), then \(B\) holds)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | What is the logical |
What is the logical principle behind case distinction? |
Note 15: ETH::DiskMat
Deck: ETH::DiskMat
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
C;65zxNGcG
Before
Front
The inverse relation is {{c1::\( a \ \rho \ b \iff b \ \hat{\rho} \ a\)}}.
Back
The inverse relation is {{c1::\( a \ \rho \ b \iff b \ \hat{\rho} \ a\)}}.
Example: Inverse of parent relation is childhood relation. Also written as \( \rho^{-1}\)
After
Front
The definition of inverse relation is \( a \ \rho \ b \iff{{c1:: b \ \hat{\rho} \ a}}\).
Back
The definition of inverse relation is \( a \ \rho \ b \iff{{c1:: b \ \hat{\rho} \ a}}\).
Example: Inverse of parent relation is childhood relation. Also written as \( \rho^{-1}\)
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | The {{c2::inverse relation}} is |
The definition of {{c2::inverse relation}} is \( a \ \rho \ b \iff{{c1:: b \ \hat{\rho} \ a}}\). |
Note 16: ETH::DiskMat
Deck: ETH::DiskMat
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
K,;}YIg:-h
Before
Front
A relation \(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is a subset of \(A\times B\). If \(A = B\), then \(\rho\) is called a relation on \(A\).
Back
A relation \(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is a subset of \(A\times B\). If \(A = B\), then \(\rho\) is called a relation on \(A\).
After
Front
A relation \(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is a subset of \(A\times B\).
If \(A = B\), then \(\rho\) is called a relation on \(A\).
If \(A = B\), then \(\rho\) is called a relation on \(A\).
Back
A relation \(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is a subset of \(A\times B\).
If \(A = B\), then \(\rho\) is called a relation on \(A\).
If \(A = B\), then \(\rho\) is called a relation on \(A\).
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | A <b>relation </b>\(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is {{c1:: |
A <b>relation </b>\(\rho\) from a set \(A\) to a set \(B\) (also called an \((A,B)\)-relation) is a {{c1::subset}} of {{c1::\(A\times B\).}} <br><br>If \(A = B\), then \(\rho\) is called {{c1::a <i>relation on</i> \(A\).}} |
Note 17: ETH::DiskMat
Deck: ETH::DiskMat
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
tmXe!J(6@%
Before
Front
Is antisymmetric the negation of symmetric?
Back
Is antisymmetric the negation of symmetric?
NO! Antisymmetry is NOT the negation of symmetry. They are independent properties.
After
Front
Is antisymmetric the negation of symmetric?
Back
Is antisymmetric the negation of symmetric?
NO! Antisymmetry is NOT the negation of symmetry. They are independent properties.
A relation is both symmetric and antisymmetric if and only if it's a subset of the identity relation (i.e., \(R \subseteq \{(a, a) : a \in A\}\)). This includes the empty relation \(R = \emptyset\) as a degenerate case.
A relation is both symmetric and antisymmetric if and only if it's a subset of the identity relation (i.e., \(R \subseteq \{(a, a) : a \in A\}\)). This includes the empty relation \(R = \emptyset\) as a degenerate case.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Back | <strong>NO!</strong> Antisymmetry is NOT the negation of symmetry. They are independent properties. | <strong>NO!</strong> Antisymmetry is NOT the negation of symmetry. They are independent properties.<br><br>A relation is both symmetric and antisymmetric if and only if it's a subset of the identity relation (i.e., \(R \subseteq \{(a, a) : a \in A\}\)). This includes the empty relation \(R = \emptyset\) as a degenerate case. |
Note 18: ETH::EProg
Deck: ETH::EProg
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
z3M|&J1r.r
Before
Front
Not every EBNF language (Sprache) can be described with repetition (Wiederholung).
Back
Not every EBNF language (Sprache) can be described with repetition (Wiederholung).
After
Front
Not every EBNF language (Sprache) can be described just with repetition (Wiederholung).
Back
Not every EBNF language (Sprache) can be described just with repetition (Wiederholung).
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Not every EBNF language (Sprache) can be described with |
Not every EBNF language (Sprache) can be described just with{{c2:: repetition (Wiederholung)}}. |
Note 19: ETH::LinAlg
Deck: ETH::LinAlg
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
M527x=(6av
Before
Front
The euclidian norm of \(\textbf{v}\) is the number
Back
The euclidian norm of \(\textbf{v}\) is the number
\(|| \textbf{v} || := \sqrt{\textbf{v} \cdot \textbf{v}}\)
This is also called the 2-norm.
This is also called the 2-norm.
After
Front
The euclidian norm of \(\textbf{v}\) is defined as?
Back
The euclidian norm of \(\textbf{v}\) is defined as?
\(|| \textbf{v} || := \sqrt{\textbf{v} \cdot \textbf{v}}\)
This is also called the 2-norm.
This is also called the 2-norm.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Front | The euclidian norm of \(\textbf{v}\) is |
The euclidian norm of \(\textbf{v}\) is defined as? |
Note 20: ETH::LinAlg
Deck: ETH::LinAlg
Note Type: Horvath Cloze
GUID:
modified
Note Type: Horvath Cloze
GUID:
eY$X2~xJ5/
Before
Front
Give the three definitions for linear independence:
- None of the vectors is a linear combination of the other ones.
- {{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). \(\mathbf{0}\) can only be written as a trivial combination of the vectors.}}
- None of the vectors is a linear combination of the previous ones.
Back
Give the three definitions for linear independence:
- None of the vectors is a linear combination of the other ones.
- {{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). \(\mathbf{0}\) can only be written as a trivial combination of the vectors.}}
- None of the vectors is a linear combination of the previous ones.
After
Front
Give the three definitions for linear independence:
- None of the vectors is a linear combination of the other ones.
- {{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). (\(\mathbf{0}\) can only be written as a trivial combination of the vectors.)}}
- None of the vectors is a linear combination of the previous ones.
Back
Give the three definitions for linear independence:
- None of the vectors is a linear combination of the other ones.
- {{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). (\(\mathbf{0}\) can only be written as a trivial combination of the vectors.)}}
- None of the vectors is a linear combination of the previous ones.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Text | Give the three definitions for linear independence:<br><ol><li>{{c1::None of the vectors is a linear combination of the other ones.}}</li><li>{{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). |
Give the three definitions for linear independence:<br><ol><li>{{c1::None of the vectors is a linear combination of the other ones.}}</li><li>{{c2::There are no scalars \(\lambda_1, ..., \lambda_n\) besides 0, 0, ..., 0 such that \(\sum_{i = 1}^n \lambda_i v_i = \mathbf{0}\). (\(\mathbf{0}\) can only be written as a trivial combination of the vectors.)}}<br></li><li>{{c3::None of the vectors is a linear combination of the previous ones.}}</li></ol> |
Note 21: ETH::LinAlg
Deck: ETH::LinAlg
Note Type: Horvath Classic
GUID:
modified
Note Type: Horvath Classic
GUID:
l[e7/3<
Before
Front
If columns \(v_1, v_2, ..., v_n\) of \(A\) are linearly independent and \(A\lambda = A\mu = x\) are two ways of writing vector x as a linear combination of the vectors v then:
Back
If columns \(v_1, v_2, ..., v_n\) of \(A\) are linearly independent and \(A\lambda = A\mu = x\) are two ways of writing vector x as a linear combination of the vectors v then:
\(\lambda \ \text{and} \ \mu\) are the same vector.
Linear combinations are unique if all vectors are independent.
After
Front
If columns \(v_1, v_2, ..., v_n\) of \(A\) are linearly independent and \(A\lambda = A\mu = x\) are two ways of writing vector x as a linear combination of the vectors v then:
Back
If columns \(v_1, v_2, ..., v_n\) of \(A\) are linearly independent and \(A\lambda = A\mu = x\) are two ways of writing vector x as a linear combination of the vectors v then:
\(\lambda \ \text{and} \ \mu\) are the exact same vector of coefficients.
Linear combinations are unique if all vectors are independent.
Field-by-field Comparison
| Field | Before | After |
|---|---|---|
| Back | \(\lambda \ \text{and} \ \mu\) are the same vector.<div><br></div><div>Linear combinations are unique if all vectors are independent.</div> | \(\lambda \ \text{and} \ \mu\) are the exact same vector of coefficients.<div><br></div><div>Linear combinations are unique if all vectors are independent.</div> |