Difference between revisions of "Inequalities"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 4: | Line 4: | ||
var c = b.create('slider', [[-3,4], [2,4], [-5,0,5]]), | var c = b.create('slider', [[-3,4], [2,4], [-5,0,5]]), | ||
line = b.create('line', [function() { return [c.Value(), 0, -1]; }]); | line = b.create('line', [function() { return [c.Value(), 0, -1]; }]); | ||
− | ineq = b.create('inequality', [line]); | + | ineq = b.create('inequality', [line], {inverse: true}); |
})(); | })(); | ||
</jsxgraph> | </jsxgraph> |