summaryrefslogtreecommitdiff
path: root/3701/CH8/EX8.2/Ex8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH8/EX8.2/Ex8_2.sce')
-rw-r--r--3701/CH8/EX8.2/Ex8_2.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH8/EX8.2/Ex8_2.sce b/3701/CH8/EX8.2/Ex8_2.sce
new file mode 100644
index 000000000..fbbcc2f79
--- /dev/null
+++ b/3701/CH8/EX8.2/Ex8_2.sce
@@ -0,0 +1,12 @@
+////Given
+b=-32
+a=32.0
+c=1
+
+//Calculation
+//
+r=(-b+(sqrt(b**2-(4*a*c))))/(2.0*a)
+
+//Result
+printf("\n The ratio of E/V0 = %0.3f ",r*10**0)
+printf("\n -ve value is not possible. ")