var fDesc=new Array(); fDesc[0] = "Math Mechanixs is an award winning easy to use general purpose math software program compatible with Microsoft Windows®. It is ideal for students, teachers, engineers and scientists or anyone requiring an easy to use PC based mathematical software program. It will also do so much more than your calculator. Math Mechanixs was created with the belief that computers were made to solve mathematical problems. Our goal is to make math software available to everyone.

Math Mechanixs is not a training aid or a spreadsheet program. It works using a Math Editor (as opposed to a Text Editor) allowing you to type the mathematical expressions similar to the way you would write them on a piece of paper. The software uses a multiple document interface so that you can work on multiple solutions simultaneously. There is a full feature scientific calculator combined with an integrated variables and functions list window so that you can easily track your defined variables and functions.

You can easily create large 2D and 3D full color graphs that are nothing less than "Stunning". With Math Mechanixs, 2D and 3D graphing of data and functions is easy. Our graphing utility allows you to label data points, as well as zoom, rotate and translate the graph. For more information see our graphing page or check out our screen shots page for examples of our 2D and 3D graphics. There is also Tutorials available that will help you quickly learn how to create various types of 2D and 3D graphs in Math Mechanixs."; 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 = ''; } }