summaryrefslogtreecommitdiff
path: root/1730/CH2/EX2.35/Exa2_35.sce
diff options
context:
space:
mode:
Diffstat (limited to '1730/CH2/EX2.35/Exa2_35.sce')
-rwxr-xr-x1730/CH2/EX2.35/Exa2_35.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1730/CH2/EX2.35/Exa2_35.sce b/1730/CH2/EX2.35/Exa2_35.sce
new file mode 100755
index 000000000..a569b8a1a
--- /dev/null
+++ b/1730/CH2/EX2.35/Exa2_35.sce
@@ -0,0 +1,11 @@
+//Exa2.35
+clc;
+clear;
+close;
+//given data
+Hc=7900;//in A/m
+d=1;//in mm
+r=d/2;//in mm
+r=r*10^-3;//in m
+Ic=2*%pi*r*Hc;
+disp("Critical current is : "+string(Ic)+" A"); \ No newline at end of file