KmPlot/Using Sliders/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "Тепер ви можете пересувати повзунок і спостерігати за тим, як значення параметра впливає на розт...")
(Created page with "<gallery perrow="3" caption="Screenshots"> Image:Kmplot_function_with_param_uk.png|Введення даних Image:Kmplot_view_show_sliders_uk.png|Позначаємо пун...")
Line 14: Line 14:


<gallery perrow="3" caption="Screenshots">
<gallery perrow="3" caption="Screenshots">
Image:Kmplot_function_with_param.png|Input
Image:Kmplot_function_with_param_uk.png|Введення даних
Image:Kmplot_view_show_sliders.png|Show sliders option
Image:Kmplot_view_show_sliders_uk.png|Позначаємо пункт показу повзунків
Image:Kmplot_sliders.png|Slider window
Image:Kmplot_sliders_uk.png|Вікно повзунків
</gallery>
</gallery>



Revision as of 18:27, 11 October 2010

Other languages:

Однією з основних можливостей KmPlot є можливість візуалізації впливу параметрів на графік функції.

Пересування графіка синуса

Давайте навчимося пересувати графік синуса ліворуч і праворуч:

  • Створіть новий графік у прямокутній декартовій системі координат.
  • Введіть рівняння кривої
    f(x,a) = sin(x-a)
  • Позначте пункт Повзунок і виберіть Повзунок No. 1 зі спадного списку.
  • Щоб зробити повзунки видимими, позначте пункт Перегляд -> Показати повзунки

Тепер ви можете пересувати повзунок і спостерігати за тим, як значення параметра впливає на розташування кривої.

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 contant 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.