Répondre à : Un vecteur peut il est attendu comme réponse ?

Accueil Forums Programmation WIMS Programmation d’exercices OEF Un vecteur peut il est attendu comme réponse ? Répondre à : Un vecteur peut il est attendu comme réponse ?

#3435
Eric Guillet
Participant
Up
0
Down
::

Bonjour Karim,

il y a jsxgraphcurve qui permet de faire cela :

\title{Vecteur}
\precision{100}
\css{<style type= »text/css »>
.jxgbox {margin-left:auto;margin-right:auto;}
.jsxgraph_button {text-align:center;}
</style>}
\text{dessin=draw(200,200
hline 100,100,black
vline 100,100,black
hline 100,50,black
vline 150,100,black
text black,100,100,large,O
text black,150,50,large,A
)
}
\statement{Tracer le vecteur \(\vec{OA}\).
\embed{r1,200×200}
}
\answer{}{\dessin;vector,100,100,150,50}{type=jsxgraphcurve}

Sinon il y a aussi geogebra, qui a fait l’objet d’une présentation au colloque par Julien. Peut-être pourra-t-il te renseigner à ce sujet ?

Cordialement,

Eric