summaryrefslogtreecommitdiff
path: root/3537/CH4/EX4.11/Ex4_11.sce
blob: 7885868b968c7e1f2b1bc2e1c7535cc55d0d8477 (plain)
1
2
3
4
5
6
7
//Example 4_11
clc();
clear;
//To calculate where the radius of the atom is present
a=4/sqrt(2)
R=a/2-1
printf("The radius of the atom is at R=%.3fr",R)