summaryrefslogtreecommitdiff
path: root/3648/CH4/EX4.8/Ex4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH4/EX4.8/Ex4_8.sce')
-rw-r--r--3648/CH4/EX4.8/Ex4_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3648/CH4/EX4.8/Ex4_8.sce b/3648/CH4/EX4.8/Ex4_8.sce
new file mode 100644
index 000000000..b438c48a1
--- /dev/null
+++ b/3648/CH4/EX4.8/Ex4_8.sce
@@ -0,0 +1,9 @@
+//Example 4_8
+clc();
+clear;
+//To find acceleration in terms of m,f and theta
+printf("The acceleration a=(f/m)-g*sin(theta)")
+printf("\n In special case when there is no friction f=0\n")
+printf("So a=-g*sin(theta)\n")
+printf("As theta=90 degrees\n")
+printf("Acceleration a=-g")