| Author |
Comment/Response |
kwanyue
|
11/23/02 09:56am
Solve[{x Sec[αx] == y Csc[αx], x == 3, y == 4}, αx]
Solve[3* Sec[αx] == 4* Csc[αx], αx]
I prefer only the solutions produced by the latter. My question is how do I make the former give only the solutions that the latter would give. I don't want solutions from the former which the latter doesn't have.
Are there settings in Mathematica 4 which can be modified for it?
URL: , |
|