diff options
Diffstat (limited to '3630/CH20/EX20.5/Ex20_5.sce')
-rw-r--r-- | 3630/CH20/EX20.5/Ex20_5.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH20/EX20.5/Ex20_5.sce b/3630/CH20/EX20.5/Ex20_5.sce new file mode 100644 index 000000000..0459765b6 --- /dev/null +++ b/3630/CH20/EX20.5/Ex20_5.sce @@ -0,0 +1,5 @@ +clc;
+n=0.8;
+Vbb=18;
+Vp=(n*Vbb+0.7);
+disp('V',Vp,"Vp=");//The answers vary due to round off error
|