Solved
Symbolic trignometric functions
How to tell the symbolic processor that n is an integer so while evaluating
cos((n+.5)* pi)==>0
and sin((n+.5)*pi)==>1
is there a way to force the symbolic process to do that once it sees these expressions it will just replace them with 0 or 1
The reason I am not using n as integer range is: this is part of a long calculation/derivation
