diff options
Diffstat (limited to '3440/CH9/EX9.3/Ex9_3.sce')
-rw-r--r-- | 3440/CH9/EX9.3/Ex9_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3440/CH9/EX9.3/Ex9_3.sce b/3440/CH9/EX9.3/Ex9_3.sce new file mode 100644 index 000000000..106a2425d --- /dev/null +++ b/3440/CH9/EX9.3/Ex9_3.sce @@ -0,0 +1,6 @@ +clc
+
+n=3.6
+R=[(n-1)/(n+1)]^2
+disp(R,"R is= ")
+
|