diff options
Diffstat (limited to '3835/CH4/EX4.26/Ex4_26.sce')
-rw-r--r-- | 3835/CH4/EX4.26/Ex4_26.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH4/EX4.26/Ex4_26.sce b/3835/CH4/EX4.26/Ex4_26.sce new file mode 100644 index 000000000..c0f3b0061 --- /dev/null +++ b/3835/CH4/EX4.26/Ex4_26.sce @@ -0,0 +1,9 @@ +clear +// +z1=complex(6,-10) +z2=complex(10,15) +z3=complex(18,12) +//z1+z2 is parallel to z3 +zab=z1+(z2*z3)/(z2+z3) +printf("\n zab") +printf("\n the phase angle is -12.11") |