diff options
Diffstat (limited to '3769/CH10/EX10.30/Ex10_30.sce')
-rw-r--r-- | 3769/CH10/EX10.30/Ex10_30.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH10/EX10.30/Ex10_30.sce b/3769/CH10/EX10.30/Ex10_30.sce new file mode 100644 index 000000000..abe4b015c --- /dev/null +++ b/3769/CH10/EX10.30/Ex10_30.sce @@ -0,0 +1,11 @@ +clear +//Given +a=30 //degree +b=45 //degree +u=4*%pi*10**-7 +//Calculation +// +m=(2*tan(a*3.14/180.0))/(tan(b*3.14/180.0)) + +//Result +printf("\n Ratio of number of turns of the tangent galvanometers %0.3f ",m) |