diff options
Diffstat (limited to '3756/CH7/EX7.9')
-rw-r--r-- | 3756/CH7/EX7.9/Ex7_9.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH7/EX7.9/Ex7_9.sce b/3756/CH7/EX7.9/Ex7_9.sce new file mode 100644 index 000000000..42d4b7e9f --- /dev/null +++ b/3756/CH7/EX7.9/Ex7_9.sce @@ -0,0 +1,14 @@ +clc +// +// +// + +//Variable declaration +C=70*10**-12 //Cable Capacitance +L=0.39*10**-6 //Cable Inductance + +//Calculations +Z0=(sqrt(L/C)) + +//Result +printf("\n The Characteristic Impedence is %2.2f Ohm",Z0) |