diff options
Diffstat (limited to '2075/CH1/EX1.2/pe1_2.sce')
-rwxr-xr-x | 2075/CH1/EX1.2/pe1_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2075/CH1/EX1.2/pe1_2.sce b/2075/CH1/EX1.2/pe1_2.sce new file mode 100755 index 000000000..ff3d15f80 --- /dev/null +++ b/2075/CH1/EX1.2/pe1_2.sce @@ -0,0 +1,8 @@ +//example 1.2
+clc;funcprot(0);
+//Initialization of Variable
+Rf=100000//resistance
+Acl=100//amplifier gain
+Ri=Rf/(Acl-1);
+disp(Ri/1000,"input resistance in Kohm")
+clear()
|