Tagged Questions
2
votes
2answers
87 views
Defining a function by pieces using list of interpolated functions in order to use `FindRoot`
I have two lists with the interpolated functions
...
0
votes
2answers
83 views
How to use Solve rules as a function body?
Solve gives me an expression which I want to use as the body of a function. Rather than run Solve every time inside my function ...
0
votes
2answers
130 views
Constraining two points, a specified distance apart, to a line
Suppose that I have two points in the xy plane: pt1 and pt2init. pt1 is fixed in space, ...
7
votes
1answer
436 views
How to find the smallest root
I have a continuous, differentiable, monotonic, bounded function called F[t]. If t -> Infinity then ...