diff options
Diffstat (limited to '3769/CH14/EX14.8')
-rw-r--r-- | 3769/CH14/EX14.8/Ex14_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH14/EX14.8/Ex14_8.sce b/3769/CH14/EX14.8/Ex14_8.sce new file mode 100644 index 000000000..f5c7fec35 --- /dev/null +++ b/3769/CH14/EX14.8/Ex14_8.sce @@ -0,0 +1,12 @@ +clear +//Given +V=100 //V +I=6 //A +V1=0.7 + +//Calculation +Pin=V*I +R=(V1*Pin)/I**2 + +//Result +printf("\n Armature resistance is %0.2f ohm",R) |