diff options
Diffstat (limited to '377/CH10/EX10.2')
-rw-r--r-- | 377/CH10/EX10.2/10_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH10/EX10.2/10_2.sce b/377/CH10/EX10.2/10_2.sce new file mode 100644 index 000000000..f17729867 --- /dev/null +++ b/377/CH10/EX10.2/10_2.sce @@ -0,0 +1,6 @@ +b=50; //say b=β
+a=b/(b+1); //say a=α
+printf('\n The value of α is %f',a);
+Ie=1.5*10^-3;
+Ic=a*Ie;
+printf('\n The value of Ic is %fmA',Ic*10^3);
\ No newline at end of file |