Question: Still Error - Specify the value for M

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

Please Wait...