MaplePrimes Questions

Hello,

This might sound silly, but 

how do you find a tangent line equation at an exact point of a curve?

>TangentLine(curve,var);

I know this method but how can i put the exact point like (0,1) for an example?

Some of the examples would be very helpful! Thank you

I have a set of formulas I saved in a matrix and the exported the matrix to Excel. However when I open the file in Excel the equations are in prefix notation (I think).  That's not exactly human readable friendly.  If I copy and paste straight into excel they are readable.

It there a way to make the Maple export similar?

EDIT:-  I exported as a.csv file because if export as .xlsx    all the equation change into "#NUM!" in the spreadsheed.

restart

NULL

Digits := 5

5

(1)

interface(displayprecision = 5); interface(rtablesize = 30)

5

(2)

cosrule := proc (a, b, c, A) options operator, arrow; a^2 = b^2+c^2-2*b*c*cos(A) end proc

proc (a, b, c, A) options operator, arrow; a^2 = b^2+c^2-2*b*c*cos(A) end proc

(3)

Ang := solve(cosrule(a, b, c, A), A)

Pi-arccos((1/2)*(a^2-b^2-c^2)/(b*c))

(4)

Formulas := Matrix(20, 4)

 

 

 

 

data := [L[1] = 619.35, L[2] = 891.12, pos = 180, tos = 90, x1 = 600, y1 = -800, z1 = 500, x2 = 900, y2 = -200, z2 = 850, `Θt` = 29.34*Pi*(1/180), `Θp` = 53.98*Pi*(1/180)]
 

 

 

 

i := 3

res0 := `ΔZ` = z2-z1; Formulas[i, 1] := lhs(res0); Formulas[i, 2] := rhs(res0)

`ΔZ` = z2-z1

(5)

res0 := eval(res0, data); Formulas[i, 3] := rhs(res0); Formulas; i := i+1

`ΔZ` = 350

(6)

res1 := dt[1] = sqrt(tos^2+L[1]^2); Formulas[i, 1] := lhs(res1); Formulas[i, 2] := rhs(res1); res1 := eval(res1, data); Formulas[i, 3] := rhs(res1); Formulas; i := i+1

dt[1] = 625.85

(7)

NULL

res2 := d[1] = sqrt(pos^2+tos^2+L[1]^2); Formulas[i, 1] := lhs(res2); Formulas[i, 2] := rhs(res2); res2 := eval(res2, data); Formulas[i, 3] := rhs(res2); Formulas; i := i+1

d[1] = 651.22

(8)

res3 := dt[2] = sqrt(tos^2+L[2]^2); Formulas[i, 1] := lhs(res3); Formulas[i, 2] := rhs(res3); res3 := eval(res3, data); Formulas[i, 3] := rhs(res3); Formulas; i := i+1

dt[2] = 895.65

(9)

NULL

res4 := d[2] = sqrt(pos^2+tos^2+L[2]^2); Formulas[i, 1] := lhs(res4); Formulas[i, 2] := rhs(res4); res4 := eval(res4, data); Formulas[i, 3] := rhs(res4); Formulas; i := i+1

d[2] = 913.56

(10)

NULL

res7 := tau = arctan(tos/L[1]); Formulas[i, 1] := lhs(res7); Formulas[i, 2] := rhs(res7); res7 := eval(res7, data); Formulas[i, 3] := rhs(res7); 180*(eval(rhs(`%%`), data))/Pi; Formulas[i, 4] := %; Formulas; i := i+1

8.2678

(11)

NULL

res8 := rho = arctan(tos/L[2]); Formulas[i, 1] := lhs(res8); Formulas[i, 2] := rhs(res8); res8 := eval(res8, data); Formulas[i, 3] := rhs(res8); 180*(eval(rhs(`%%`), data))/Pi; Formulas[i, 4] := %; Formulas; i := i+1; data := [op(data), res0, res1, res2, res3, res4, res7, res8]

5.7674

(12)

NULL

res9 := alpha = `Θt`+tau-rho; Formulas[i, 1] := lhs(res9); Formulas[i, 2] := rhs(res9); res9 := eval(res9, data); Formulas[i, 3] := rhs(res9); 180*(eval(rhs(`%%`), data))/Pi; Formulas[i, 4] := %; Formulas; i := i+1; data := [op(data), res9]

31.840

(13)

NULL

NULL

NULL

res10 := dt[3] = solve(cosrule(dt[3], dt[2], dt[1], alpha), dt[3])[1]; Formulas[i, 1] := lhs(res10); Formulas[i, 2] := rhs(res10); res10 := eval(res10, data); Formulas[i, 3] := rhs(res10); Formulas; i := i+1; data := [op(data), res10]

dt[3] = 491.45

(14)

NULL

NULL

res11 := beta = solve(cosrule(dt[1], dt[2], dt[3], beta), beta); Formulas[i, 1] := lhs(res11); Formulas[i, 2] := rhs(res11); res11 := eval(res11, data); Formulas[i, 3] := rhs(res11); 180*(eval(rhs(`%%`), data))/Pi; Formulas[i, 4] := %; Formulas; i := i+1; data := [op(data), res11]

42.215

(15)

NULL

NULL

NULL

NULL

res12 := Zeta = arccos(`ΔZ`/dt[3]); Formulas[i, 1] := lhs(res12); Formulas[i, 2] := rhs(res12); res12 := eval(res12, data); Formulas[i, 3] := rhs(res12); 180*(eval(rhs(`%%`), data))/Pi; Formulas[i, 4] := %; Formulas; i := i+1; data := [op(data), res12]

44.588

(16)

NULL

NULL

res13 := dt[4] = dt[3]*sin(Zeta); Formulas[i, 1] := lhs(res13); Formulas[i, 2] := rhs(res13); res13 := eval(res13, data); Formulas[i, 3] := rhs(res13); Formulas; i := i+1; data := [op(data), res13]

Matrix(%id = 36893490716944981036)

(17)

 

``

NULL

``

NULL

currentdir()

"C:\Users\Ronan\Documents\MAPLE\A & Q Maple primes"

(18)

NULL

with(ExcelTools)

[Export, Import, WorkbookData]

(19)

NULLExport(Formulas, "Frmls.csv")NULL

Download test_eqn_export.mw

I am trying to plot the following kind of sequence. I was expecting a curve for one set of [] inside plot command, but I am getting twin curve there. How can I get a single curve for one single parametric command there. Please reply asap.

plot([[(1.428571429*(r^2+.49-4*r*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2)))*csc((1/3)*Pi), sqrt(16*r^2*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2)^2+.49*cos((1/3)*Pi)^2-2.040816327*(r^2+.49-4*r*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2))^2*cot((1/3)*Pi)^2), r = -10 .. 10], [(1.428571429*(r^2+.49-4*r*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2)))*csc((1/3)*Pi), -sqrt(16*r^2*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2)^2+.49*cos((1/3)*Pi)^2-2.040816327*(r^2+.49-4*r*(r^2+.49-2*exp(-.1/r))/(2*r-.2*exp(-.1/r)/r^2))^2*cot((1/3)*Pi)^2), r = -10 .. 10], [(5.*(r^2+0.4e-1-4*r*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2)))*csc((1/3)*Pi), sqrt(16*r^2*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2)^2+0.1e-1*cos((1/3)*Pi)^2-25.*(r^2+0.4e-1-4*r*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2))^2*cot((1/3)*Pi)^2), r = -10 .. 10], [(5.*(r^2+0.4e-1-4*r*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2)))*csc((1/3)*Pi), -sqrt(16*r^2*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2)^2+0.1e-1*cos((1/3)*Pi)^2-25.*(r^2+0.4e-1-4*r*(r^2+0.4e-1-2*exp(-.2/r))/(2*r-.2*exp(-.2/r)/r^2))^2*cot((1/3)*Pi)^2), r = -10 .. 10]], -13 .. 5, -5 .. 5)

I noticed in object constructor I had to write  _self:-name  to refer to object own variable called name.  But inside a another proc I can use just name without having to add _self:- to it. It also works when adding _self:-

Is this becuase constructor is special proc, and the object is not yet full constructed?  Here is a MWE

restart;
person:=module()
    option object;
    local name::string:="";

    export ModuleCopy::static:= proc( _self::person, proto::person, the_name::string, $ ) 
            print("Enter  constructor");
           _self:-name:= the_name;

           #Why this fails here, but not in process proc? Is it because of special
           #case since done inside constructor?
           #print(name); 

           print(_self:-name);
    end proc;
 
   export process::static :=proc(_self,$)
     #here both cases work
     print(_self:-name);
     print(name);
   end proc;

end module;

#and now

p:=Object(person,"me")

The above works. But if I uncomment #print(name); inside the constructor, maple gives error

p:=Object(person,"me")
Error, static procedure `ModuleCopy` refers to non-static local or export `name::string` in surrounding scope

But this works with no error

p:-process()

                              "me"
                              "me"

But no such error when doing same thing inside a local static proc inside same module.

Is this special just for the constructor than one must use :-self ? Just wanted to make sure.

Maple 2022.1

Hi.

What wrong could be there with the color line?

restart:

with(plots):

equ1 := BesselJ(sqrt(17)/2, 10*sqrt(t)*sqrt(2))/t^(1/4) + BesselY(sqrt(17)/2, 10*sqrt(t)*sqrt(2))/t^(1/4):

equ2 := BesselJ(sqrt(17)/2, 10*sqrt(t)*sqrt(2))/t^(1/4) + 5*BesselY(sqrt(17)/2, 10*sqrt(t)*sqrt(2))/t^(1/4):

equ3 := BesselJ(sqrt(17)/2, 10*sqrt(t))/t^(1/4) + 5*BesselY(sqrt(17)/2, 10*sqrt(t))/t^(1/4):

tmax   := 30:
colors := ["Red", "Violet", "Blue"]:

p1 := plot([equ1, equ2, equ3], t = 0 .. tmax, labels = [t, T[2](t)], tickmarks = [0, 0], labelfont = [TIMES, ITALIC, 12], axes = boxed, color = colors):

ymin := min(op~(1, op~(2, op~(2, [plottools:-getdata(p1)])))):
ymax := max(op~(2, op~(2, op~(2, [plottools:-getdata(p1)])))):
dy   := 2*ymax:

legend1 := typeset(C[3] = 1, ` , `, C[4] = 1, ` , `, Omega^2 = 50):
legend2 := typeset(C[3] = 1, ` , `, C[4] = 5, ` , `, Omega^2 = 50):
legend3 := typeset(C[3] = 1, ` , `, C[4] = 5, ` , `, Omega^2 = 25):

p2 := seq(textplot([tmax-2, ymax-k*dy/20, legend||k], align=left), k=1..3):

p3 := seq(plot([[tmax-2, ymax-k*dy/20], [tmax-1, ymax-k*dy/20]], color=colors[k]), k=1..3):
display(p1, p2, p3, view=[default, -ymax..ymax], size=[800, 500])

Error, (in plot) invalid color specification: colors[1]

 

display(p1, p2, p3, view = [default, -ymax .. ymax], size = [800, 500])

(1)

 

Download Legend_Inside.mw

How can we export image with minimum size? I plot the solution and then export the image as an .eps file. But when I try to generate the generate the pdf file on Latex, the file size is too large. But when I plot the solutions on Matlab and export the images as .eps file, then Latex generate pdf file with samll size. Why Maple generate images of large sizes?

solution.mw

I want to plot the solutions of the equation (x-y)^2+(1-z)^2=0.

However, implicitplot3d is not able to plot them, at least using the default arguments. Any recommendations?

I know a priori that it is going to be a curve contained in a plane in case that makes this task easier.

NULL

Loading Student:-ODEs

xi^2*(diff(psi[m](xi), xi, xi))+2*xi*(diff(psi[m](xi), xi))+(xi^2-m*(m+1))*psi[m](xi) = 0

xi^2*(diff(diff(psi[m](xi), xi), xi))+2*xi*(diff(psi[m](xi), xi))+(xi^2-m*(m+1))*psi[m](xi) = 0

(1)

Student:-ODEs:-ODESteps(xi^2*(diff(psi[m](xi), `$`(xi, 2)))+2*xi*(diff(psi[m](xi), xi))+(xi^2-m*(m+1))*psi[m](xi) = 0, psi[m](xi))

"[[,,"Let's solve"],[,,xi^2 (((ⅆ)^2)/(ⅆxi^2) psi[m](xi))+2 xi ((ⅆ)/(ⅆxi) psi[m](xi))+(xi^2-m (m+1)) psi[m](xi)=0],["•",,"Highest derivative means the order of the ODE is" 2],[,,((ⅆ)^2)/(ⅆxi^2) psi[m](xi)],["•",,"Isolate 2nd derivative"],[,,((ⅆ)^2)/(ⅆxi^2) psi[m](xi)=((m^2-xi^2+m) psi[m](xi))/(xi^2)-(2 ((ⅆ)/(ⅆxi) psi[m](xi)))/xi],["•",,"Group terms with" psi[m](xi) "on the lhs of the ODE and the rest on the rhs of the ODE; ODE is linear"],[,,((ⅆ)^2)/(ⅆxi^2) psi[m](xi)+(2 ((ⅆ)/(ⅆxi) psi[m](xi)))/xi-((m^2-xi^2+m) psi[m](xi))/(xi^2)=0],["▫",,"Check to see if" xi[0]=0 "is a regular singular point"],[,"?","Define functions"],[,,[P[2](xi)=2/xi,P[3](xi)=-(m^2-xi^2+m)/(xi^2)]],[,"?",xi*P[2](xi) "is analytic at" xi=0],[,,([]) ? ()|() ? (xi=0)=2],[,"?",xi^2*P[3](xi) "is analytic at" xi=0],[,,([]) ? ()|() ? (xi=0)=-m^2-m],[,"?",xi=0 "is a regular singular point"],[,,"Check to see if" xi[0]=0 "is a regular singular point"],[,,xi[0]=0],["•",,"Multiply by denominators"],[,,(-m^2+xi^2-m) psi[m](xi)+2 xi ((ⅆ)/(ⅆxi) psi[m](xi))+xi^2 (((ⅆ)^2)/(ⅆxi^2) psi[m](xi))=0],["•",,"Assume series solution for" psi[m](xi)],[,,psi[m](xi)=(∑)a[k] xi^(k+r)],["▫",,"Rewrite ODE with series expansions"],[,"?","Convert" xi^m*psi[m](xi) "to series expansion for" m=0..2],[,,[]=(∑)a[k] xi^(k+r+m)],[,"?","Shift index using" k "->" k-m],[,,[]=(∑)a[k-m] xi^(k+r)],[,"?","Convert" xi*((ⅆ)/(ⅆxi) psi[m](xi)) "to series expansion"],[,,[]=(∑)a[k] (k+r) xi^(k+r)],[,"?","Convert" xi^2*(((ⅆ)^2)/(ⅆxi^2) psi[m](xi)) "to series expansion"],[,,[]=(∑)a[k] (k+r) (k+r-1) xi^(k+r)],[,,"Rewrite ODE with series expansions"],[,,a[0] (r+1+m) (r-m) xi^r+a[1] (r+2+m) (r-m+1) xi^(1+r)+((∑)(a[k] (r+1+m+k) (r-m+k)+a[k-2]) xi^(k+r))=0],["•",,a[0] "cannot be 0 by assumption, giving the indicial equation"],[,,(r+1+m) (r-m)=0],["•",,"Values of r that satisfy the indicial equation"],[,,r in {m,-m-1}],["•",,"Each term must be 0"],[,,a[1] (r+2+m) (r-m+1)=0],["•",,"Solve for the dependent coefficient(s)"],[,,a[1]=0],["•",,"Each term in the series must be 0, giving the recursion relation"],[,,a[k] (r+1+m+k) (r-m+k)+a[k-2]=0],["•",,"Shift index using" k "->" k+2],[,,a[k+2] (r+3+m+k) (r-m+k+2)+a[k]=0],["•",,"Recursion relation that defines series solution to ODE"],[,,a[k+2]=-(a[k])/((r+3+m+k) (r-m+k+2))],["•",,"Recursion relation for" r=m],[,,a[k+2]=-(a[k])/((2 m+3+k) (k+2))],["•",,"Solution for" r=m],[,,[psi[m](xi)=(∑)a[k] xi^(k+m),a[k+2]=-(a[k])/((2 m+3+k) (k+2)),a[1]=0]],["•",,"Recursion relation for" r=-m-1],[,,a[k+2]=-(a[k])/((k+2) (-2 m+1+k))],["•",,"Solution for" r=-m-1],[,,[psi[m](xi)=(∑)a[k] xi^(k-m-1),a[k+2]=-(a[k])/((k+2) (-2 m+1+k)),a[1]=0]],["•",,"Combine solutions and rename parameters"],[,,[psi[m](xi)=((∑)a[k] xi^(k+m))+((∑)b[k] xi^(k-m-1)),a[k+2]=-(a[k])/((2 m+3+k) (k+2)),a[1]=0,b[k+2]=-(b[k])/((k+2) (-2 m+1+k)),b[1]=0]]]6""

(2)

Solving for Sum(a[k]*xi^(k+m), k = 0 .. infinity)

 

q := a(k+2) = -a(k)/((2*m+3+k)*(k+2))

a(k+2) = -a(k)/((2*m+3+k)*(k+2))

(1.1)

``

When m =1

 

NULL

m[1] := eval(q, m = 1)

a(k+2) = -a(k)/((5+k)*(k+2))

(2.1)

A := rsolve({m[1], a(0) = 1, a(1) = 0}, a(k))

3*(k+2)*cos((1/2)*k*Pi)/GAMMA(k+4)

(2.2)

add(A*(eval(xi^(k+m), m = 1)), k = 0 .. 16)

xi-(1/10)*xi^3+(1/280)*xi^5-(1/15120)*xi^7+(1/1330560)*xi^9-(1/172972800)*xi^11+(1/31135104000)*xi^13-(1/7410154752000)*xi^15+(1/2252687044608000)*xi^17

(2.3)

``

When m =2

 

 

NULL

m[2] := eval(q, m = 2)

a(k+2) = -a(k)/((7+k)*(k+2))

(3.1)

A := rsolve({m[2], a(0) = 1, a(1) = 0}, a(k))

105*(k+4)*(k+2)*(k+6)*cos((1/2)*k*Pi)/GAMMA(k+8)

(3.2)

add(A*(eval(xi^(k+m), m = 2)), k = 0 .. 16)

xi^2-(1/18)*xi^4+(1/792)*xi^6-(1/61776)*xi^8+(1/7413120)*xi^10-(1/1260230400)*xi^12+(1/287332531200)*xi^14-(1/84475764172800)*xi^16+(1/31087081215590400)*xi^18

(3.3)

NULL

When m=3

 

NULL

m[3] := eval(q, m = 3)

a(k+2) = -a(k)/((9+k)*(k+2))

(4.1)

A := rsolve({m[3], a(0) = 1, a(1) = 0}, a(k))

105*(k+4)*(k+2)*(k+6)*cos((1/2)*k*Pi)/GAMMA(k+8)

(4.2)

add(A*(eval(xi^(k+m), m = 3)), k = 0 .. 16)

xi^3-(1/18)*xi^5+(1/792)*xi^7-(1/61776)*xi^9+(1/7413120)*xi^11-(1/1260230400)*xi^13+(1/287332531200)*xi^15-(1/84475764172800)*xi^17+(1/31087081215590400)*xi^19

(4.3)

NULL

When m=4

 

NULL

m[4] := eval(q, m = 4)

a(k+2) = -a(k)/((11+k)*(k+2))

(5.1)

A := rsolve({m[4], a(0) = 1, a(1) = 0}, a(k))

945*(k+4)*(k+8)*(k+2)*(k+6)*cos((1/2)*k*Pi)/GAMMA(k+10)

(5.2)

add(A*(eval(xi^(k+m), m = 4)), k = 0 .. 16)

xi^4-(1/22)*xi^6+(1/1144)*xi^8-(1/102960)*xi^10+(1/14002560)*xi^12-(1/2660486400)*xi^14+(1/670442572800)*xi^16-(1/215882508441600)*xi^18+(1/86353003376640000)*xi^20

(5.3)

``

When m=5

 

NULL

m[5] := eval(q, m = 5)

a(k+2) = -a(k)/((13+k)*(k+2))

(6.1)

A := rsolve({m[5], a(0) = 1, a(1) = 0}, a(k))

10395*(k+10)*(k+4)*(k+8)*(k+2)*(k+6)*cos((1/2)*k*Pi)/GAMMA(k+12)

(6.2)

add(A*(eval(xi^(k+m), m = 5)), k = 0 .. 16)

xi^5-(1/26)*xi^7+(1/1560)*xi^9-(1/159120)*xi^11+(1/24186240)*xi^13-(1/5079110400)*xi^15+(1/1401834470400)*xi^17-(1/490642064640000)*xi^19+(1/211957371924480000)*xi^21

(6.3)

NULL

Now solving  for Sum(b[k]*xi^(k-m-1), k = 0 .. infinity)

 

s := b(k+2) = -b(k)/((k+2)*(-2*m+1+k))

b(k+2) = -b(k)/((k+2)*(-2*m+1+k))

(7.1)

NULL

The final solution is the sum of 2 terms and I am doing it individually for 1st term. I think I am doing it wrong because answer did not match when comparing with textbook answer. Can anyone teach me or hint me compute the final series for m=1 to 10. An example of final series for m=1 would be helpful. 

Download ODE_sol.mw

Hello,

Attached is a simple worksheet dealing with units and angular motion.   I need to reverse calculate from an acceleration to the uniform motion (rad/sec or RPM) which is used in forces and FEA simulation.

The initial units work fine and get to a velocity (feet/sec) but then fail to convert to rad/sec or RPM.   The attached shows the results of units Hz (1/sec) and the problems with resolving to RPM or rad/sec.   the unit (length / length (radius)) as an answer stil confounds me.

Uniform_circular_motion_units_issue.mw

Any help greatly appreciated,
Bill

Hello, I have the following (nested) summation:

add(binomial(196, j)*0.5^(32.1+j)*add(binomial(109, l)*(-1)^(j+l)*add(0.5^(3.1*h)*GAMMA(-4.1+h)*GAMMA(9.3170731707317073170731707317073170731707317073170+.24390243902439024390243902439024390243902439024390*l+.24390243902439024390243902439024390243902439024390*j+.75609756097560975609756097560975609756097560975610*h)/(factorial(h)*(10.354838709677419354838709677419354838709677419355+.32258064516129032258064516129032258064516129032258*j+h)*GAMMA(.24390243902439024390243902439024390243902439024390*j+.24390243902439024390243902439024390243902439024390*l+15.417073170731707317073170731707317073170731707317+.75609756097560975609756097560975609756097560975610*h)), h = 0 .. infinity), l = 0 .. 109), j = 0 .. 196)

 

But it takes ages to sum h up to 80, for example. I was wondering whether we could improve to gain time. any ideas?

CorrBasis := {<sqrt(3),2,0>, <0,1/5,1>};
CorrMat := Matrix([op(CorrBasis)]);

Basis := {<3^(0.5), 2., 0.>, <0.,0.2,1.>}; #float
Basis := remove(i -> is(LinearAlgebra:-Rank(<CorrMat|i>) <> nops(CorrBasis)),  Basis);

I need to use matrices/ vectors with different datatypes. Do I need to turn them all into floats in order for Basis to remain the same after calling

Basis := remove(i -> is(LinearAlgebra:-Rank(<CorrMat|i>) <> nops(CorrBasis)),  Basis);

Is there any better way to manage this?

How do you stop Maple during this code execution:

proc()
x:
print(1);
goto(x);
end():

     Hello everyone !

     I have a problem asking for help:

     In the Oxy coordinate plane, for rectangles are limited by straight lines: x=1, x=7, y=1, y=9 and there are 63 points distinguished from coordinates that are integers located on this rectangle.

     These include:

  • 7 black points with coordinates are listed in the list:

[[1,1], [2,1], [3,1], [4,1], [5,1], [6,1], [7,1]].

  • 7 red points with coordinates are listed in the list:

[[1,2], [2,2], [3,2], [4,2], [5,2], [6,2], [7,2]].

  • 8 yellow points with coordinates are listed in the list:

[[1,3], [4,3], [5,3], [7,3], [1,4], [4,4], [5,4], [7,4] ].

  • 6 pink points with coordinates are listed in the list:

[[2,3], [3,3], [6,3], [2,4], [3,4], [6,4]].

  • 8 brown points with coordinates are listed in the list:

[[1,5], [3,5], [5,5], [7,5], [1,6], [3,6], [5,6], [7,6]].

  • 6 purple points with coordinates are listed:

[[2,5], [4,5], [6,5], [2,6], [4,6], [6,6]].

  • 9 blue points with coordinates are listed in the list:

[[1,7], [2,7], [7,7], [1,8], [2,8], [7,8], [1,9], [2,9], [7,9]].

  • 6 green points with coordinates are listed:

[[3,7], [5,7], [3,8], [5,8], [3,9], [5,9]].

  • 6 orange points with coordinates are listed in the list:

[[4,7], [6,7], [4,8], [6,8], [4,9], [6,9]].

     Help me find the integer coordinates of the 63 points when arranging them on the rectangle knowing that their HorizontalCoord has not changed, and the VerticalCoord of the points of the same color is always different with the Maple command.

     Thank you so much for your help!

I would show you what I have but I actually don't know where to start this problem..

If n people (numbered 1 to n) stand in a circle and someone starts going around the circle and eliminating every other person till only one person is left, the number J(n) of the person left at the end is given by 

    J(n) = 1                           if n = 1
    J(n) = 2*J(n/2) - 1          if n > 1 and n is even
    J(n) = 2*J((n-1)/2) + 1   if  n > 1 and n is odd

(i) Write a recursive procedure to compute J. [As a check the first 16 values (starting with 1) of J(n) are 1,1,3,1,3,5,7,1,3,5,7,9,11,13,15,1]. 
(ii)Compute the value of J(10000). 
(iii) Can you explain why this is so much faster than our recursive procedure to compute the n-th Fibonacci number?

Why this error message ?
with(geometry);
vartheta := (2*Pi)/17;
x || k := cos(k*theta);
y || k := sin(k*theta);
 xk := cos(k theta): yk := sin(k theta)
.M||k:=(point,x||k,y||k);
 with(plots):
Points := pointplot([seq(M || k, k = 1 .. 16)], symbol = solidcircle, color = red, symbolsize = 10):
Error, (in plots:-pointplot) cannot convert data to an Array of datatype float[8]; Thank you for your answer..

First 155 156 157 158 159 160 161 Last Page 157 of 2279