summaryrefslogtreecommitdiff
path: root/3866/CH7/EX7.5/Ex7_5.sce
blob: c325355f298a70a72b422c6933d4557e67fe4ac8 (plain)
1
2
3
4
5
6
7
8
9
10
clc; clear; close;

LE_input_a1=4*2/3;
LE_input_sel1=2/3;
LE_input_a2=(4*5)/(3*4);
LE_input_sel2=(4*5)/(4*3);
disp(LE_input_a1,'LE Input A(for 1st case)=');
disp(LE_input_sel1,'LE Input sel(for 1st case)=');
disp(LE_input_a2,'LE Input A(for 2nd case)=');
disp(LE_input_sel2,'LE Input A(for 2nd case)=');