features – GeoGebra Blog https://blog.geogebra.org Dynamic Mathematics for Everyone Tue, 19 Sep 2017 19:25:53 +0000 en-US hourly 1 https://wordpress.org/?v=static-html 4.2 Release Candidate https://blog.geogebra.org/2012/11/4-2-release-candidate/ https://blog.geogebra.org/2012/11/4-2-release-candidate/#comments Mon, 05 Nov 2012 09:48:36 +0000 http://www.geogebra.org/blog/?p=303 ]]> GeoGebra 4.2 will be released soon. 21 developers have contributed to this release, so there are many new and exciting features to explore and enjoy! Here are some of the things you can look forward to, and details of how to try out the Release Candidate are here.

GeoGebra 4.2 is released. Download it here.

Speed & Stability

As well as the usual bug-fixing and adding features, while developing version 4.2 we have rewritten large parts of GeoGebra so that it will be much more stable and also faster (much faster in some cases) than previous versions.

In particular, the following will be much faster:

  • anything using the Sequence command
  • the following commands when used on polynomials: Derivative/Integral/Tangent/Degree/Coefficients/Expand

Here is an example of a file using Derivative[ ] that is much faster in GeoGebra 4.2.

Here is a very nice demonstration of volume of revolution by Daniel Mentrard running in GeoGebra 4 and here is the same file in GeoGebra 4.2. Drag the red point marked “View3D” to see how much faster it is.

CAS View

The long awaited view for symbolic calculations is here. It allows you to symbolically factor, expand, differentiate or integrate expressions that may include parameters, and it is dynamically connected to all the other views. The documentation is available at http://wiki.geogebra.org/en/CAS_View.

Here is an example showing how the CAS View interacts with the Graphics View. Drag the points A, B, C to see the exact calculation of the coordinates change.

Features

The feature that’s taken the most programming time in this release is that worksheets can now be viewed on devices without Java (eg iPads, Android Tablets, Chromebooks). The best way to make use of this is to upload your applets to GeoGebraTube (File -> Share) and then the conversion will be done automatically. At the moment only the Graphics View is supported. You can test how worksheets will look and behave on tablets by adding ?mobile=true on the end of the URL in GeoGebraTube, eg
http://www.geogebratube.org/student/m20510?mobile=true

The Pen Tool has been enhanced so that it now creates a PolyLine rather than drawing to a bitmap. Together with new Delete Tool (drag a “rubber” to delete) it’s now much easier & better to use.

You can now drag a parabola, but keep its vertex fixed. Just hold down <Alt> when dragging!

The Rigid Polygon Tool has been enhanced with a small but useful feature: simply click on a polygon to make a “rigid” copy of it (ie the copy can be rotated and translated by dragging)

Neel Shah, as part of Google Summer of Code, has programmed some shape recognition algorithms for the Freehand Shape Tool, which will recognize circles, lines, line segments, triangles and quadrilaterals. It works very well on an interactive whiteboard (IWB).

You may also check a nice overview of new  features by Guillermo Bautista
and there are brief details of the hundreds of other changes in the Official Release Notes.

Power

Kai Chung Tam has programmed the PSLQ algorithm for us in Java which allows a Surd to be numerically reconstructed from a decimal. So for example SurdText[2.414213562373095] returns a nice FormulaText ie [latex]\sqrt{2}+1[/latex]. See here for an example.

We have made it much easier to make worksheets with slopefields and the particular integral like this.

All you need to type is:

f(x,y)=x/y
SlopeField[f]
A=(1,1)
Locus[A,f]

If you need more control over the spacing, there are some options, see the online manual.

Sergio Arbeo, as part of Google Summer of Code, has added a new command LocusEquation. This will calculate the equation of a (geometrical) locus using Gröbner bases.

For example here is the (numerical) locus of a parabola with the calculated (exact) locus overlaid.


Copyright © 2008
This feed is for personal, non-commercial use only.
The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:
)
]]>
https://blog.geogebra.org/2012/11/4-2-release-candidate/feed/ 4