Inequalities: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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]); | |||
})(); | })(); | ||
</jsxgraph> | </jsxgraph> |