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)