summaryrefslogtreecommitdiff
path: root/2528/CH3/EX3.2/Ex3_2.sce
blob: 3843fd3ffb98c24b63ee99e9d5e46dbe53374a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 3
//page 76
//Example no 3-2
//figure 3.7
clear;
clc;
Asp1=20
Asp=10^(Asp1/20);
printf("\n Asp =%.0f\n",Asp);//Result
//Rf/Ri=Asp-1;
printf("\n Rf/Ri=%.0f \n",Asp-1);//Result
printf("Rf must be 9 times larger than Ri. \n There are many possibilities  ");//Result