| Author |
Comment/Response |
godcha
|
01/28/09 5:16pm
Hi, I am terrible at mathematiac but I need help modifying a set of data points. This is what I have:
data2 = {{1.00, 20.5}, {0.50, 42.7}, {0.25, 80.4},
{2.00, 10.5}, {4.00, 6.1}, {6.00, 6.0},
{10.00, 3.5}};
and I want it presented in the same way (x,y) but I want to take the log of the y's.
so basically I want {1.00, log(20.5)}, {0.50, log(42.7)},........
I can do this by hand but I have to do it too much and I really don't think I should have to spend and hour typing in data.
Thanks
URL: , |
|