diff options
Diffstat (limited to '1883/CH7/EX7.3.1/Example7_1.sce')
-rwxr-xr-x | 1883/CH7/EX7.3.1/Example7_1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1883/CH7/EX7.3.1/Example7_1.sce b/1883/CH7/EX7.3.1/Example7_1.sce new file mode 100755 index 000000000..226ef870f --- /dev/null +++ b/1883/CH7/EX7.3.1/Example7_1.sce @@ -0,0 +1,12 @@ +//Chapter-7,Example7_3_1,pg 7-6
+
+Ho=2*10^5 //critical field at absolute zero
+
+Hc=1*10^5 //critical field at given temperature
+
+T=8 //temperature
+
+Tc=T/sqrt(1-(Hc/Ho))
+
+printf("\ncritical temperature of the element Tc = %.2f Kelvin" ,Tc)
+
|