Post Reply 
Interval and Parameter
01-08-2022, 03:11 PM (This post was last modified: 01-08-2022 03:16 PM by C.Ret.)
Post: #6
RE: Interval and Parameter
(01-06-2022 06:52 PM)Eulehund99 Wrote:  2. Parameter:
How do I draw a function with many values for parameters?

For example, suppose you want to represent the four curves of functions \( f_n(x) = x^2 + x.a_n + b_n \) respectively defined with the parameters \( a_{1-4} = \{ -2 , -1 , 1 , 2 , \} \) and \( b_{1-4} = \{ 0 , 1 , 2 , 3 \} \).

   

Simply enter value for the array \( a \) and \( b \) into the global lists L1 and L2:
Press [ shift ] [ List ] button, touch ( Edit ) in bottom menu and enter values in L1 and L2 (see capture)
Press [ App ] button, touche ( Function ) icon to launch Function Application.
In the first slot enter the definition of F1(X) = X ² + L1(1)*X + L2(1). Presse ENTER
Touch Slot1 definition area and press [ shift ] [ Copy ] in order to copy-paste the definition in the following slots.
Edit the corresponding slots so that: F2(X) = X ² + L1(2)*X + L2(2), F3(X) = X ² + L1(3)*X + L2(3) and F4(X) = X ² + L1(4)*X + L2(4).
Press [ Plot ] button to draw the curves.

Changing values in L1 and L2 dynamically change plots.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Interval and Parameter - Eulehund99 - 01-06-2022, 06:52 PM
RE: Interval and Parameter - roadrunner - 01-07-2022, 05:25 PM
RE: Interval and Parameter - Eulehund99 - 01-08-2022, 12:22 AM
RE: Interval and Parameter - pinkman - 01-08-2022, 07:26 AM
RE: Interval and Parameter - Wes Loewer - 01-08-2022, 08:21 AM
RE: Interval and Parameter - C.Ret - 01-08-2022 03:11 PM
RE: Interval and Parameter - parisse - 01-08-2022, 04:33 PM
RE: Interval and Parameter - Eulehund99 - 01-09-2022, 01:24 PM
RE: Interval and Parameter - IHarwell - 01-08-2022, 09:58 PM
RE: Interval and Parameter - Eulehund99 - 01-09-2022, 12:49 PM



User(s) browsing this thread: 1 Guest(s)