ilonyte

5 Reputation

2 Badges

13 years, 233 days

MaplePrimes Activity


These are questions asked by ilonyte

I have a huge .txt file in it is a lot of difirent numbers. At first I am doing this:

>data:=readdata(C:/text.txt, 1, integer)

Maple reads the file.
I  have a function p(x)=e^(x^4+0.5*a*x^2+b*x)
I tried to draw a histogram and then to do something with fitting, I know that then I have to do logarithm the function then I get ln(p(x))=x^4+0.5*a*x^2+b*x, the histogram then should be up side down. The point is that...

Page 1 of 1