Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › Lecture graphique › Répondre à : Lecture graphique
3 juin 2019 à 23:36
#5055
Joël
Participant
::
Avec JSX graph ça donnerait quelque chose comme ça
\text{E=slib(geo2D/jsxgraph jxgbox,600 x 600,
var brd = JXG.JSXGraph.initBoard('jxgbox', {
axis:true,
boundingbox: [-10,10,10,-10],
grid:true,
});
var graphS1=brd.create('functiongraph',[function(x){return -50+2.5*1000*0.25*(Math.exp(39*(x+0.57)));},-10,10],{strokeColor:'red',strokeWidth:3});
var p2 = brd.create('point', [0,0], {attractors: [graphS1], attractorDistance:0.2, snatchDistance: 2},{strokeColor:'black',strokeWidth:6});
)}
\statement{\E}
Bonne soirée