diff options
Diffstat (limited to '75/CH9/EX9.15/ex_15.sce')
-rwxr-xr-x | 75/CH9/EX9.15/ex_15.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/75/CH9/EX9.15/ex_15.sce b/75/CH9/EX9.15/ex_15.sce new file mode 100755 index 000000000..8ce1790a8 --- /dev/null +++ b/75/CH9/EX9.15/ex_15.sce @@ -0,0 +1,13 @@ + // PG (621) + +// For the previous example, consider the sequence f0, f1....f6 + +// For lam = 3, + +// (f0,.....f6) = (1,-1,0,1,-1,0,1) + +// The corresponding sequence of signs is + +// (+,-,+,+,-,+,+) + +// and s(3) = 2
\ No newline at end of file |