diff options
Diffstat (limited to '3630/CH21/EX21.2/Ex21_2.sce')
-rw-r--r-- | 3630/CH21/EX21.2/Ex21_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH21/EX21.2/Ex21_2.sce b/3630/CH21/EX21.2/Ex21_2.sce new file mode 100644 index 000000000..67ee50a7d --- /dev/null +++ b/3630/CH21/EX21.2/Ex21_2.sce @@ -0,0 +1,6 @@ +clc;
+vnl=5;
+vfl=4.9998;
+Il=0.020;
+loadre=(vnl-vfl)/Il;
+disp('uA/mA',loadre*100,"loadre=");//The answers vary due to round off error
|