summaryrefslogtreecommitdiff
path: root/3293/CH6/EX6.7
diff options
context:
space:
mode:
Diffstat (limited to '3293/CH6/EX6.7')
-rw-r--r--3293/CH6/EX6.7/Ex6_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3293/CH6/EX6.7/Ex6_7.sce b/3293/CH6/EX6.7/Ex6_7.sce
new file mode 100644
index 000000000..19bf9e11c
--- /dev/null
+++ b/3293/CH6/EX6.7/Ex6_7.sce
@@ -0,0 +1,11 @@
+//page 199
+//Example 6.7
+clc;
+clear;
+close;
+disp('F is a field with D as differentiation operator on the space F[x].');
+disp('n is an integer as n>0.');
+disp('W is space of polynomialswith degree <= n.');
+disp('so, W is invariant undet D.');
+disp('And, D is degree decreasing.');
+//end