summaryrefslogtreecommitdiff
path: root/3769/CH16/EX16.5
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH16/EX16.5')
-rw-r--r--3769/CH16/EX16.5/Ex16_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH16/EX16.5/Ex16_5.sce b/3769/CH16/EX16.5/Ex16_5.sce
new file mode 100644
index 000000000..ec4402a50
--- /dev/null
+++ b/3769/CH16/EX16.5/Ex16_5.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+R=36 //ohm
+
+//Calculation
+f=-R/2.0
+u=(2*f)/3.0
+
+//Result
+printf("\n Position of the object is %0.3f cm", u)