FunctionOfTime 2D/3D• FunctionOfTime is an option for SolveMech and other Mech functions that causes returned InterpolatingFunction objects to be explicitly functions of the current time variable. • If FunctionOfTime->True is given, a list of the form {var->InterpolatingFunction[<>][T], ... } is returned. • If FunctionOfTime->False is given, the resulting rules will give functions that must each be given a numerical argument before it evaluates to a number. • The default setting is FunctionOfTime->True. • See also: SolveFree, SolvePath, TimeInterpolate.
|