summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.23/Ex1_23.sce
blob: 301fcb2f5108cdd355863b67fdd0bc8689cbe95c (plain)
1
2
3
4
5
6
7
8
9
10
//Example 1_23
clc();
clear;
//To calculate the smallest thickness of the plate
lemda=5890                          //units in angstroam
lemda=5890*10^-10                  //units in mts
u=1.5
r=60                         //units in degrees
t=lemda/(2*u*cos(r*%pi/180))*10^10
printf("The smallest thickness of the plate %.0f angstroam",t)