From 326a2f9dbf5615a24ee011cd2d7698597b4b6726 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 26 Sep 2023 12:20:45 +0200 Subject: [PATCH] vault backup: 2023-09-26 12:20:45 --- Electronic/Lecture 1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Electronic/Lecture 1.md b/Electronic/Lecture 1.md index 5b9322f..756a9d4 100644 --- a/Electronic/Lecture 1.md +++ b/Electronic/Lecture 1.md @@ -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 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. - Exemple: +> ⚠️ In a loop we don't use the same path twice or more + +Exemple: ```mermaid flowchart LR C --> D --> B --> C