Sorry but my english is quite bad.
I know how to do this:
f= a+b if a>0
a-b otherwise
witch in words meens that matchad check wether a is bigger than 0 and the set f=a+b. if a should happen to be smaler than 0 it set f to a-b.
Now i want mathcad to check wether both a and b is bigger...
Hi
I realy searched in mathcad help for this one but cant find it.
I would like mathcad to do this:
f(x)=a+b if a>0 and b>0
i know how to do it with just one condition but how do i get it to check both if a>0 and b>0 ??
Hi again
Thanks for quick answers!
Unfortunately I cant tell whether zero, one or two of M, W, A and N will be negative. I guess I have to find another way too get around the problem.
Thanks anyway!
Hi
(I apologise for my bad english!)
I have a question about mathcad. I have a equation loking something like this:
f(x)=N/A+M*(x-y)/W
witch I like to solve for f(x)=0
with other words, I like to find the x for witch f=0
The problem is that the term (x-y) should be the absolute value and...