jeudi 30 septembre 2010

Tutoriel 25: Programmation linéaire



A partir de la version 4.











Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)



Tutoriel Javascript 3: Remplir un champ et faire un test.




Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)




L'abscisse est:


Les éléments du Tutoriel Javascript 2 ont été repris. On effectue maintenant un test. Le fichier GeoGebra initial contient deux nombres a et a1, un point A=(a,0), un test nommé okAns renvoyant un nombre (booléen): Si[a1 ≟ a, 1, 0] et un texte nommé Anstext à l'affichage conditionnel Si[okAns ≟ 1, "Oui, x=" + a1, "Non, x≠" + a1]. Anstext n'est pas affiché initialement. Toutes ces entrées peuvent se faire à partir du champ de saisie du fichier GeoGebra.

Le code contient, en plus de celui du tutoriel 2, un champ de saisie, un bouton d'envoi et une fonction.

La fonction:

function checkAnswer(x){
  document.ggbApplet.evalCommand("a1="+x);
  document.ggbApplet.setVisible("Anstext",true);

La fonction sera appelée lors du clic sur le bouton d'envoi et x sera la valeur entrée par l'utilisateur dns le champ de saisie.

Le champ de saisie:

<input name="xval" size="6" type="text" value="-3" />

Le bouton d'envoi:

<input class="navCurOff" name="button" onclick=" checkAnswer(xval.value);" onmouseout="this.className='navCurOff';" onmouseover="this.className='navCurOn';" type="button" value=" Tester la réponse " />

mardi 28 septembre 2010

GeoGebra portable est disponible





Il est dorénavant possible d'installer GeoGebra sur une clé USB et la présence de Java n'est pas indispensable. GeoGebra Portable tourne sous Windows, Linux et Mac OS .


Info: @GeoGebranews sur twitter

lundi 27 septembre 2010

Gif animé avec GeoGebra4









Il est possible d'obtenir une animation Gif. Option présente sur le curseur.



Exercice 18: Statistiques



Tutoriels utilisés 4,12,23,24.




Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)

samedi 25 septembre 2010

Tutoriel 24: Statistiques 2 variables et tableur






Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)


vendredi 24 septembre 2010

Déterminer des nombres dérivés


L'objectif est de déterminer le plus précisément possible la position des points représentant les nombres dérivés de la fonction représentée.







Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)










Source: Marc Renault


Tutoriel 23: Statistiques 1 variable et tableur






Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)


jeudi 23 septembre 2010

Exercice 17: Aire entre deux courbes



Tutoriels utilisés 2,8.





Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)

Exercice 16: Intégrale de Riemann



Tutoriels utilisés: 2,8






Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)

Tutoriel 22: Couleurs dynamiques

Exercice 15 : Triangle de couleur



Tutoriels utilisés 2,10,11,18,22.

Fichier si l'affichage ne se fait pas correctement via le blog


Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)