var fDesc=new Array(); fDesc[0] = "A&G Grapher is a powerful graphing application that allows you to draw any 2D and 3D mathematical equation. It can be used by beginners and advanced users as well. This new version is fully automated, and offers faster drawing, more precise drawing of complex equations, enhanced new user-interface, even easier to use than before.
With this program you can use both simple and complex maths equations. You should just type your equation in the left field and then click the “Draw” button. Your graph will appear on the right 2D/3D preview window. Besides, there is the “Math function” list, so when you type first one or two letters of a math function such as sin, cos, tan and others, the program types the rest function name. Also the “Equation keyboard” will help you to type your equations easily.
On the bottom of the Main window you will find a Menu toolbar. Using it you can make different settings: select mode, resolution, colors, make axis, 3D-axis and range setup. In addition, the program offers many modifier and analyzer tools to draw slope, draw area under curve, tracing and matrix transformation, x-y-z value tables, zooming and many more. When your graph is ready, you can print it, save as a bitmap file or copy and paste it into other application. The equations can be saved as *.rtf files."; 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 = ''; } }