diff options
Diffstat (limited to '3630/CH19/EX19.11')
-rw-r--r-- | 3630/CH19/EX19.11/Ex19_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH19/EX19.11/Ex19_11.sce b/3630/CH19/EX19.11/Ex19_11.sce new file mode 100644 index 000000000..534e7fc4d --- /dev/null +++ b/3630/CH19/EX19.11/Ex19_11.sce @@ -0,0 +1,7 @@ +clc;
+Vcon=6;
+Vcc=12;
+VT1=(1/2)*Vcon;
+VT2=(1/3)*Vcc;
+disp('V',VT1,"VT1=");//The answers vary due to round off error
+disp('V',VT2,"VT2=");//The answers vary due to round off error
|