Continuous functions: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
x2 = board.createElement('point', [function(){return x1.X()-s.X();},0],{style:7,name:' '}); | x2 = board.createElement('point', [function(){return x1.X()-s.X();},0],{style:7,name:' '}); | ||
x3 = board.createElement('point', [function(){return x1.X()+s.X();},0],{style:7,name:' '}); | x3 = board.createElement('point', [function(){return x1.X()+s.X();},0],{style:7,name:' '}); | ||
v2 = board.createElement(' | v2 = board.createElement('curve', [function(t){return x2.X();},function(t){return t}], {strokeColor:'red',dash:1}); | ||
v3 = board.createElement(' | v3 = board.createElement('curve', [function(t){return x3.X();},function(t){return t}], {strokeColor:'red',dash:1}); | ||
</script> | </script> |
Revision as of 10:54, 17 December 2008