summaryrefslogtreecommitdiff
path: root/2330/CH11/EX11.3/ex11_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2330/CH11/EX11.3/ex11_3.sce')
-rwxr-xr-x2330/CH11/EX11.3/ex11_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2330/CH11/EX11.3/ex11_3.sce b/2330/CH11/EX11.3/ex11_3.sce
new file mode 100755
index 000000000..cc71fa437
--- /dev/null
+++ b/2330/CH11/EX11.3/ex11_3.sce
@@ -0,0 +1,10 @@
+// Example 11.3
+format('v',6)
+clc;
+clear;
+close;
+// given data
+h_rb= 1.75*10^-4;
+h_ob= 10^-6;// in S
+r_desh_b= h_rb/h_ob;// in Ω
+disp(r_desh_b,"The value of r''b in Ω is : ")