L'association WIMS EDU a ouvert ce wiki afin de favoriser les collaborations entre utilisateurs de WIMS.
Ci-dessous, les différences entre deux révisions de la page.
ressources:exercices:analysis:h5_analysis_differentieren-1_cn [04/12/2019 05:00] |
ressources:exercices:analysis:h5_analysis_differentieren-1_cn [10/12/2019 05:00] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Déterminer la dérivée ====== | ||
+ | |||
+ | <html><br> | ||
+ | <script language="JavaScript"> | ||
+ | <!-- | ||
+ | function initf(module){ | ||
+ | document.form.ch.selectedIndex=0; chg(module);} | ||
+ | function chg(module){sem=document.form.ch.selectedIndex;Lien(module)} | ||
+ | |||
+ | function Lien(module){ | ||
+ | choix=document.form.ch.selectedIndex; | ||
+ | switch (choix) { | ||
+ | case 0 : nom='wims.auto.u-psud.fr';break; | ||
+ | case 1 : nom='wims.ac-nice.fr'; break; | ||
+ | case 2 : nom='wims.unicaen.fr'; break; | ||
+ | case 3 : nom= 'wims.math.leidenuniv.nl'; break; | ||
+ | case 4 : nom='wims.unice.fr'; break; | ||
+ | case 5 : nom='wims.auto.u-psud.fr'; break; | ||
+ | case 6 : nom= 'www.poitou-charentes.iufm.fr'; break; | ||
+ | } | ||
+ | | ||
+ | if(nom==''){} else { | ||
+ | window.open('http://' + nom+ '/wims/wims.cgi?' + module,"serveurexemple");}; | ||
+ | } | ||
+ | //--> | ||
+ | </script><html> | ||
+ | <form name="form" > | ||
+ | <select name="ch" size="1" onChange="chg('module=H5/analysis/differentieren-1.cn')"> | ||
+ | <option selected>Choisissez le serveur WIMS</option> | ||
+ | <option>Académie de Nice</option> | ||
+ | <option>Caen</option> | ||
+ | <option>Leiden</option> | ||
+ | <option>Nice</option> | ||
+ | <option>Orsay</option> | ||
+ | <option>Poitiers</option> | ||
+ | </select></form> | ||
+ | </html> | ||
+ | |||
+ | ===== Description par l'auteur ===== | ||
+ | //Description// : | ||
+ | |||
+ | //Niveau// : H5,H6,U1 | ||
+ | |||
+ | //Mots-clés// : diff derivative differentiation chain rule product rule quotient | ||
+ | |||
+ | //Domaine// : analysis calculus - //Langue// : fr | ||
+ | |||
+ | //Catégorie// : exercise | ||
+ | |||
+ | //Auteur(s)// : | ||
+ | J.M.Evers - //Contact// : jm.evers@schaersvoorde.nl | ||
+ | |||
+ | //Adresse// : module=H5/analysis/differentieren-1.cn | ||
+ | |||
+ | //Version// : 5.21 - //Copyright// 2007 J.M.Evers | ||
+ | |||
+ | //This work is licensed under the// GNU GPL: http://www.gnu.org/licences/gpl.html | ||
+ | | ||
+ | ===== Commentaires ===== | ||
+ | |||
+ | Version 5.21 : | ||
+ | |||
+ | ===== Utilisation en classe ===== | ||
+ | |||
+ | ===== Autres modules apparentés ===== | ||
+ | |||
+ | ===== Commentaires sur les différents exercices : ===== | ||
+ | |||
+ | |||
+ | |||
+ | ===== Améliorations proposées ==== | ||
+ | |||
+ | |||
+ | |||