summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.5/Ex10_5.sce
blob: 9c087abf0b562a6b6226f217911fe2b8c67dcda8 (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter 10, Example 10.5, Page 284
clc
clear
//Calculate radius R 
L = 578
T = 368
Bc = 6.358*10**-4
R = sqrt(%pi^2/Bc)
printf(" R = %f cm \n",R)
//Answer may vary due to round off error