Post Reply 
Entering CAS expression into Parametric App - X1(T)
04-02-2014, 02:06 PM
Post: #3
RE: Entering CAS expression into Parametric App - X1(T)
(04-01-2014 11:04 PM)jte Wrote:  Have you tried something like X1 := t -> v0*cos(θm)*t? After the assignment, the system will automatically replace the bound variable t with T (in the definition of X1).

Thanks - that seemed to do the trick! Specifically. in CAS:

g(t):=v0*cos(θm)*t // creates a CAS var/prog. g(t)
Parametric.X1:=g // loads g(T) into X1

I've used the above to get say f(x) into Function.F1 (X) before.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Entering CAS expression into Parametric App - X1(T) - CR Haeger - 04-02-2014 02:06 PM



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