Fernando
2013-01-28 14:55:08 UTC
Hi,
I have the equations system eqs = [(sin(2*q1)*i)/2; -(sin(2*q1)*i)/2] and when I do solve(eqs == 0) I get zero as unique solution, I know that, due to limited precision, is correct the matlab does not to make sin(pi) = 0. But, would be very usefull to me if I could make some symbolic computations using sin(pi) = 0, and equally cos(pi/2) = 0. There are a way of instruct the matlab to use both sin(pi) and cos(pi/2) equal to zero in the symbolic computations?
This would greatly simplify my life! :)
Best regards!
I have the equations system eqs = [(sin(2*q1)*i)/2; -(sin(2*q1)*i)/2] and when I do solve(eqs == 0) I get zero as unique solution, I know that, due to limited precision, is correct the matlab does not to make sin(pi) = 0. But, would be very usefull to me if I could make some symbolic computations using sin(pi) = 0, and equally cos(pi/2) = 0. There are a way of instruct the matlab to use both sin(pi) and cos(pi/2) equal to zero in the symbolic computations?
This would greatly simplify my life! :)
Best regards!