summaryrefslogtreecommitdiff
path: root/2414/CH14/EX14.4/Ex14_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH14/EX14.4/Ex14_4.sce')
-rwxr-xr-x2414/CH14/EX14.4/Ex14_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2414/CH14/EX14.4/Ex14_4.sce b/2414/CH14/EX14.4/Ex14_4.sce
new file mode 100755
index 000000000..e3b778ccf
--- /dev/null
+++ b/2414/CH14/EX14.4/Ex14_4.sce
@@ -0,0 +1,9 @@
+clc;
+close();
+clear();
+//page no 474
+//prob no. 14.4
+L=320*10^-9; //H/m
+C=90*10^-12; //F/m
+R0=sqrt(L/C);
+mprintf('The characteristc impedance, R0 = %.2f ohm \n',R0);