summaryrefslogtreecommitdiff
path: root/1787/CH6/EX6.12/Exa6_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1787/CH6/EX6.12/Exa6_12.sce')
-rwxr-xr-x1787/CH6/EX6.12/Exa6_12.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1787/CH6/EX6.12/Exa6_12.sce b/1787/CH6/EX6.12/Exa6_12.sce
new file mode 100755
index 000000000..eab78db77
--- /dev/null
+++ b/1787/CH6/EX6.12/Exa6_12.sce
@@ -0,0 +1,9 @@
+//Exa 6.12
+clc;
+clear;
+close;
+//given data
+delVEB=250;//in mVolts
+delIE=1;//in mA
+rin=delVEB/delIE;//in ohm
+disp(rin,"Dynamic input resistance in ohm : "); \ No newline at end of file