summaryrefslogtreecommitdiff
path: root/2672/CH7/EX7.4/Ex7_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2672/CH7/EX7.4/Ex7_4.sce')
-rwxr-xr-x2672/CH7/EX7.4/Ex7_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2672/CH7/EX7.4/Ex7_4.sce b/2672/CH7/EX7.4/Ex7_4.sce
new file mode 100755
index 000000000..d30dd3601
--- /dev/null
+++ b/2672/CH7/EX7.4/Ex7_4.sce
@@ -0,0 +1,10 @@
+//Ex_7_4
+clc;
+clear;
+close;
+format('v',6);
+//given data :
+IB=20;///micro A(Base Current)
+IC=5;//mA(Collector Current)
+Beta=IC*1000/IB;//unitless
+disp(Beta,"Beta=");