diff options
Diffstat (limited to '3825/CH6/EX6.10/Ex6_10.sce')
-rw-r--r-- | 3825/CH6/EX6.10/Ex6_10.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3825/CH6/EX6.10/Ex6_10.sce b/3825/CH6/EX6.10/Ex6_10.sce new file mode 100644 index 000000000..47801b896 --- /dev/null +++ b/3825/CH6/EX6.10/Ex6_10.sce @@ -0,0 +1,5 @@ +clc
+//after derivation in the book
+T=600
+Tf=(7*T)/6
+mprintf("Tf=%iK",Tf)
|