diff options
Diffstat (limited to '866/CH15/EX15.3/15_3.sce')
-rwxr-xr-x | 866/CH15/EX15.3/15_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/866/CH15/EX15.3/15_3.sce b/866/CH15/EX15.3/15_3.sce new file mode 100755 index 000000000..234438507 --- /dev/null +++ b/866/CH15/EX15.3/15_3.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+Xae= 3 //m
+Ycd= 4 //m
+Yde= 4 //m
+Fc= 30 //KN
+//CALCULATIONS
+Fba= Fc*Ycd/Xae
+//RESULTS
+printf ('Fba= %.2fKN',Fba)
|