diff options
Diffstat (limited to '3769/CH4/EX4.35/Ex4_35.sce')
-rw-r--r-- | 3769/CH4/EX4.35/Ex4_35.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3769/CH4/EX4.35/Ex4_35.sce b/3769/CH4/EX4.35/Ex4_35.sce index d3bf46369..3628db3da 100644 --- a/3769/CH4/EX4.35/Ex4_35.sce +++ b/3769/CH4/EX4.35/Ex4_35.sce @@ -1,3 +1,4 @@ + clear //Given d=5 @@ -8,4 +9,4 @@ K=3.0 D=d+(t-t/K) //Result -printf("\n New seperaion between the plates are %0.2f mm",D) +printf("\n New separation between the plates are %0.2f mm",D) |