diff options
Diffstat (limited to '1217/CH4/EX4.5/Exa4_5.sce')
-rwxr-xr-x | 1217/CH4/EX4.5/Exa4_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1217/CH4/EX4.5/Exa4_5.sce b/1217/CH4/EX4.5/Exa4_5.sce new file mode 100755 index 000000000..778599059 --- /dev/null +++ b/1217/CH4/EX4.5/Exa4_5.sce @@ -0,0 +1,9 @@ +//Exa 4.5
+clc;
+clear;
+close;
+disp("The given circuit is basically an inverting amplifier with node A at virtual ground. Writing KCL at node A yields ");
+disp("I1+I2=If");
+disp("-2/10Kohm+3/20Kohm=-Vo/100Kohm");
+Vo=-(-20+15);//in Volts
+disp(Vo,"Output voltage in Volt is : ")
\ No newline at end of file |