Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
3
MATLAB/Uebungen/01 Erste Schritte/Aufgabe 2/Aufgabe2_a.m
Normal file
3
MATLAB/Uebungen/01 Erste Schritte/Aufgabe 2/Aufgabe2_a.m
Normal file
@@ -0,0 +1,3 @@
|
||||
Z_1 = pi/2j;
|
||||
Z_2 = -3 + 0.25j;
|
||||
Z_3 = 1.25 - 0.58j;
|
||||
10
MATLAB/Uebungen/01 Erste Schritte/Aufgabe 2/Aufgabe2_b.m
Normal file
10
MATLAB/Uebungen/01 Erste Schritte/Aufgabe 2/Aufgabe2_b.m
Normal file
@@ -0,0 +1,10 @@
|
||||
j = 3;
|
||||
j_1 = 1i;
|
||||
j_2 = 1j;
|
||||
j_3 = i*i;
|
||||
j_4 = j*j;
|
||||
j_5 = 1j*1j;
|
||||
j_6 = 1i*1j;
|
||||
j_7 = i*j;
|
||||
j_8 = 1e3*(-3+j);
|
||||
j_9 = 1e3*(-3+1j);
|
||||
Reference in New Issue
Block a user