var fDesc=new Array(); fDesc[0] = "NonEuclid is an Interactive Java Software for Creating Ruler and Compass Constructions in both the Poincaré Disk and the Upper Half-Plane Models of Hyperbolic Geometry.

NonEuclid allows the curious explorer to gain experience in Hyperbolic Geometry and to empirically investigate questions such as: "In Hyperbolic Geometry, are the base angles of an isosceles triangle congruent?"

The NonEuclid software and documentation are accessible to anyone with high school level geometry.

Aside from being interesting in itself, a study of Hyperbolic geometry can, through its novelty, enable a deeper understanding of a formal proof.

Hyperbolic Geometry also has practical aspects such as orbit prediction of objects within intense gradational fields. Hyperbolic Geometry is used in Einstein's General Theory of Relativity and Curved Hyperspace."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }