| Author |
Comment/Response |
Tom Jackson
|
02/15/04 1:18pm
This is driving me crazy. Some functions don't do anything more than output a copy of themselves. No errors, no messages.
Here is an example. Input is:
xlist = {1, 2, 3, 4, 5};
ylist = {2, 4, 6, 8, 10};
Correlation[xlist, ylist]
Output is:
Correlation[{1, 2, 3, 4, 5}, {2, 4, 6, 8, 10}]
That's not very helpful! Most functions work fine. What does this output mean?
Thanks!
URL: , |
|