summaryrefslogtreecommitdiff
path: root/1962/CH3/EX3.8/example3_8.sce
blob: da82813b62cf5bec1d20ac475c428f62a787ee99 (plain)
1
2
3
4
5
6
7
8
9
10
11

//example 3.8
//page 143
clc; funcprot(0);
// Initialization of Variable
k1=-9//dv/dx;
k2=16//du/dy
R=k1-k2;
if R~=0 then
disp("flow is rotational");
end