View Original: | Function x for x smaller 0.5 and 1-x for x bigger 0.5.svg (600x480) | |||
Download: | Original | Medium | Small | Thumb |
Courtesy of: | commons.wikimedia.org | More Like This | ||
Keywords: Function x for x smaller 0.5 and 1-x for x bigger 0.5.svg en The function <math>f 0 1\to\R \begin cases x x \le \frac 12 \\ 1-x x > \frac 12\end cases </math> 2016-08-31 own Stephan Kulla other versions Created with Gnuplot set terminal svg set output Function x for x smaller 0 5 and 1-x for x bigger 0 5 svg set samples 1000 set xrange 0 1 set yrange 0 0 6 plot x < 0 5 x 1-x notitle lw 2 cc-zero Function plots Continuity functions Piecewise linear functions |