| Author |
Comment/Response |
Sal2
|
04/20/08 10:15am
Greetings
I have a function that is not evaluating to a numerical number can someone tell me what I'm doing wrong?
In[242]:= f = Function[{t}, t Cos 6.28319 [t]]
Out[242]:= Function[{t}, t Cos 6.28319[t]]
In[241]:= Evaluate [f[2.5]]
Out[241]:= 0.680232 Cos 6.28319[2.5]
Can someone tell me why this doesn't evaluate to a number and how to fix it tia sal2
URL: , |
|