summaryrefslogtreecommitdiff
path: root/2258/CH5/EX5.3/5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2258/CH5/EX5.3/5_3.sce')
-rwxr-xr-x2258/CH5/EX5.3/5_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2258/CH5/EX5.3/5_3.sce b/2258/CH5/EX5.3/5_3.sce
new file mode 100755
index 000000000..704c91bd4
--- /dev/null
+++ b/2258/CH5/EX5.3/5_3.sce
@@ -0,0 +1,8 @@
+clc();
+clear;
+// To calculate the penetration depth
+lamda_T=75; // penetration depth in nm
+T=3.5; //temperature in K
+HgTc=4.12; //in K
+lamda_0=lamda_T*sqrt(1-((T/HgTc)^4));
+printf("the pentration depth at 0k is %f nm",lamda_0);