MaplePrimes Questions

Hello everyone.

I am not really sure how to solve the following problem:

Given a parametriaztion of a surface as an interpolation in terms of given nodes as:
X(ξ,η)= Σ Νi(ξ,η) Xi, it is possible to calculate tangent and normal vectors as:
α1(ξ,η)= Σ Νi,ξ(ξ,η) Xi     α2(ξ,η)= Σ Νi,η(ξ,η) Xi  and a3(ξ,η)= cross(a1,a2) and their derivatives
α1,ξ α1,η α2,ξ α2,η etc.
For a variation of Xi i.e.  a variation of X can be calculated δX(ξ,η)= Σ Νi(ξ,η) δXi in terms of 
intermediate quantities that are as simple as  Σ Νi(ξ,η) for the position vector but get quite complicate
for the normal vector (δα3 that depends on a cross product) of given vectors  and for higher order derivatives,
or for the second variation. These variations can be also expressed with a directional derivative in the direction 
X,Y, or Z of a node i with initial position Xi.

To calculate those more complicate derivations I try to express them in terms of known less complicate ones.
Symbolizing r and s the first and second variation, and α,β firs and second derivative withh respect to ξ οr h or ξ,η.


Regarding the variation of the normal vector "a3_t" as known (i.e. a3_t,r)
and the variation of its norm "a3_n" (i.e. a3_n,r) as known too we can get the variation of
the of unit normal using the following commands:

a3 := a3_t(a, s, r)*(1/a3_n(a, s, r)): (vector-scalar operation) (1)
diff(a3, r):

the second variation
diff(a3, r):
diff(diff(a3, r), s) (2)

and even variations of its derivatives 
diff(diff(diff(a3, a), r), s): (3) 

That yield the results of the posted picture.

The problem is that if we want to calculate in the same way the variation of the derivative 
of expressions that involve the vector-vector operations i.e  variation of diff(a3_t, a)
where a3_t = CrossProduct(a1(a,r,s),a2(a,r,s)) it is not possible to do that as in (1)
we cannot substitute CrossProduct or dot product operation  with simple multiplication.

If we use the same strategy in VectorCalculus package we can get some results:
using the following commands: 

a1 := PositionVector([a1x(a, s, r), a1y(a, s, r), a1z(a, s, r)], cartesian[x, y, z])
a2 := PositionVector([a2x(a, s, r), a2y(a, s, r), a2z(a, s, r)], cartesian[x, y, z])
a3T := CrossProduct(a1, a2)
diff(a3T, r)

but then (as it is shown in the upload picture 2) the calculations are performed component-wise
are very lengthy so it is impossible to get second derivative or second derivation.

So I would like to ask is it possible to declare a1 as a vector but not give its components a1x, a1y etc explicitely but instead
declare it as a vector valued function of (a, r, s). so that it yields simpler expressions 
as "a3_t,r= a1,r(x)a2 + a1(x)a2,r".

I would also like to know if those calculations can be made simpler with and another package and if so is there an appropriate example
or a book that explains how to do that.

I would really appreciate  any idea.
Because this is a difficult problem Maple can make it very easy.

Thank you in advance.


upload1.mw

I am not geting value of F3.

question_1.mw
 

restart

A1 := diff(f[3](x), x, x, x, x)+2*R*(((A-1)*x+1)*(diff((1/210)*R^2*((1/72)*(-204*A*C1^2-408*A*C1*C2-204*A*C2^2+204*C1^2+408*C1*C2+204*C2^2)*x^9+(1/56)*(784*A*C1^2+1176*A*C1*C2+392*A*C2^2-1036*C1^2-1680*C1*C2-644*C2^2)*x^8+(1/42)*(2394*A*C1^2*L+4788*A*C1*C2*L+2394*A*C2^2*L-28*A^3-1064*A*C1^2-1064*A*C1*C2-140*A*C2^2-2394*C1^2*L-4788*C1*C2*L-2394*C2^2*L+84*A^2+2072*C1^2+2576*C1*C2+644*C2^2-84*A+28)*x^7+(1/30)*(-6300*A*C1^2*L-9450*A*C1*C2*L-3150*A*C2^2*L+420*A*C1^2+210*A*C1*C2+8820*C1^2*L+14490*C1*C2*L+5670*C2^2*L-140*A^2-1960*C1^2-1750*C1*C2-280*C2^2+280*A-140)*x^6+(1/20)*(-2520*A*C1^2*L^2-5040*A*C1*C2*L^2-2520*A*C2^2*L^2+70*A^3*L+5348*A*C1^2*L+5516*A*C1*C2*L+728*A*C2^2*L+2520*C1^2*L^2+5040*C1*C2*L^2+2520*C2^2*L^2+42*A^3-210*A^2*L+200*A*C1^2+120*A*C1*C2-80*A*C2^2-12068*C1^2*L-15596*C1*C2*L-4088*C2^2*L+14*A^2+210*A*L+780*C1^2+440*C1*C2+220*C2^2-294*A-70*L+238)*x^5+(1/12)*(5040*A*C1^2*L^2+7560*A*C1*C2*L^2+2520*A*C2^2*L^2-1176*A*C1^2*L-672*A*C1*C2*L+84*A*C2^2*L-5040*C1^2*L^2-7560*C1*C2*L^2-2520*C2^2*L^2-14*A^3+210*A^2*L-136*A*C1^2-34*A*C1*C2+32*A*C2^2+7308*C1^2*L+7056*C1*C2*L+1008*C2^2*L+70*A^2-420*A*L-12*C1^2+18*C1*C2-180*C2^2+112*A+210*L-168)*x^4+(1/6)*(-2772*A*C1^2*L^2-3024*A*C1*C2*L^2-252*A*C2^2*L^2-63*A^3*L-300*A*C1^2*L-180*A*C1*C2*L+120*A*C2^2*L+2772*C1^2*L^2+3024*C1*C2*L^2+252*C2^2*L^2-21*A^2*L-1842*C1^2*L-1164*C1*C2*L-162*C2^2*L-28*A^2+231*A*L-48*C1^2-12*C1*C2+36*C2^2-14*A-147*L+42)*x^3)+(1/2)*(-(2/15)*L*R^2*A-(1/30)*L*R^2*A^2+(24/35)*L*R^2*C1^2+(17/35)*L*R^2*C2^2+(1/15)*L*R^2*A^3+(6/35)*L*R^2*C1*C2-(6/5)*L^2*R^2*C1*C2+(68/105)*L*R^2*A*C1^2-(16/105)*L*R^2*A*C2^2+(8/5)*L^2*R^2*A*C1^2-(2/5)*L^2*R^2*C2^2*A+(17/105)*L*R^2*A*C1*C2+(6/5)*L^2*R^2*A*C1*C2-(8/5)*C1^2*R^2*L^2+(2/5)*L^2*R^2*C2^2+(1/10)*L*R^2)*x^2+(-(86/525)*L*R^2*A*C1^2-(29/1050)*L*R^2*A*C1*C2+(1/350)*L*R^2*A*C2^2-(2/1575)*R^2*A^3+(1/140)*R^2*A*C1^2-(1/1260)*R^2*A*C1*C2+(1/420)*R^2*A*C2^2-(19/525)*L*R^2*C1^2-(1/175)*L*R^2*C1*C2-(89/525)*L*R^2*C2^2+(2/525)*R^2*A^2+(1/126)*C1^2*R^2-(1/1260)*R^2*C1*C2+(1/315)*R^2*C2^2+(11/6300)*R^2*A-(3/700)*R^2)*x, x))+(-2*R*(-(1/10)*A*C1*x^5-(1/10)*A*C2*x^5+(1/2)*A*C1*L*x^3+(1/6)*A*C1*x^4+(1/2)*A*C2*L*x^3+(1/12)*A*C2*x^4+(1/10)*x^5*C1+(1/10)*x^5*C2-A*C1*L*x^2-(1/2)*A*C2*L*x^2-(1/2)*C1*x^3*L-(5/12)*x^4*C1-(1/2)*C2*L*x^3-(1/3)*x^4*C2+C1*x^2*L+(2/3)*C1*x^3+(1/2)*C2*L*x^2+(1/3)*x^3*C2-(1/2)*C1*x^2)+(-A*C1*L*R+(2/15)*R*C1*A-(1/30)*R*A*C2+C1*L*R-(3/10)*R*C1+(1/5)*R*C2)*x)*(diff(-2*R*(-(1/10)*A*C1*x^5-(1/10)*A*C2*x^5+(1/2)*A*C1*L*x^3+(1/6)*A*C1*x^4+(1/2)*A*C2*L*x^3+(1/12)*A*C2*x^4+(1/10)*x^5*C1+(1/10)*x^5*C2-A*C1*L*x^2-(1/2)*A*C2*L*x^2-(1/2)*C1*x^3*L-(5/12)*x^4*C1-(1/2)*C2*L*x^3-(1/3)*x^4*C2+C1*x^2*L+(2/3)*C1*x^3+(1/2)*C2*L*x^2+(1/3)*x^3*C2-(1/2)*C1*x^2)+(-A*C1*L*R+(2/15)*R*C1*A-(1/30)*R*A*C2+C1*L*R-(3/10)*R*C1+(1/5)*R*C2)*x, x))+((1/210)*R^2*((1/72)*(-204*A*C1^2-408*A*C1*C2-204*A*C2^2+204*C1^2+408*C1*C2+204*C2^2)*x^9+(1/56)*(784*A*C1^2+1176*A*C1*C2+392*A*C2^2-1036*C1^2-1680*C1*C2-644*C2^2)*x^8+(1/42)*(2394*A*C1^2*L+4788*A*C1*C2*L+2394*A*C2^2*L-28*A^3-1064*A*C1^2-1064*A*C1*C2-140*A*C2^2-2394*C1^2*L-4788*C1*C2*L-2394*C2^2*L+84*A^2+2072*C1^2+2576*C1*C2+644*C2^2-84*A+28)*x^7+(1/30)*(-6300*A*C1^2*L-9450*A*C1*C2*L-3150*A*C2^2*L+420*A*C1^2+210*A*C1*C2+8820*C1^2*L+14490*C1*C2*L+5670*C2^2*L-140*A^2-1960*C1^2-1750*C1*C2-280*C2^2+280*A-140)*x^6+(1/20)*(-2520*A*C1^2*L^2-5040*A*C1*C2*L^2-2520*A*C2^2*L^2+70*A^3*L+5348*A*C1^2*L+5516*A*C1*C2*L+728*A*C2^2*L+2520*C1^2*L^2+5040*C1*C2*L^2+2520*C2^2*L^2+42*A^3-210*A^2*L+200*A*C1^2+120*A*C1*C2-80*A*C2^2-12068*C1^2*L-15596*C1*C2*L-4088*C2^2*L+14*A^2+210*A*L+780*C1^2+440*C1*C2+220*C2^2-294*A-70*L+238)*x^5+(1/12)*(5040*A*C1^2*L^2+7560*A*C1*C2*L^2+2520*A*C2^2*L^2-1176*A*C1^2*L-672*A*C1*C2*L+84*A*C2^2*L-5040*C1^2*L^2-7560*C1*C2*L^2-2520*C2^2*L^2-14*A^3+210*A^2*L-136*A*C1^2-34*A*C1*C2+32*A*C2^2+7308*C1^2*L+7056*C1*C2*L+1008*C2^2*L+70*A^2-420*A*L-12*C1^2+18*C1*C2-180*C2^2+112*A+210*L-168)*x^4+(1/6)*(-2772*A*C1^2*L^2-3024*A*C1*C2*L^2-252*A*C2^2*L^2-63*A^3*L-300*A*C1^2*L-180*A*C1*C2*L+120*A*C2^2*L+2772*C1^2*L^2+3024*C1*C2*L^2+252*C2^2*L^2-21*A^2*L-1842*C1^2*L-1164*C1*C2*L-162*C2^2*L-28*A^2+231*A*L-48*C1^2-12*C1*C2+36*C2^2-14*A-147*L+42)*x^3)+(1/2)*(-(2/15)*L*R^2*A-(1/30)*L*R^2*A^2+(24/35)*L*R^2*C1^2+(17/35)*L*R^2*C2^2+(1/15)*L*R^2*A^3+(6/35)*L*R^2*C1*C2-(6/5)*L^2*R^2*C1*C2+(68/105)*L*R^2*A*C1^2-(16/105)*L*R^2*A*C2^2+(8/5)*L^2*R^2*A*C1^2-(2/5)*L^2*R^2*C2^2*A+(17/105)*L*R^2*A*C1*C2+(6/5)*L^2*R^2*A*C1*C2-(8/5)*C1^2*R^2*L^2+(2/5)*L^2*R^2*C2^2+(1/10)*L*R^2)*x^2+(-(86/525)*L*R^2*A*C1^2-(29/1050)*L*R^2*A*C1*C2+(1/350)*L*R^2*A*C2^2-(2/1575)*R^2*A^3+(1/140)*R^2*A*C1^2-(1/1260)*R^2*A*C1*C2+(1/420)*R^2*A*C2^2-(19/525)*L*R^2*C1^2-(1/175)*L*R^2*C1*C2-(89/525)*L*R^2*C2^2+(2/525)*R^2*A^2+(1/126)*C1^2*R^2-(1/1260)*R^2*C1*C2+(1/315)*R^2*C2^2+(11/6300)*R^2*A-(3/700)*R^2)*x)*(diff((A-1)*x+1, x))+((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x)*(diff(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2, x, x, x))+(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2)*(diff(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2, x, x, x))+(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2)*(diff((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x, x, x, x)))-L*R*((diff((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x, x))*(diff(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2, x, x, x, x))+(diff(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2, x))*(diff(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2, x, x, x, x))+(diff(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2, x))*(diff((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x, x, x, x, x))+3*(diff((A-1)*x+1, x))*(diff((1/210)*R^2*((1/72)*(-204*A*C1^2-408*A*C1*C2-204*A*C2^2+204*C1^2+408*C1*C2+204*C2^2)*x^9+(1/56)*(784*A*C1^2+1176*A*C1*C2+392*A*C2^2-1036*C1^2-1680*C1*C2-644*C2^2)*x^8+(1/42)*(2394*A*C1^2*L+4788*A*C1*C2*L+2394*A*C2^2*L-28*A^3-1064*A*C1^2-1064*A*C1*C2-140*A*C2^2-2394*C1^2*L-4788*C1*C2*L-2394*C2^2*L+84*A^2+2072*C1^2+2576*C1*C2+644*C2^2-84*A+28)*x^7+(1/30)*(-6300*A*C1^2*L-9450*A*C1*C2*L-3150*A*C2^2*L+420*A*C1^2+210*A*C1*C2+8820*C1^2*L+14490*C1*C2*L+5670*C2^2*L-140*A^2-1960*C1^2-1750*C1*C2-280*C2^2+280*A-140)*x^6+(1/20)*(-2520*A*C1^2*L^2-5040*A*C1*C2*L^2-2520*A*C2^2*L^2+70*A^3*L+5348*A*C1^2*L+5516*A*C1*C2*L+728*A*C2^2*L+2520*C1^2*L^2+5040*C1*C2*L^2+2520*C2^2*L^2+42*A^3-210*A^2*L+200*A*C1^2+120*A*C1*C2-80*A*C2^2-12068*C1^2*L-15596*C1*C2*L-4088*C2^2*L+14*A^2+210*A*L+780*C1^2+440*C1*C2+220*C2^2-294*A-70*L+238)*x^5+(1/12)*(5040*A*C1^2*L^2+7560*A*C1*C2*L^2+2520*A*C2^2*L^2-1176*A*C1^2*L-672*A*C1*C2*L+84*A*C2^2*L-5040*C1^2*L^2-7560*C1*C2*L^2-2520*C2^2*L^2-14*A^3+210*A^2*L-136*A*C1^2-34*A*C1*C2+32*A*C2^2+7308*C1^2*L+7056*C1*C2*L+1008*C2^2*L+70*A^2-420*A*L-12*C1^2+18*C1*C2-180*C2^2+112*A+210*L-168)*x^4+(1/6)*(-2772*A*C1^2*L^2-3024*A*C1*C2*L^2-252*A*C2^2*L^2-63*A^3*L-300*A*C1^2*L-180*A*C1*C2*L+120*A*C2^2*L+2772*C1^2*L^2+3024*C1*C2*L^2+252*C2^2*L^2-21*A^2*L-1842*C1^2*L-1164*C1*C2*L-162*C2^2*L-28*A^2+231*A*L-48*C1^2-12*C1*C2+36*C2^2-14*A-147*L+42)*x^3)+(1/2)*(-(2/15)*L*R^2*A-(1/30)*L*R^2*A^2+(24/35)*L*R^2*C1^2+(17/35)*L*R^2*C2^2+(1/15)*L*R^2*A^3+(6/35)*L*R^2*C1*C2-(6/5)*L^2*R^2*C1*C2+(68/105)*L*R^2*A*C1^2-(16/105)*L*R^2*A*C2^2+(8/5)*L^2*R^2*A*C1^2-(2/5)*L^2*R^2*C2^2*A+(17/105)*L*R^2*A*C1*C2+(6/5)*L^2*R^2*A*C1*C2-(8/5)*C1^2*R^2*L^2+(2/5)*L^2*R^2*C2^2+(1/10)*L*R^2)*x^2+(-(86/525)*L*R^2*A*C1^2-(29/1050)*L*R^2*A*C1*C2+(1/350)*L*R^2*A*C2^2-(2/1575)*R^2*A^3+(1/140)*R^2*A*C1^2-(1/1260)*R^2*A*C1*C2+(1/420)*R^2*A*C2^2-(19/525)*L*R^2*C1^2-(1/175)*L*R^2*C1*C2-(89/525)*L*R^2*C2^2+(2/525)*R^2*A^2+(1/126)*C1^2*R^2-(1/1260)*R^2*C1*C2+(1/315)*R^2*C2^2+(11/6300)*R^2*A-(3/700)*R^2)*x, x, x))+3*(diff(-2*R*(-(1/10)*A*C1*x^5-(1/10)*A*C2*x^5+(1/2)*A*C1*L*x^3+(1/6)*A*C1*x^4+(1/2)*A*C2*L*x^3+(1/12)*A*C2*x^4+(1/10)*x^5*C1+(1/10)*x^5*C2-A*C1*L*x^2-(1/2)*A*C2*L*x^2-(1/2)*C1*x^3*L-(5/12)*x^4*C1-(1/2)*C2*L*x^3-(1/3)*x^4*C2+C1*x^2*L+(2/3)*C1*x^3+(1/2)*C2*L*x^2+(1/3)*x^3*C2-(1/2)*C1*x^2)+(-A*C1*L*R+(2/15)*R*C1*A-(1/30)*R*A*C2+C1*L*R-(3/10)*R*C1+(1/5)*R*C2)*x, x))*(diff(-2*R*(-(1/10)*A*C1*x^5-(1/10)*A*C2*x^5+(1/2)*A*C1*L*x^3+(1/6)*A*C1*x^4+(1/2)*A*C2*L*x^3+(1/12)*A*C2*x^4+(1/10)*x^5*C1+(1/10)*x^5*C2-A*C1*L*x^2-(1/2)*A*C2*L*x^2-(1/2)*C1*x^3*L-(5/12)*x^4*C1-(1/2)*C2*L*x^3-(1/3)*x^4*C2+C1*x^2*L+(2/3)*C1*x^3+(1/2)*C2*L*x^2+(1/3)*x^3*C2-(1/2)*C1*x^2)+(-A*C1*L*R+(2/15)*R*C1*A-(1/30)*R*A*C2+C1*L*R-(3/10)*R*C1+(1/5)*R*C2)*x, x, x))+3*(diff((1/210)*R^2*((1/72)*(-204*A*C1^2-408*A*C1*C2-204*A*C2^2+204*C1^2+408*C1*C2+204*C2^2)*x^9+(1/56)*(784*A*C1^2+1176*A*C1*C2+392*A*C2^2-1036*C1^2-1680*C1*C2-644*C2^2)*x^8+(1/42)*(2394*A*C1^2*L+4788*A*C1*C2*L+2394*A*C2^2*L-28*A^3-1064*A*C1^2-1064*A*C1*C2-140*A*C2^2-2394*C1^2*L-4788*C1*C2*L-2394*C2^2*L+84*A^2+2072*C1^2+2576*C1*C2+644*C2^2-84*A+28)*x^7+(1/30)*(-6300*A*C1^2*L-9450*A*C1*C2*L-3150*A*C2^2*L+420*A*C1^2+210*A*C1*C2+8820*C1^2*L+14490*C1*C2*L+5670*C2^2*L-140*A^2-1960*C1^2-1750*C1*C2-280*C2^2+280*A-140)*x^6+(1/20)*(-2520*A*C1^2*L^2-5040*A*C1*C2*L^2-2520*A*C2^2*L^2+70*A^3*L+5348*A*C1^2*L+5516*A*C1*C2*L+728*A*C2^2*L+2520*C1^2*L^2+5040*C1*C2*L^2+2520*C2^2*L^2+42*A^3-210*A^2*L+200*A*C1^2+120*A*C1*C2-80*A*C2^2-12068*C1^2*L-15596*C1*C2*L-4088*C2^2*L+14*A^2+210*A*L+780*C1^2+440*C1*C2+220*C2^2-294*A-70*L+238)*x^5+(1/12)*(5040*A*C1^2*L^2+7560*A*C1*C2*L^2+2520*A*C2^2*L^2-1176*A*C1^2*L-672*A*C1*C2*L+84*A*C2^2*L-5040*C1^2*L^2-7560*C1*C2*L^2-2520*C2^2*L^2-14*A^3+210*A^2*L-136*A*C1^2-34*A*C1*C2+32*A*C2^2+7308*C1^2*L+7056*C1*C2*L+1008*C2^2*L+70*A^2-420*A*L-12*C1^2+18*C1*C2-180*C2^2+112*A+210*L-168)*x^4+(1/6)*(-2772*A*C1^2*L^2-3024*A*C1*C2*L^2-252*A*C2^2*L^2-63*A^3*L-300*A*C1^2*L-180*A*C1*C2*L+120*A*C2^2*L+2772*C1^2*L^2+3024*C1*C2*L^2+252*C2^2*L^2-21*A^2*L-1842*C1^2*L-1164*C1*C2*L-162*C2^2*L-28*A^2+231*A*L-48*C1^2-12*C1*C2+36*C2^2-14*A-147*L+42)*x^3)+(1/2)*(-(2/15)*L*R^2*A-(1/30)*L*R^2*A^2+(24/35)*L*R^2*C1^2+(17/35)*L*R^2*C2^2+(1/15)*L*R^2*A^3+(6/35)*L*R^2*C1*C2-(6/5)*L^2*R^2*C1*C2+(68/105)*L*R^2*A*C1^2-(16/105)*L*R^2*A*C2^2+(8/5)*L^2*R^2*A*C1^2-(2/5)*L^2*R^2*C2^2*A+(17/105)*L*R^2*A*C1*C2+(6/5)*L^2*R^2*A*C1*C2-(8/5)*C1^2*R^2*L^2+(2/5)*L^2*R^2*C2^2+(1/10)*L*R^2)*x^2+(-(86/525)*L*R^2*A*C1^2-(29/1050)*L*R^2*A*C1*C2+(1/350)*L*R^2*A*C2^2-(2/1575)*R^2*A^3+(1/140)*R^2*A*C1^2-(1/1260)*R^2*A*C1*C2+(1/420)*R^2*A*C2^2-(19/525)*L*R^2*C1^2-(1/175)*L*R^2*C1*C2-(89/525)*L*R^2*C2^2+(2/525)*R^2*A^2+(1/126)*C1^2*R^2-(1/1260)*R^2*C1*C2+(1/315)*R^2*C2^2+(11/6300)*R^2*A-(3/700)*R^2)*x, x))*(diff((A-1)*x+1, x, x))+2*(diff((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x, x, x))*(diff(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2, x, x, x))+2*(diff(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2, x, x))*(diff(-2*R*((1/140)*C1^2*x^7+(1/70)*C1*C2*x^7+(1/140)*C2^2*x^7-(3/10)*C1^2*L*x^5-(1/30)*C1^2*x^6-(3/5)*C1*C2*L*x^5-(1/20)*C1*C2*x^6-(3/10)*C2^2*L*x^5-(1/60)*C2^2*x^6+(1/120)*A^2*x^5+C1^2*L*x^4+(1/20)*C1^2*x^5+(3/2)*C1*C2*L*x^4+(1/20)*C1*C2*x^5+(1/2)*C2^2*L*x^4-(1/60)*x^5*A+(1/24)*x^4*A+(1/120)*x^5-(1/24)*x^4)+(1/6)*((66/5)*C1^2*L*R+(72/5)*C1*C2*L*R+(6/5)*C2^2*L*R+(3/10)*R*A^2+(22/35)*R*C1^2+(9/35)*R*C1*C2-(13/35)*R*C2^2+(2/5)*R*A-(7/10)*R)*x^3+(1/2)*(-(8/5)*C1^2*L*R-(6/5)*C1*C2*L*R+(2/5)*C2^2*L*R-(1/15)*R*A^2-(4/35)*R*C1^2-(1/35)*R*C1*C2+(3/35)*R*C2^2-(1/30)*R*A+(1/10)*R)*x^2, x, x, x))+2*(diff(-(1/105)*R^2*((1/7920)*(-648*C1^3-1944*C1^2*C2-1944*C1*C2^2-648*C2^3)*x^11+(1/5040)*(3024*C1^3+7560*C1^2*C2+6048*C1*C2^2+1512*C2^3)*x^10+(1/3024)*(16632*C1^3*L+49896*C1^2*C2*L+49896*C1*C2^2*L+16632*C2^3*L+21*A^2*C1+21*A^2*C2-5376*C1^3-10752*C1^2*C2-6216*C1*C2^2-840*C2^3-42*A*C1-42*A*C2+21*C1+21*C2)*x^9+(1/1680)*(-55440*C1^3*L-138600*C1^2*C2*L-110880*C1*C2^2*L-27720*C2^3*L+70*A^2*C1+35*A^2*C2+4200*C1^3+6300*C1^2*C2+2100*C1*C2^2+70*A*C1+140*A*C2-140*C1-175*C2)*x^8+(1/840)*(-83160*C1^3*L^2-249480*C1^2*C2*L^2-249480*C1*C2^2*L^2-83160*C2^3*L^2+210*A^2*C1*L+210*A^2*C2*L+65184*C1^3*L+130872*C1^2*C2*L+75432*C1*C2^2*L+9744*C2^3*L-84*A^2*C1+126*A^2*C2-420*A*C1*L-420*A*C2*L-996*C1^3-888*C1^2*C2-48*C1*C2^2-156*C2^3+28*A*C1-112*A*C2+210*C1*L+210*C2*L+476*C1+406*C2)*x^7+(1/360)*(166320*C1^3*L^2+415800*C1^2*C2*L^2+332640*C1*C2^2*L^2+83160*C2^3*L^2+840*A^2*C1*L+420*A^2*C2*L-29232*C1^3*L-44604*C1^2*C2*L-15372*C1*C2^2*L-168*A^2*C1-105*A^2*C2+210*A*C1*L+1050*A*C2*L-336*C1^3-330*C1^2*C2+138*C1*C2^2+132*C2^3+21*A*C1-105*A*C2-1050*C1*L-1470*C2*L-693*C1-210*C2)*x^6+(1/120)*(1890*A^2*C1*L^2+1890*A^2*C2*L^2-101304*C1^3*L^2-205632*C1^2*C2*L^2-122472*C1*C2^2*L^2-18144*C2^3*L^2-966*A^2*C1*L-756*A^2*C2*L-3780*A*C1*L^2-3780*A*C2*L^2+2448*C1^3*L+2052*C1^2*C2*L+540*C1*C2^2*L+936*C2^3*L+119*A^2*C1-14*A^2*C2+252*A*C1*L-588*A*C2*L+132*C1^3+54*C1^2*C2-78*C1*C2^2+1890*C1*L^2+1890*C2*L^2-98*A*C1+98*A*C2+714*C1*L+1344*C2*L+399*C1-84*C2)*x^5)+(1/24)*(-2*L*R^2*A*C2-(1368/5)*L^2*R^2*C1^2*C2-(504/5)*L^2*R^2*C1*C2^2-(44/7)*L*R^2*C1^2*C2+(92/35)*L*R^2*C1*C2^2-(16/5)*L*R^2*A^2*C1-2*L*R^2*A^2*C2-24*L^2*R^2*A*C1-12*L^2*R^2*A*C2+12*L^2*R^2*A^2*C1+6*L^2*R^2*A^2*C2-(4/15)*R^2*A*C1+(12/5)*L*R^2*A*C1+(1/15)*R^2*A*C2+(4/5)*L*R^2*C1+4*L*R^2*C2+12*L^2*R^2*C1+6*L^2*R^2*C2-(864/5)*L^2*R^2*C1^3-(32/5)*L*R^2*C1^3+(88/35)*L*R^2*C2^3-(2/5)*R^2*C2+(3/5)*R^2*C1)*x^4+(1/6)*((157/6300)*R^2*A*C1-(446/525)*L*R^2*A*C1-(2777/242550)*R^2*C1*C2^2+(653/12600)*R^2*A^2*C1+(1783/121275)*R^2*C2^3+(1783/121275)*R^2*C1^3+(359/525)*L*R^2*A*C2+(3882/175)*L^2*R^2*C1^2*C2+(312/175)*L^2*R^2*C1*C2^2+(102/175)*L*R^2*C1^2*C2-(118/175)*L*R^2*C1*C2^2+(33/5)*L^2*R^2*A*C1-(61/1800)*R^2*C1+(13/525)*L*R^2*C1+(157/6300)*R^2*A*C2-(989/1050)*L*R^2*C2-(3/10)*L^2*R^2*C2+(3324/175)*L^2*R^2*C1^3-(61/1800)*R^2*A^2*C2+(209/175)*L*R^2*C1^3-(11/175)*L*R^2*C2^3-(2777/242550)*R^2*C1^2*C2-(246/175)*R^2*L^2*C2^3+(653/12600)*R^2*C2-(33/10)*L^2*R^2*C1+(433/525)*L*R^2*A^2*C1+(271/1050)*L*R^2*A^2*C2+(3/5)*L^2*R^2*A*C2-(33/10)*L^2*R^2*A^2*C1-(3/10)*L^2*R^2*A^2*C2)*x^3+(1/2)*((1/1575)*R^2*A*C1+(131/1050)*L*R^2*A*C1+(59/121275)*R^2*C1*C2^2-(13/1575)*R^2*A^2*C1-(314/121275)*R^2*C2^3-(83/121275)*R^2*C1^3-(19/175)*L*R^2*A*C2-(156/175)*L^2*R^2*C1^2*C2+(54/175)*L^2*R^2*C1*C2^2+(1/175)*L*R^2*C1^2*C2+(8/175)*L*R^2*C1*C2^2-(4/5)*L^2*R^2*A*C1-(17/6300)*R^2*C1-(13/1050)*L*R^2*C1-(8/1575)*R^2*A*C2+(127/1050)*L*R^2*C2-(1/10)*L^2*R^2*C2-(192/175)*L^2*R^2*C1^3+(29/4200)*R^2*A^2*C2-(12/175)*L*R^2*C1^3-(1/35)*L*R^2*C2^3+(58/24255)*R^2*C1^2*C2+(18/175)*R^2*L^2*C2^3-(13/12600)*R^2*C2+(2/5)*L^2*R^2*C1-(59/525)*L*R^2*A^2*C1-(13/1050)*L*R^2*A^2*C2+(1/5)*L^2*R^2*A*C2+(2/5)*L^2*R^2*A^2*C1-(1/10)*L^2*R^2*A^2*C2)*x^2, x, x))*(diff((1/6)*(6*C2+6*C1)*x^3+(1/2)*(-2*C2-4*C1)*x^2+C1*x, x, x, x))) = 0; Eq7 := dsolve({A1, f[3](0) = 0, f[3](1) = 0, (D(f[3]))(0) = 0, (D(f[3]))(1) = 0}, f[3](x))

(1)

``


 

Download question_1.mw

 

 

Hello Everyone
My maple is evaluating the following provided in figure. I have  attached MAPLE file. Kindly help me to solve this. Thanks in advance.

question.mw

what is the best way to "extract" a list of terms from a sum of terms.

So something like this::

split_expr(a+b+3) should return [a,b,3]

split_expr(diff(x(t),t)) should return  [ diff(x(t),t)]

split_expr(Int(abc(t), t=2..3) + 3) should return [Int(abc(t), t=2..3) , 3]

I very often have expressions with sums of many terms, and need to run some command on each element (say simplify, or collect, etc)... i've been using convert(expr, list) to split things up, apply a command and recombine, but the convert command breaks on some cases. Maybe this is something that maple can do natively?

thanks!

Example of problematic file:  Model050913.mw

Maple 2020 (either 32- or 64-bit), Maple 2019, and Maple 2017 cannot open a .mw file that I created in 2006.  These Maple versions display this .mw file from 2006 as a garbled mess and cannot work with the garbled mess.  In contrast, Maple 18 opens this file from 2006 without problems.  Did the .mw file format change some time after Maple 18?  Interestingly, Maple 2020 can open a .mw version of the problematic 2006 file that I save with Maple 18.  Can Maple 2020 be updated so that Maple 2020 can open old .mw files (e.g., 2006 and earlier)?  Is the inability of Maple 2020 to open files from 2006 and earlier a bug in Maple 2020?  I can workaround this problem by using Maple 18.  But correcting a bug in Maple 2020 that garbles old .mw files would be helpful.

Hello everyone,

I am trying to represent a set of data using the errorplot command as follows

plotlims50 := ErrorPlot(xcoords = vectorl, sigmasl50, yerrors = [0.1e-1, 0.4e-1, 0.1e-1, 0.3e-1, 0.3e-1, 0.6e-1, 0.6e-1, 0.1e-1, 0.4e-1, 0.6e-1, 0.5e-1, 0.3e-1, 0.2e-1, 0.2e-1], color = "green")

I guess it's okey, but I would like to have that kind of small lines at the end of the bar and perpendicular to it (like in the image below). Is it possible?

Thank you so much in advance

im solving 2 ODe with boundary conditions.. i got this error Error, (in dsolve/numeric/bvp/convertsys) too few boundary conditions: expected 10, got 8
 

with(plots,implicitplot3d);with(plots, display3d);
                        [implicitplot3d]

Error, (in with) package plots does not export display3d

------------------------------
As i understand it correct: there is no display3d command in the plots package to find.

Someone is using this display3d in Maple ,but is doesn't matter , because display and display3d  working both the same 
Example : 

p1:=implicitplot3d(x^2+y^2-1=0,x=-2..2,y=-2..2,z=-2..2):
p2:=implicitplot3d(y^2+z^2-1=0,x=-2..2,y=-2..2,z=-2..2):
display({p1,p2});
display3d({p1,p2});
or even

display3DA({p1,p2}); gives 2 3d pics ?

Is there a special display3d command in Maple ?, because (one or more)  plot3d plotstructures with display should show all 3d pics in Maple  ?
 

 

 

Hi,

I'm working on a procedure involving conic equations such as follows... 

Conic:=a*x^2+2*h*x*y+b*y^2+2*f*x+2*g*y+c;

and I have a file filled with values in order of the variables I want them assigned to.

e.g 2,-6,3,0,0

I'm only looking for the specific command I need for maple to link the two.

Any help would be greatly apreciated.

from help, it says 

The expression assuming property calling sequence evaluates the expression under the assumption property on all names in expression.

Then why 

restart;
expr := Sum((-1)^n - 1, n = 1 .. infinity):
simplify(op(1,expr)) assuming n::even;

does not simplify expr to zero, while

restart;
expr := Sum((-1)^n - 1, n = 1 .. infinity):
assume(n::even):
simplify(op(1,expr))

does simplify expr to zero.


I would have expected both to give zero. 

 

If I have a tensor T[mu,nu,alpha] in 3-dimensions which is symmetric on {mu,nu} and anti-symmetric on {nu,alpha}, then the number of independent components should be zero. However, if I put this into Maple, using Library:-MinimizeTensorComponents followed by Library:-NumberOfIndependentTensorComponents it returns 4.

Any insight into why it does this would be great, thanks.

I am trying to customize the Venn Diagram generated by the VennDiagram command in the Statistics package. I would like to be able to shade just any of the regions. For example, if only two sets (A and B) are being displayed, I would like to be able to shade just A, just B, both A and B, or both A and/or B. Also, is it possible to have a rectangle surrounding the circles which represents the universal set? Could the circles be labeled with the letter "A" or "B" to be able to identify each set?

venn.mw

Here is a strange one...

1> /Library/Frameworks/Maple.framework/Versions/2019/bin/maple ; exit;
    |\^/|     Maple 2019 (APPLE UNIVERSAL OSX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2019
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
> version();
 User Interface: 1435526
         Kernel: 1435526
        Library: 1435526
                                    1435526

> DE := (28*x + 44)*u(x) + (336*x^2 +
> 726*x - 12)*diff(u(x), x) + (144*x^3 + 396*x^2 - 9*x)*diff(u(x), x, x);
                               2               /d      \
DE := (28 x + 44) u(x) + (336 x  + 726 x - 12) |-- u(x)|
                                               \dx     /

                               / 2      \
             3        2        |d       |
     + (144 x  + 396 x  - 9 x) |--- u(x)|
                               |  2     |
                               \dx      /

> dsolve({DE,u(0)=2},u(x));
memory used=21.5MB, alloc=44.3MB, time=0.37
memory used=53.3MB, alloc=84.3MB, time=0.94
Error, (in dsolve) when calling 'property/ConvertRelation'. Received: 'numeric
exception: division by zero'

Presumably, the solution should be


u0:=2*HeunG((11 - 5*sqrt(5))/(11 + 5*sqrt(5)), 352/(9*(11 + 5*sqrt(5))^3*(-11 + 5*sqrt(5))^2), 1/6, 7/6, 4/3, 1/2, -8*x/(11 + 5*sqrt(5)));

(I get that by replacing coefficient 44 in DE with variable e44, solve, then substitute back e44 = 44.)

But maybe the problem is that this solution turns out to be an algebraic function:

u1:=2^(7/6)/(1 - 22*x + sqrt(-16*x^2 - 44*x + 1))^(1/6);

 

 

 

Dear friends, please I would like to ask for your help with an odd problem I have using the remove command. 

I have an array 

A:=Array([1,4,1,7]);

and I need to remove its first element A[1]. 

A:= remove[flatten](x -> x = A[1], A);

Instead of getting the result  A:= [4 1 7] I get  A:=[4 7], and I can't understand why. 

Could you please help me with a solution to the problem? Many thanks for the help.  

 

Hi,

I have been  working on a Maple code written almost 17 years back. The code generates a 3D model input for modelling analysis in ABAQUS software. The input file generated is different from the usual ABAQUS input files. I am seeking help with how to make changes to the input file generated to import into the  ABAQUS. I am uploading the notepad version of the input file as the Maple does not allow .inp files. Please do find the below attachment.

wucell.txt

First 518 519 520 521 522 523 524 Last Page 520 of 2427