Post Reply 
Interval and Parameter
01-08-2022, 04:33 PM
Post: #7
RE: Interval and Parameter
Not exactly the same, but from the geometry app, you can define a parameter and a function depending on the parameter, then moving the parameter will represent the corresponding curve.
You can also from the geometry app enter something like that in the SYMB view:
l:=[1,2,3,4]; plotfunc(sin(l*x),x)
In Xcas you could also specify colors, but this does not seem to work on the Prime.
With more parameters, it's a little more complicated:
Code:

S:=set[1,2,3,4]*set[2,4,6];
L:=seq(subst(x^2+a*x+b,[a,b],S[j]),j,0,size(S)-1);
plotfunc(L,x);
or with colors in Xcas
Code:
plotfunc(L,x,color=range(size(L)))
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)