diff options
Diffstat (limited to '3769/CH16/EX16.9/Ex16_9.sce')
-rw-r--r-- | 3769/CH16/EX16.9/Ex16_9.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH16/EX16.9/Ex16_9.sce b/3769/CH16/EX16.9/Ex16_9.sce new file mode 100644 index 000000000..98d954305 --- /dev/null +++ b/3769/CH16/EX16.9/Ex16_9.sce @@ -0,0 +1,13 @@ +clear +//Given +f=-10.0 //cm +u=-25.0 //cm +h1=3 + +//Calculation +v=1/((1/f)-(1/u)) +h2=(-v*h1)/u +A=h2**2 + +//Result +printf("\n Area enclosed by the image of the wire is %0.3f cm**2", A) |