summaryrefslogtreecommitdiff
path: root/3537/CH5/EX5.21
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3537/CH5/EX5.21
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '3537/CH5/EX5.21')
-rw-r--r--3537/CH5/EX5.21/Ex5_21.sce12
-rw-r--r--3537/CH5/EX5.21/Ex5_21.txt2
2 files changed, 14 insertions, 0 deletions
diff --git a/3537/CH5/EX5.21/Ex5_21.sce b/3537/CH5/EX5.21/Ex5_21.sce
new file mode 100644
index 000000000..28aac16fa
--- /dev/null
+++ b/3537/CH5/EX5.21/Ex5_21.sce
@@ -0,0 +1,12 @@
+//Example 5_21
+clc();
+clear;
+//To find intercepts along x and y axis
+oa_ob=3/2
+oa_oc=1/2
+b=0.184 //units in nm
+ob=(1/oa_ob)*b
+c=0.197 //units in nm
+oc=(1/oa_oc)*c
+printf("OB=%.3f nm",ob)
+printf("\nOC=%.3f nm",oc)
diff --git a/3537/CH5/EX5.21/Ex5_21.txt b/3537/CH5/EX5.21/Ex5_21.txt
new file mode 100644
index 000000000..ab729fbd9
--- /dev/null
+++ b/3537/CH5/EX5.21/Ex5_21.txt
@@ -0,0 +1,2 @@
+OB=0.123 nm
+OC=0.394 nm \ No newline at end of file