Translations:KmPlot/Using Sliders/10/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Definiere eine Konstante v_0 für die Anfangsgeschwindigkeit. * Erstelle eine parametrische Zeichnung. * Gib die folgenden Gleichungen ein: {{Input|1=<nowiki>f_x(t,α) = v_0∙...")
(No difference)

Revision as of 19:44, 11 October 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KmPlot/Using Sliders)
* Define a constant v_0 for the starting velocity.
* Create a new parametric plot
* Enter the equations {{Input|1=<nowiki>f_x(t,α) = v_0∙cos(α)∙t
f_y(t,α) = 2+v_0∙sin(α)∙t−5∙t^2</nowiki>}}
* Check the <menuchoice>Slider</menuchoice> option and choose <menuchoice>Slider No. 1</menuchoice> from the drop down list.
* To make the available sliders visible, check <menuchoice>View -> Show Sliders</menuchoice>
  • Definiere eine Konstante v_0 für die Anfangsgeschwindigkeit.
  • Erstelle eine parametrische Zeichnung.
  • Gib die folgenden Gleichungen ein:
    f_x(t,α) = v_0∙cos(α)∙t
    f_y(t,α) = 2+v_0∙sin(α)∙t−5∙t^2