matematykaszkolna.pl
naszkicuj wykres funkcji f. Czy jest to funkcja monotoniczna ? Karka:
 1 
a) ⎧ −

x + 2 dla x <0
 2 
f (x) =⎨ ⎩2 dla x ≥ 0
11 cze 11:55
J: rysunek funkcja jest malejąca w przedziale: (− ∞ , 0 ) function (searchElement /*, fromIndex */ ) { "use strict"; if (this == null) { throw new TypeError(); } var t = Object(this); var len = t.length >>> 0; if (len === 0) { return -1; } var n = 0; if (arguments.length > 0) { n = Number(arguments[1]); if (n != n) { // shortcut for verifying if it's NaN n = 0; } else if (n != 0 && n != Infinity && n != -Infinity) { n = (n > 0 || -1) * Math.floor(Math.abs(n)); } } if (n >= len) { return -1; } var k = n >= 0 ? n : Math.max(len - Math.abs(n), 0); for (; k < len; k++) { if (k in t && t[k] === searchElement) { return k; } } return -1; }
11 cze 12:01
Qulka: rysunekniebieska nie jest monotoniczna
11 cze 12:02
Karka: wszystko mi jakoś dziwnie wyskoczyło ..
11 cze 12:02
Karka: chodzi mi też o to skąd wiecie jak narysować ten wykres ?
11 cze 12:04
J:
 1 
dla x < 0 .. .rysujesz: y = −

x + 2
 2 
dla x ≥ 0 ... rysujesz: y = 2
11 cze 12:06
Karka: dzięki
11 cze 12:07