summaryrefslogtreecommitdiff
path: root/569/CH6/EX6.34/6_34.sci
diff options
context:
space:
mode:
Diffstat (limited to '569/CH6/EX6.34/6_34.sci')
-rwxr-xr-x569/CH6/EX6.34/6_34.sci11
1 files changed, 11 insertions, 0 deletions
diff --git a/569/CH6/EX6.34/6_34.sci b/569/CH6/EX6.34/6_34.sci
new file mode 100755
index 000000000..d09585e99
--- /dev/null
+++ b/569/CH6/EX6.34/6_34.sci
@@ -0,0 +1,11 @@
+//to calculate o/p dc voltage
+
+clc;
+t=400;
+T=t/4;
+C=1*10^-6;
+v=20;
+i=C*100*v/(T);
+R=1*10^3;
+e_o=i*R;
+disp(e_o,'output voltage(V)'); \ No newline at end of file