diff options
Diffstat (limited to '605/CH3/EX3.9/3_9.sce')
-rwxr-xr-x | 605/CH3/EX3.9/3_9.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/605/CH3/EX3.9/3_9.sce b/605/CH3/EX3.9/3_9.sce new file mode 100755 index 000000000..7e7eb5657 --- /dev/null +++ b/605/CH3/EX3.9/3_9.sce @@ -0,0 +1,10 @@ +//data
+Zin=complex(30,60) //ohm
+Zsc=%i*53.1 //ohm
+Zoc=-48.3*%i //ohm
+//formula and result\
+printf("\nresult:-")
+Zo=sqrt(Zsc*Zoc)
+printf("\nZo=%f ohm",Zo)
+ZL=Zoc*(Zsc-Zin)/(Zin-Zoc)
+disp(ZL,"ZL=")
\ No newline at end of file |