Post Reply 
What's the function of a function variable's function?
10-29-2014, 12:24 PM
Post: #1
What's the function of a function variable's function?
Interestingly, I found nothing in the user guide regarding this usage of a function variable:

CAS enter:
r(t):=[t-sin(t) 1-cos(t)]

Produces:
r:=(t)->BEGIN [t-sin(t),1-cos(t)]; END;
(t)->BEGIN [t-sin(t),1-cos(t)]; END;

Example:
A revolving cycloid at t=0 (rest), position r(0) => [0,0] rotates to pi radians, r(π) => [π,2], completes a full cycle at r(2*π) => [2*π,0].

Is there any further information on this?

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
What's the function of a function variable's function? - DrD - 10-29-2014 12:24 PM



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