diff options
Diffstat (limited to '3756/CH8/EX8.3/Ex8_3.sce')
-rw-r--r-- | 3756/CH8/EX8.3/Ex8_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3756/CH8/EX8.3/Ex8_3.sce b/3756/CH8/EX8.3/Ex8_3.sce new file mode 100644 index 000000000..db082fb38 --- /dev/null +++ b/3756/CH8/EX8.3/Ex8_3.sce @@ -0,0 +1,13 @@ +clc +// +// +// + +//Variable declaration +k=1.000074 +//Calculations +X=(k-1) + +//Result +printf("\n The Electrical Susceptibility is %0.6f ",X) + |