Skip to content

Commit d58b10d

Browse files
committed
A
1 parent 1ae96c6 commit d58b10d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

notes/20240910112146.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ The complex numbers can thus be defined as $\mathbb{C} = \R + i | i = \sqrt{-1}$
55

66
A complex number is always made up of two parts $z = a + i*b | a,b \in \R$ where a is called the real part and b is called the imaginary part.
77

8-
#math #numbers
8+
#math #numbers #complexNumbers

notes/20240910113001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ $a = r \cos \varphi, b = r \sin \varphi$
1212
or
1313
$r^2 = a^2 + b^2, tan \varphi = \frac{b}{a}$
1414

15-
#numbers #math
15+
#numbers #math #complexNumbers

notes/20240910114541.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ What is really nice about complex numbers is solving square roots.
3131
When looking at a complex number $z = [R, \psi]$, because of the rules for multiplication the complex number $w = [\sqrt{R}, \frac{\psi}{2}]$
3232
fills the condition $w^2=z$ or $w = \sqrt{z}$. This means when searching the n-th root of a number $w_j = [\sqrt[n]{R}, \frac{\psi}{n}+ \frac{2 \pi j }{n}], j \in \{0,1..., n-1\}$
3333

34-
#math #rules #numbers
34+
#math #rules #numbers #complexNumbers

notes/20240910122857.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A conjugated complex number [[20240910112146]] is a complex number.
33
If $z=a + ib$ then the conjugated complex number $\overline{z}=a-ib$
44

5-
#math #numbers
5+
#math #numbers #complexNumbers

notes/20240910123008.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
[[20240910112146]]
33
$z*\overline{z} = |z|^2$
44

5-
#conjugated #math #numbers
5+
#math #numbers #complexNumbers

notes/20240910125959.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Quadratic equations can also be expressed as $z^2 + pz + q = (z-z_1)(z-z_2)$.
88
When comparing the coefficients of the potencies of z you receive vieta's root theorem:
99
$p = -(z_1 + z_2), q=z_1 z_2$
1010

11-
#math #numbers #quadraticequations
11+
#math #numbers #quadraticequations #complexNumbers

notes/20241010155926.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Like with real numbers [[20240910111450]] the quadratic equation with complex nu
33
What is different to the real numbers is, that we no longer care about the sign of the expression under the root.
44
If it is negative we just have $i$ in the solution.
55

6-
#math #polynomials
6+
#math #polynomials #complexNumbers

0 commit comments

Comments
 (0)