vault backup: 2023-09-26 12:20:45

This commit is contained in:
Louis Gallet 2023-09-26 12:20:45 +02:00
parent 7945077dc3
commit 326a2f9dbf
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -20,7 +20,9 @@ $R_{P}=\frac{R_{3}\times{R_{2}}}{{R_{3}+R_{2}}}$
- A branch is a link between 2 points in the diagram - A branch is a link between 2 points in the diagram
- A node is a point in the diagram linked to at lease 3 branches - A node is a point in the diagram linked to at lease 3 branches
- A loop is a draw from a point in the diagram to itself. - A loop is a draw from a point in the diagram to itself.
Exemple: > ⚠️ In a loop we don't use the same path twice or more
Exemple:
```mermaid ```mermaid
flowchart LR flowchart LR
C --> D --> B --> C C --> D --> B --> C