Difference between revisions of "Stomachion"

From JSXGraph Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by one other user not shown)
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 16:06, 8 June 2011

Click here to solve it

External links