diff options
Diffstat (limited to '1376/CH4/EX4.1/4_1.sci')
-rwxr-xr-x | 1376/CH4/EX4.1/4_1.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1376/CH4/EX4.1/4_1.sci b/1376/CH4/EX4.1/4_1.sci new file mode 100755 index 000000000..fab50b19b --- /dev/null +++ b/1376/CH4/EX4.1/4_1.sci @@ -0,0 +1,9 @@ +// 4.1
+clc;
+t=20;
+C=8*10^-10;
+E=200;
+e=150;
+a=log10(E/e)
+R=(0.4343*t)/(C*a)*10^-6;
+printf("Insulation resistance=%.2f mega-ohm",R)
|