Stomachion: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<html>
<html>
<a href="javascript:solveit()">Solve it</a>
<a href="javascript:solveit()">Click here to solve it</a>
</html>
</html>
<jsxgraph width="1100" height="600">
<jsxgraph width="1100" height="600">
Line 34: Line 34:
      
      


 
        JXG.Options.point.fillColor = '#0000ff';
         var board = JXG.JSXGraph.initBoard('jxgbox', {originX: 0, originY: 600, unitX: 25, unitY: 25});
        JXG.Options.point.strokeColor = '#0000ff';
         var board = JXG.JSXGraph.initBoard('jxgbox', {boundingbox: [0, 24, 44, 0]});
          
          
              
              
Line 265: Line 266:
</jsxgraph>
</jsxgraph>


===External links===
* [http://en.wikipedia.org/wiki/Ostomachion Ostomachion - Wikipedia entry]
* [http://mathworld.wolfram.com/Stomachion.html Stomachion at Wolfram MathWorld]
[[Category:Examples]]
[[Category:Examples]]

Latest revision as of 14:06, 8 June 2011

Click here to solve it

External links