diff options
Diffstat (limited to '3630/CH21/EX21.4/Ex21_4.sce')
-rw-r--r-- | 3630/CH21/EX21.4/Ex21_4.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH21/EX21.4/Ex21_4.sce b/3630/CH21/EX21.4/Ex21_4.sce new file mode 100644 index 000000000..7d5ae945e --- /dev/null +++ b/3630/CH21/EX21.4/Ex21_4.sce @@ -0,0 +1,5 @@ +clc;
+R2=2400;
+R1=240;
+Vdc=(1.25)*((R2/R1)+1);
+disp('V',Vdc,"Vdc=");//The answers vary due to round off error
|