diff options
Diffstat (limited to '1970/CH13/EX13.9')
-rwxr-xr-x | 1970/CH13/EX13.9/CH13Exa9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1970/CH13/EX13.9/CH13Exa9.sce b/1970/CH13/EX13.9/CH13Exa9.sce new file mode 100755 index 000000000..23f215b58 --- /dev/null +++ b/1970/CH13/EX13.9/CH13Exa9.sce @@ -0,0 +1,11 @@ +// Scilab code Exa13.9 : : Page-602 (2011) +clc; clear; +E = 31.7; // Energy, MeV +a_a = 5/9*2^(-2/3)*E; // Asymmetric binding energy term, mega electron volts +printf("\nThe asymmetric binding energy term = %4.1f MeV", a_a); + +// Result +// The asymmetric binding energy term = 11.1 MeV + + +
\ No newline at end of file |