diff options
Diffstat (limited to '1445/CH4/EX4.1/Ex4_1.sce')
-rw-r--r-- | 1445/CH4/EX4.1/Ex4_1.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/1445/CH4/EX4.1/Ex4_1.sce b/1445/CH4/EX4.1/Ex4_1.sce index e46040447..298c0cf4c 100644 --- a/1445/CH4/EX4.1/Ex4_1.sce +++ b/1445/CH4/EX4.1/Ex4_1.sce @@ -1,6 +1,7 @@ //CHAPTER 4- MEASURING INSTRUMENTS //Example 1 +clc; disp("CHAPTER 4"); disp("EXAMPLE 1"); @@ -12,7 +13,7 @@ ar=15/10000; //area in m^2 //SOLUTION T_d=N*B*I*ar; -disp(sprintf("The deflecting torque exerted on the coil is %.3f N-m",T_d)); +disp(sprintf("The deflecting torque exerted on the coil is %f N-m",T_d)); //END |