summaryrefslogtreecommitdiff
path: root/3293/CH3/EX3.1/Ex3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3293/CH3/EX3.1/Ex3_1.sce')
-rw-r--r--3293/CH3/EX3.1/Ex3_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3293/CH3/EX3.1/Ex3_1.sce b/3293/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..01bf2dece
--- /dev/null
+++ b/3293/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,8 @@
+//page 67
+//Example 3.1
+clc;
+clear;
+close;
+disp('If V is a vector space, the identity transformation I defined by I*alpha = alpha is a linear transformation from V into V.');
+disp('The zero transformation defined by 0*alpha = 0 is a linear transformation from V into V.');
+//end