summaryrefslogtreecommitdiff
path: root/1202/CH2/EX2.2/2_2.sce
blob: 5e81974b9b75e6cab4962eaf147d4bc6a656b77c (plain)
1
2
3
4
5
6
7
8
9
10
clear
clc

//Example 2.2
disp('Example 2.2')

N_V=4;
N_E=1;
N_F=N_V-N_E;
printf('\n Degrees of freedom N_F= %i \n',N_F)