summaryrefslogtreecommitdiff
path: root/1664/CH6/EX6.6/Ex6_6.sce
blob: 1e0d4b1bc0bfa277bc83cfd7651222c509e308df (plain)
1
2
3
4
5
6
7
8
9
10

// Example No.6.6.
// Page No.187.
clc;clear;
disp('For the plane (102),the intercepts are (a/1) = a,(b/0) = infinity ,c/2');
disp('For the plane (231),the intercepts are a/2 , b/3 and (c/1) = c');
disp('For the plane (312),the intercepts are a/3 ,(b/-1) = -b ,c/2');

//As there are no numerical steps available and hence the display statement has been typed directly.