Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.8K Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

How to find the range of values containing parameter functions?

Posted 1 year ago
H[t_] = Log[t] - (t - 1)/(λ t + μ)

The definition domain and the parameter ranges for the function H are:

0 < t < 1, μ >= λ > 0

But the range of the function H cannot be determined directly using the following code:

H[t_] = Log[t] - (t - 1)/(λ t + μ)

FunctionRange[{H[t], 0 < t < 1, μ >= λ > 0}, t, y]
POSTED BY: Lee Tao
Posted 1 year ago
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard