limit value on functions
limit value on functions
(OP)
How do I do this in Mathcad?
Example.:
f(x)=x^3+3 for x<10
g(x)=x for x>=10
Then plot it to get one single value for one single parameter?
Example.:
f(x)=x^3+3 for x<10
g(x)=x for x>=10
Then plot it to get one single value for one single parameter?





RE: limit value on functions
Cheers
Greg Locock
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: limit value on functions
Thanks, Greg...
RE: limit value on functions
Cheers
Greg Locock
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: limit value on functions
if(cond, x, y)
Returns x if logical condition cond is true (non-zero), y otherwise