| Author |
Comment/Response |
PhysicsGuy
|
11/09/12 11:01pm
I have a couple of inequalities depending upon two variables, I need to check every time whether they are satisfied or not in the loop where these two variables have some temporary values, I implemented it by
Ineqs/. {x->x0,y->y0}
I was wondering is there any faster way to check inequalities?
With expressions I checked and it seems to be that Compile is way faster than ReplaceAll
URL: , |
|