Mobile Learning with Moodle, Mahara and Geogebra (2) — Software

Mirroring mobile screen to the Whiteboard This obviously has to be done next. As my students mobiles (see part 1) have both Android and iOS devices a solution has to support both (so a Miracast or Apple TV Box is […]

Mobile Learning with Moodle, Mahara and Geogebra — Getting started

This term one of my classes (starting higher general secondary school with 14/15 year old students)  is a class equipped just with one pc and a beamer. No laptops and perhaps only sometimes the possibility to use a computer lab. […]

Functional Programming in Geogebra

From the 5.0 Manual of Geogebra: It’s actually enough to provide a single list to Zip[]. This makes it a shorter alternative to Sequence[] when all you want is to traverse a list. For example, Zip[a^2, a, listOfNumbers] is much shorter than Sequence[Element[listOfNumbers, […]

(My) Basic Rules of Good CAS Coding (in Geogebra)

When solving textbook examples often many styles of coding are possible. As everywhere some principles which are useful when programming have been proven very useful as best practice: Never copy results manually to progress with the calculation. Never. Don’t even […]