summaryrefslogtreecommitdiff
path: root/3630/CH16/EX16.2/Ex16_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH16/EX16.2/Ex16_2.sce')
-rw-r--r--3630/CH16/EX16.2/Ex16_2.sce6
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=");