acdah

10 Reputation

6 Badges

11 years, 70 days

MaplePrimes Activity


These are replies submitted by acdah

Ahhh, thank you so much!!! :D

Ahhh, thank you so much!!! :D

Thanks, so now I specify the value for M, ie M=1, but still error :(. What should I do now?

eps1 := [0, 1/5, 2/5, 3/5, 4/5, 1]; start1 := 2.3; base1 := 1.1; for i to 6 do R := start1*base1^0; points1[i] := [R, evalf(eval(mH, {M = 1, epsilon = eps1[i], r = R}))]; for a to 20 do R := start1*base1^a; points1[i] := points1[i], [R, evalf(eval(mH, {M = 1, epsilon = eps1[i], r = R}))] end do end do; plots[display]({plot([points1[1]]), plot([points1[2]]), plot([points1[3]]), plot([points1[4]]), plot([points1[5]]), plot([points1[6]]), pointplot([points1[1]]), pointplot([points1[2]]), pointplot([points1[3]]), pointplot([points1[4]]), pointplot([points1[5]]), pointplot([points1[6]]), setoptions(symbol = diamond, symbolsize = 12, color = black)}, textplot({[16, .29, epsilon_ = 1.0], [16, .5, epsilon_ = .8], [16, .69, epsilon_ = .6], [16, .84, epsilon_ = .4], [16, .95, epsilon_ = .2], [16, 1.0, epsilon_ = 0.]}, align = {right}, font = [TIMES, ROMAN, 12]), axes = boxed, axis[1] = [mode = log, gridlines = [8, thickness = 1, subticks = false, color = grey]], axis[2] = [gridlines = [color = grey]], view = [2 .. 16, .25 .. 1.03])

Error, (in plots:-pointplot) incorrect specification of points data

 

``


File: Specify_a_Value_for_.mw

I've already defined my mH, but still get the same error, could somebody please help me to fix the error?

File: 3c.mw

Thank you so much! It's able to compute series now.

Thank you so much! It's able to compute series now.

@Preben Alsholm Ok thank you, but now I don't know how to change them to be numeric....

Thank you, it works!

 

Thank you, it works!

 

@Carl Love Ok thank you, it helps me a lot!

Problem solved, I got it!

Ok thanks. Now I want to get the same result:

File: hansev.mw

 

but end up like this:

 

File: mine.mw

 

Why is that?

1 2 Page 1 of 2