diff options
Diffstat (limited to '3630/CH16/EX16.2/Ex16_2.sce')
-rw-r--r-- | 3630/CH16/EX16.2/Ex16_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH16/EX16.2/Ex16_2.sce b/3630/CH16/EX16.2/Ex16_2.sce new file mode 100644 index 000000000..564f6a6df --- /dev/null +++ b/3630/CH16/EX16.2/Ex16_2.sce @@ -0,0 +1,6 @@ +clc;
+V=5;
+R2=30000;
+R1=120000;
+Vref=V*(R2/(R1+R2));
+disp('V',Vref,"Vref=");
|