| Author |
Comment/Response |
How to write ?
|
01/24/06 2:00pm
Hi,
I hava little problem, because i don't know how to write function f(x)=x-2lnx in this program.
Please help me.
I want to paint this function. I write this function like that but I don't know what's wrong:
f[x_] = x - 2log[x];
xmin = 1; xmax = 5;
Plot[f[x], {x, xmin, xmax}];
Reagards
URL: , |
|