diff options
Diffstat (limited to '1322/CH21/EX21.5/193ex1.sce')
-rwxr-xr-x | 1322/CH21/EX21.5/193ex1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1322/CH21/EX21.5/193ex1.sce b/1322/CH21/EX21.5/193ex1.sce new file mode 100755 index 000000000..b48505c8f --- /dev/null +++ b/1322/CH21/EX21.5/193ex1.sce @@ -0,0 +1,12 @@ + +//A=b*h/2
+clear;
+clc;
+close;
+//A= the area of triangle.b=the length of base.h=the corresponding altitude
+// A depends on both b &h
+mprintf("\n A=k*b*h \n ")
+k=1/2
+
+
+
|