File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77image({[1:1:10]} ↦ 1*x+0);
88image({[1:2:50]} ↦ 2*x+1);
99image({[1:3:50], [2:3:100]} ↦ 2*x+1);
10- {[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30;
11- {[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x;
1210
1311-----------------------------------
1412>>>>>>>>>>> Eval result <<<<<<<<<<<
@@ -29,9 +27,3 @@ image({[1:2:50]} ↦ 2*x+1)
2927image({[1:3:50], [2:3:100]} ↦ 2*x+1)
3028 --> {[3:6:99], [5:6:197]}
3129
32- {[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30
33- --> {[15:20]} -> 2x-30
34-
35- {[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x
36- --> {[10:16]} -> -3x+50
37-
Original file line number Diff line number Diff line change 88image({[1:1:10]} -> |1*x+0|);
99image({[1:2:50]} -> |2*x+1|);
1010image({[1:3:50], [2:3:100]} -> |2*x+1|);
11- {[10:20]} -> |x| - {[10:20]} -> |-x+30|;
12- {[10:20]} -> |-2*x+50| - {[10:20]} -> |x|;
Original file line number Diff line number Diff line change 77image({[1:1:10]} ↦ 1*x+0);
88image({[1:2:50]} ↦ 2*x+1);
99image({[1:3:50], [2:3:100]} ↦ 2*x+1);
10- {[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30;
11- {[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x;
1210
You can’t perform that action at this time.
0 commit comments