Re: MuPad: question about _if_ statement



If you want to determine where two functions intersect, why not use:

solve(f1(x)=f2(x),x);

instead?

-Alasdair

.