diff options
Diffstat (limited to '3769/CH9/EX9.19')
-rw-r--r-- | 3769/CH9/EX9.19/Ex9_19.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH9/EX9.19/Ex9_19.sce b/3769/CH9/EX9.19/Ex9_19.sce new file mode 100644 index 000000000..c5f1c5c6b --- /dev/null +++ b/3769/CH9/EX9.19/Ex9_19.sce @@ -0,0 +1,13 @@ +clear +//Given +I=5 //A +l=0.06 //m +B=0.02 //T +a=90 + +//Calculation +// +F=I*B*l*sin(a*3.14/180.0) + +//Result +printf("\n Force is %0.3f N",F) |