var fDesc=new Array(); fDesc[0] = "Cabri II Plus is a software recognized by experts in pedagogy, specifically for its simplicity of use and solid educational foundation.
Cabri: Software serving pedagogyTools for students: « from exploration to understanding »
With just a few clicks, students can:
Construct 2-D and 3-D figures, from the simplest to the most complex, by combining fundamental geometric objects such as points, angles, segments, circles, planes, solids and transformations.
Create expressions using fundamental algebraic concepts, such as numbers, variables and operations.
Connect geometry and algebra by measuring length, angles, area and volume and then attaching these numeric values directly to the figure to use them in calculations or in algebraic expressions.
Explore a figure's properties by manipulating its variable elements.
Observe the effects of dynamic transformations like shrinking and enlarging.
Make conjectures about algebraic and geometric properties, and then verify relationships among various parts of a figure."; 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 = ''; } }