Stomachion: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 34: Line 34:
      
      


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


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

Latest revision as of 13:00, 18 October 2024

Click here to solve it

External links