Stomachion: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 36: Line 36:
         JXG.Options.point.fillColor = '#0000ff';
         JXG.Options.point.fillColor = '#0000ff';
         JXG.Options.point.strokeColor = '#0000ff';
         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 269: Line 269:
* [http://en.wikipedia.org/wiki/Ostomachion Ostomachion - Wikipedia entry]
* [http://en.wikipedia.org/wiki/Ostomachion Ostomachion - Wikipedia entry]
* [http://mathworld.wolfram.com/Stomachion.html Stomachion at Wolfram MathWorld]
* [http://mathworld.wolfram.com/Stomachion.html Stomachion at Wolfram MathWorld]
[[Category:Examples]]
 
[[Category:Old]]

Latest revision as of 13:00, 18 October 2024

Click here to solve it

External links