summaryrefslogtreecommitdiff
path: root/2780/CH13/EX13.1/Ex13_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2780/CH13/EX13.1/Ex13_1.sce')
-rwxr-xr-x2780/CH13/EX13.1/Ex13_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2780/CH13/EX13.1/Ex13_1.sce b/2780/CH13/EX13.1/Ex13_1.sce
new file mode 100755
index 000000000..8f70b8f10
--- /dev/null
+++ b/2780/CH13/EX13.1/Ex13_1.sce
@@ -0,0 +1,8 @@
+clc
+//to calculate value of Temperature
+Bc=105*10^3 //magnetic field in amp/m
+Bo=150*10^3 //critical field of the metal in amp/m
+Tc=9.2 //critical temperature of the metal in K
+T=Tc*sqrt(1-(Bc/Bo))
+disp("value of temperature is T="+string(T)+"K")
+