summaryrefslogtreecommitdiff
path: root/3630/CH9/EX9.6/Ex9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH9/EX9.6/Ex9_6.sce')
-rw-r--r--3630/CH9/EX9.6/Ex9_6.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH9/EX9.6/Ex9_6.sce b/3630/CH9/EX9.6/Ex9_6.sce
new file mode 100644
index 000000000..11b7dc531
--- /dev/null
+++ b/3630/CH9/EX9.6/Ex9_6.sce
@@ -0,0 +1,5 @@
+clc;
+Vin=0.08; //Volt
+Av=48.3;
+Vout=Av*Vin; //Volt
+disp('V',Vout,"Vout=");