| Author |
Comment/Response |
sahin
|
06/18/08 7:07pm
Hi to everybody,
May I have a question please?
I wonder if there is a way to save the constant c in NIntegrate?
Because I am gonna use that c (as interval of c).
NIntegrate[Cos[c x], {x, 0, 6}]
The below code works but I dont want to use this code (I want to save c)
With[{c = 1}, NIntegrate[Cos[c x], {x, 0, 6}]]
Thanks a lot,
Best
URL: , |
|