KmPlot/Using Sliders/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "Regardons comment déplacer une courbe de sinus de gauche à droite :")
(Created page with "* Créer une nouvelle courbe cartésienne * Saisir l'équation {{Input|1=f(x,a) = sin(x-a)}} * Vérifier l'option <menuchoice>Glissière</menuchoice> et choisir <menuchoice>Gliss...")
Line 6: Line 6:
Regardons comment déplacer une courbe de sinus de gauche à droite :
Regardons comment déplacer une courbe de sinus de gauche à droite :


* Create a new Cartesian plot.
* Créer une nouvelle courbe cartésienne
* Enter the equation {{Input|1=f(x,a) = sin(x-a)}}
* Saisir l'équation {{Input|1=f(x,a) = sin(x-a)}}
* Check the <menuchoice>Slider</menuchoice> option and choose <menuchoice>Slider No. 1</menuchoice> from the drop down list.
* Vérifier l'option <menuchoice>Glissière</menuchoice> et choisir <menuchoice>Glissière n°1</menuchoice> dans la liste déroulante.
* To make the available sliders visible, check <menuchoice>View -> Show Sliders</menuchoice>
* Pour rendre la glissière visible, vérifier <menuchoice>Affichage -> Afficher les glissières</menuchoice>


Now you can move the slider and see how the parameter value modifies the position of the curve.
Now you can move the slider and see how the parameter value modifies the position of the curve.

Revision as of 21:29, 7 July 2012

Other languages:

Une fonctionnalité principale de KmPlot est de visualiser l'influence des paramètres d'une fonction sur une courbe.

Bouger une courbe de sinus

Regardons comment déplacer une courbe de sinus de gauche à droite :

  • Créer une nouvelle courbe cartésienne
  • Saisir l'équation
    f(x,a) = sin(x-a)
  • Vérifier l'option Glissière et choisir Glissière n°1 dans la liste déroulante.
  • Pour rendre la glissière visible, vérifier Affichage -> Afficher les glissières

Now you can move the slider and see how the parameter value modifies the position of the curve.

Trajectory of a Projectile

Now let's have a look at the maximum distance of a projectile thrown with different angles. We use a parametric plot depending on an additional parameter which is the angle.

  • Define a constant v_0 for the starting velocity.
  • Create a new parametric plot
  • Enter the equations
    f_x(t,α) = v_0∙cos(α)∙t
    f_y(t,α) = 2+v_0∙sin(α)∙t−5∙t^2
  • Check the Slider option and choose Slider No. 1 from the drop down list.
  • To make the available sliders visible, check View -> Show Sliders

Now you can move the slider and see how the distance depends on the parameter value.