Kitonum

21875 Reputation

26 Badges

17 years, 242 days

MaplePrimes Activity


These are replies submitted by Kitonum

chomchom  To be precise, it's not your code, but mine from here. You by some reason  interrupted the discussion in this thread and start a new one. It is better not to do so. If you give a precise definition of what is called a normalized function, I will try to solve this problem.

@Agha  

a:=3:  b:=5:  sqrt('a-b'):  %;

@chomchom  Just change the initial condition for the first equation:

schro := {diff(psi(x), x, x)-(alpha*x^4+x^2-energy)*psi(x) = 0};

ic := {psi(3) = 0, (D(psi))(3) = 1};

Ic := [{psi(3) = 0, (D(psi))(3) = -1}, % $ 2];

E:=[1.06538, 5.74795, 8.35258]:

schro1 := [seq(subs(energy = e, alpha = 0.1, schro), e=E)];

soln1 := [seq(dsolve(schro1[i] union Ic[i], {psi(x)}, type = numeric), i=1..nops(E))];

with(plots):

display(seq(odeplot(soln1[i], [x, psi(x)], -3 .. 3, color=[red,blue,green][i]), i=1..nops(E)));

@chomchom  You can use  seq  command:

schro := {diff(psi(x), x, x)-(alpha*x^4+x^2-energy)*psi(x) = 0};

ic := {psi(3) = 0, (D(psi))(3) = 1};

E:=[1.06538, 5.74795, 8.35258]:

schro1 := [seq(subs(energy = e, alpha = 0.1, schro), e=E)];

soln1 := [seq(dsolve(schro1[i] union ic, {psi(x)}, type = numeric), i=1..nops(E))];

with(plots):

display(seq(odeplot(soln1[i], [x, psi(x)], -3 .. 3, color=[red,blue,green][i]), i=1..nops(E)));

of the initial problem everyone can see in this post .

@Carl Love  I showed only the initial step - how to integrate the equation. I think that OP will guess what to do next. If not, here's the complete solution: 

                     

 

 Addition:  simplify command can be omitted,  ie just write  2*%

@brian bovril  You use combinat:-choose command two times: to select the names and separately their numerical characteristics.  In this case the order of the relevant sublists is broken. Possible workaround - combine in each sublist a name and a corresponding number:

restart;

Area:=d->Pi*(1/2*d)^2:

s := Area(15);

m := Area(20);

l := Area(25);

Obj:=(s+m+l)*(1/4);

P := [[S/2,s/2], [M/2,m/2], [L/2,l/2]];

A := combinat:-choose(P);

ans:=select(a->simplify(`+`(seq(a[i,2], i=1..nops(a)))=Obj), A);

k:=nops(ans);

pos:=seq(ListTools:-SearchAll(ans[i],A),i=1..k);

 

 

 

@Carl Love

If we can not disprove a certain statement, then we consider it a true:

evalb(a<>x); 

                                         true

@emendes  Test1  procedure generalizes  Test  procedure to any number of variables ( f  is the list of expressions,  v  is the list of variables):

Test1:=(f, v)->`if`(`or`(seq(depends(f[i], v[i]) and not depends(f[i], {v[]} minus {v[i]}), i=1..nops(v))) , false, true):

I did not check your options (no free time).

 

Carl, your version can give a result that is different from mine:

f:=[a,b,c]: v:=[x,y,z]:

Test1(f, v);

valid(f, v);

                                                true

                                                false

 

I think OP will decide which version is more suitable to him.

 

 

 

@vv  I think the reason is that Maple is plotting  the surface by the values of the function on a rectangular grid. The domain of the function may be different from this rectangular region and many points do not lie on the border. Here is a simple example, where it is clearly visible:

S:=y^(1/3);

plot3d(S, x=0..1, y=0..1, grid=[30,30], axes=normal, view=[0..1,0..1,0..1], orientation=[-25,70]);  # OK

 

Slightly change the range for  y  variable:

plot3d(S, x=0..1,y=-0.1..1 , grid=[30,30], axes=normal, view=[0..1,0..1,0..1], orientation=[-25,70]);  # Not very good plotting because the grid's points do not lie on the  x-axis

                             

 

 

 

   Change the grid in order to its points again lie on the  x-axis:

plot3d(S,  x=0..1, y=-0.1..1, grid=[23,23], axes=normal, view=[0..1,0..1,0..1], orientation=[-25,70]);  # Now OK again

                              

                       

 

 

@Bendesarts  I do not understand. You wrote "I have tried but it seems that no simplifications is made with this function simplify(,size)".   Compare the lengths of expressions  condition1  and  condition2 . The latter is about 5 times shorter:

 

restart;

A1 := (-2*cr*mr*cos(gamma[3](t)-phi[3](t))+2*cr*mr*cos(-phi[4](t)+gamma[4](t))-2*cr*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t)))/cr^2;

(-2*cr*mr*cos(gamma[3](t)-phi[3](t))+2*cr*mr*cos(-phi[4](t)+gamma[4](t))-2*cr*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t)))/cr^2

(1)

B1 := (-2*cr*mr*sin(gamma[3](t)-phi[3](t))+2*cr*mr*sin(-phi[4](t)+gamma[4](t))-2*cr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t)))/cr^2;

(-2*cr*mr*sin(gamma[3](t)-phi[3](t))+2*cr*mr*sin(-phi[4](t)+gamma[4](t))-2*cr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t)))/cr^2

(2)

CC1:=(1/cr^2)*(-2*mr*(cos(gamma[4](t))*pr+cos(-phi[4](t)+gamma[4](t))*mr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(gamma[3](t)-phi[3](t))+2*mr*(cos(gamma[4](t))*pr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(-phi[4](t)+gamma[4](t))-2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))+mr*sin(-phi[4](t)+gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t)-phi[3](t))+2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))-xp[3](t)+xp[4](t))*sin(-phi[4](t)+gamma[4](t))-2*pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))-2*pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))-2*pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))-2*pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+2*mr^2+2*pr^2+xp[3](t)^2-2*xp[3](t)*xp[4](t)+xp[4](t)^2+zp[3](t)^2-2*zp[4](t)*zp[3](t)+zp[4](t)^2);

(-2*mr*(cos(gamma[4](t))*pr+cos(-phi[4](t)+gamma[4](t))*mr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(gamma[3](t)-phi[3](t))+2*mr*(cos(gamma[4](t))*pr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(-phi[4](t)+gamma[4](t))-2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))+mr*sin(-phi[4](t)+gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t)-phi[3](t))+2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))-xp[3](t)+xp[4](t))*sin(-phi[4](t)+gamma[4](t))-2*pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))-2*pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))-2*pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))-2*pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+2*mr^2+2*pr^2+xp[3](t)^2-2*xp[3](t)*xp[4](t)+xp[4](t)^2+zp[3](t)^2-2*zp[4](t)*zp[3](t)+zp[4](t)^2)/cr^2

(3)

condition1:=simplify(A1^2+B1^2-CC1^2,trig);

(4*zp[3](t)^3*zp[4](t)+4*xp[3](t)^3*xp[4](t)+(8*cr^2-24*pr^2)*mr^2+(4*cr^2-4*mr^2-4*pr^2)*zp[4](t)^2+(4*cr^2-4*mr^2-4*pr^2-6*zp[4](t)^2)*zp[3](t)^2+(4*cr^2-12*mr^2-12*pr^2-2*zp[3](t)^2+4*zp[4](t)*zp[3](t)-2*zp[4](t)^2)*xp[4](t)^2+(4*cr^2-12*mr^2-12*pr^2-6*xp[4](t)^2-2*zp[3](t)^2+4*zp[4](t)*zp[3](t)-2*zp[4](t)^2)*xp[3](t)^2-8*mr^2*(-mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*sin(gamma[3](t)-phi[3](t))+cos(gamma[3](t))^2*pr^2-pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))+cos(gamma[4](t))^2*pr^2-pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))-zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)+(1/2)*zp[3](t)^2+(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-(1/2)*mr^2-pr^2)*cos(-phi[4](t)+gamma[4](t))^2-8*mr^2*(cos(-phi[4](t)+gamma[4](t))^2*mr^2-mr*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t))*cos(-phi[4](t)+gamma[4](t))+mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*sin(-phi[4](t)+gamma[4](t))+cos(gamma[3](t))^2*pr^2-pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))+cos(gamma[4](t))^2*pr^2-pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))-zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)+(1/2)*zp[3](t)^2+(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-(1/2)*mr^2-pr^2)*cos(gamma[3](t)-phi[3](t))^2-8*(-(1/2)*zp[4](t)^2-mr^2-pr^2+cr^2)*zp[4](t)*zp[3](t)-8*xp[4](t)*(cr^2-3*mr^2-3*pr^2-(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*xp[3](t)-8*pr*(pr*(-pr^2+3*xp[3](t)*xp[4](t)+zp[4](t)*zp[3](t)-3*mr^2-(3/2)*xp[3](t)^2-(3/2)*xp[4](t)^2-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2+cr^2)*sin(gamma[4](t))-(cr^2-3*mr^2-2*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*(xp[3](t)-xp[4](t)))*sin(gamma[3](t))+8*pr^2*(pr*(xp[3](t)-xp[4](t))*sin(gamma[3](t))+mr^2+(1/2)*pr^2+(1/2)*xp[3](t)^2-xp[3](t)*xp[4](t)+(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*cos(gamma[4](t))^2-8*(cos(gamma[4](t))^2*pr^2-pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))-mr^2-(1/2)*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2+(1/2)*zp[3](t)^2-zp[4](t)*zp[3](t)+(1/2)*zp[4](t)^2)*pr^2*cos(gamma[3](t))^2+8*mr*(pr^2*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*cos(gamma[3](t))^2-pr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))-pr^2*(pr*sin(gamma[3](t))+xp[3](t)-xp[4](t))*cos(gamma[4](t))^2-pr*(zp[3](t)-zp[4](t))*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*cos(gamma[4](t))-3*(pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+(1/3)*cr^2-(2/3)*mr^2-(2/3)*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/6)*zp[3](t)^2+(1/3)*zp[4](t)*zp[3](t)-(1/6)*zp[4](t)^2)*pr*sin(gamma[3](t))+pr*(cr^2-2*mr^2-2*pr^2-(3/2)*xp[3](t)^2+3*xp[3](t)*xp[4](t)-(3/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*sin(gamma[4](t))-(cr^2-2*mr^2-3*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*(xp[3](t)-xp[4](t)))*sin(-phi[4](t)+gamma[4](t))-8*((cos(gamma[3](t))^2*pr^2+pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))+cos(gamma[4](t))^2*pr^2+pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+3*pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+3*pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))-mr^2+3*xp[3](t)*xp[4](t)+zp[4](t)*zp[3](t)-3*pr^2-(3/2)*xp[3](t)^2-(3/2)*xp[4](t)^2-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2+cr^2)*mr*sin(-phi[4](t)+gamma[4](t))+pr^2*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*cos(gamma[3](t))^2-pr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))-pr^2*(pr*sin(gamma[3](t))+xp[3](t)-xp[4](t))*cos(gamma[4](t))^2-pr*(zp[3](t)-zp[4](t))*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*cos(gamma[4](t))-3*(pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+(1/3)*cr^2-(2/3)*mr^2-(2/3)*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/6)*zp[3](t)^2+(1/3)*zp[4](t)*zp[3](t)-(1/6)*zp[4](t)^2)*pr*sin(gamma[3](t))+pr*(cr^2-2*mr^2-2*pr^2-(3/2)*xp[3](t)^2+3*xp[3](t)*xp[4](t)-(3/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*sin(gamma[4](t))-(cr^2-2*mr^2-3*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*(xp[3](t)-xp[4](t)))*mr*sin(gamma[3](t)-phi[3](t))+8*cr^2*pr^2-8*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t))*(-mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))-mr*sin(-phi[4](t)+gamma[4](t))+xp[3](t)-xp[4](t))*sin(gamma[3](t)-phi[3](t))+mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*sin(-phi[4](t)+gamma[4](t))+pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))+pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-mr^2-pr^2+cr^2)*mr*cos(-phi[4](t)+gamma[4](t))-8*(cr^2-3*mr^2-2*pr^2-(1/2)*xp[3](t)^2+xp[3](t)*xp[4](t)-(1/2)*xp[4](t)^2-(1/2)*zp[3](t)^2+zp[4](t)*zp[3](t)-(1/2)*zp[4](t)^2)*pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))-8*(pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-mr^2-pr^2+cr^2)*pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+8*mr*(mr*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t))*cos(-phi[4](t)+gamma[4](t))-mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))-mr*sin(-phi[4](t)+gamma[4](t))+xp[3](t)-xp[4](t))*sin(gamma[3](t)-phi[3](t))+mr*(pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))*sin(-phi[4](t)+gamma[4](t))+pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))+pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-mr^2-pr^2+cr^2)*(cos(gamma[3](t))*pr-cos(gamma[4](t))*pr-cos(-phi[4](t)+gamma[4](t))*mr+zp[3](t)-zp[4](t))*cos(gamma[3](t)-phi[3](t))-8*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*pr*(pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))+pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))+pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+zp[4](t)*zp[3](t)+xp[3](t)*xp[4](t)-(1/2)*zp[3](t)^2-(1/2)*zp[4](t)^2-(1/2)*xp[3](t)^2-(1/2)*xp[4](t)^2-mr^2-pr^2+cr^2)*cos(gamma[3](t))-8*mr^4-8*pr^4-zp[3](t)^4-zp[4](t)^4-xp[3](t)^4-xp[4](t)^4)/cr^4

(4)

condition2 := simplify(A1^2+B1^2-CC1^2, size);

4*(mr*cos(gamma[3](t)-phi[3](t))-cos(-phi[4](t)+gamma[4](t))*mr+cos(gamma[3](t))*pr-cos(gamma[4](t))*pr+zp[3](t)-zp[4](t))^2/cr^2+4*(mr*sin(gamma[3](t)-phi[3](t))-mr*sin(-phi[4](t)+gamma[4](t))+pr*sin(gamma[3](t))-pr*sin(gamma[4](t))+xp[3](t)-xp[4](t))^2/cr^2-(-2*mr*(cos(gamma[4](t))*pr+cos(-phi[4](t)+gamma[4](t))*mr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(gamma[3](t)-phi[3](t))+2*mr*(cos(gamma[4](t))*pr-cos(gamma[3](t))*pr+zp[4](t)-zp[3](t))*cos(-phi[4](t)+gamma[4](t))-2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))+mr*sin(-phi[4](t)+gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t)-phi[3](t))+2*mr*(pr*sin(gamma[4](t))-pr*sin(gamma[3](t))-xp[3](t)+xp[4](t))*sin(-phi[4](t)+gamma[4](t))-2*pr*(cos(gamma[4](t))*pr-zp[3](t)+zp[4](t))*cos(gamma[3](t))-2*pr*(zp[3](t)-zp[4](t))*cos(gamma[4](t))-2*pr*(pr*sin(gamma[4](t))-xp[3](t)+xp[4](t))*sin(gamma[3](t))-2*pr*(xp[3](t)-xp[4](t))*sin(gamma[4](t))+2*mr^2+2*pr^2+xp[3](t)^2-2*xp[3](t)*xp[4](t)+xp[4](t)^2+zp[3](t)^2-2*zp[4](t)*zp[3](t)+zp[4](t)^2)^2/cr^4

(5)

 

 

Download simplification_condition_de_compatibilité_new.mw

@diedrotn  I do not know any other way to solve your equation.

You have to give a detailed description of the problem as a whole. Maybe then someone will be able to help you.

@taro   I don't know. I never used the syntax  `convert/string`(...)  , only  convert(..., string)

@vv  Thank you.

You wrote "But what would be the simplest workaround for g(x) ?" I don't know. I think that the use of a special symbol like  _x   - is a good idea.

@vv  No, I haven't any references.

First 75 76 77 78 79 80 81 Last Page 77 of 134