Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
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