DEtools
FunctionDecomposition
perform rational function decomposition on overdetermined systems in the presence of parameters
Calling Sequence
Parameters
Description
Examples
FunctionDecomposition( R(f(x), x), f(x) )
FunctionDecomposition( R(f(x), x, C), f(x), C )
R(f(x), x, C)
-
system of equations rational in {f(x), x, C}, where f(x) is any unknown function, and {x, C} are any two variables of type, name
f(x)
the unknown function of the problem
C
optional - the parameter C, a constant with respect to x, is an additional unknown to be determined; a solution f(x) may exist for only a particular value of C.
Given a rational function H(x), the problem of rational function decomposition is to determine two rational functions J(x) and F(x), where J'<>0, F'<>0, such that their composition satisfies J o F = H. The FunctionDecomposition command handles the following related problem:
We have a system of i equations of the form (J[i] o F)(x) = H[i](x), where all the J[i] and H[i] are known while the unknown F (F' <> 0) is always the same. The input system is expected to have at least two equations of this form.
The J[i] and H[i] may depend on one unknown parameter, C, such that a solution F exists for only one value of C, which is to be determined. When this variable C to be solved for is indicated, the input system must contain a minimum of three equations involving F, x, and C.
All of {J[i], H[i], F, C} may also depend in a rational way on an arbitrary number, say k, of symbolic parameters a[k]. FunctionDecomposition is designed to efficiently solve this problem, which appears when solving differential equations using an equivalence approach. FunctionDecomposition is used by the Maple ODE solver dsolve. This type of function decomposition problem however appears in various areas and so the command has applications beyond differential equations.
When a solution {C, F(x)} decomposing such an overdetermined rational system exists, FunctionDecomposition returns a sequence, with the value of the parameter C such that F(x) exists - only one value of C is computed - followed by a set with all the solutions F(x) found. When no C parameter is specified, only the set with solutions for F(x) - when it exists - is returned. When the input system (the first argument) contains extra parameters a[k], only solutions {C, F(x)} depending on the a[k] in a rational way are computed.
with⁡DEtools,FunctionDecomposition:
Consider the following rational system with three equations.
sys≔14⁢9⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x43C3⁢1−F⁡x+C⁢F⁡x35=94⁢x3⁢4+30⁢x−12⁢x2−45⁢x3+36⁢x43−3⁢x2+2+3⁢x35,C⁢4⁢C3⁢F⁡x7−4⁢F⁡x+135⁢C+60⁢C3⁢F⁡x6+315⁢C2⁢F⁡x3−315⁢F⁡x⁢C−60⁢C2⁢F⁡x4−12⁢C2⁢F⁡x5−60⁢C⁢F⁡x2+60+12⁢C⁢F⁡x3⁢1−F⁡x+C⁢F⁡x39⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x42=13⁢−3⁢x2+2+3⁢x3⁢16−72⁢x2+1998⁢x4+240⁢x−360⁢x3−540⁢x5−2889⁢x6+2025⁢x7x2⁢4+30⁢x−12⁢x2−45⁢x3+36⁢x42,14⁢4⁢C3⁢F⁡x7−4⁢F⁡x+135⁢C+60⁢C3⁢F⁡x6+315⁢C2⁢F⁡x3−315⁢F⁡x⁢C−60⁢C2⁢F⁡x4−12⁢C2⁢F⁡x5−60⁢C⁢F⁡x2+60+12⁢C⁢F⁡x3⁢9⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x4C2⁢1−F⁡x+C⁢F⁡x34=34⁢16−72⁢x2+1998⁢x4+240⁢x−360⁢x3−540⁢x5−2889⁢x6+2025⁢x7⁢x⁢4+30⁢x−12⁢x2−45⁢x3+36⁢x4−3⁢x2+2+3⁢x34
sys≔9⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x434⁢C3⁢1−F⁡x+C⁢F⁡x35=9⁢x3⁢36⁢x4−45⁢x3−12⁢x2+30⁢x+434⁢3⁢x3−3⁢x2+25,C⁢4⁢C3⁢F⁡x7−4⁢F⁡x+135⁢C+60⁢C3⁢F⁡x6+315⁢C2⁢F⁡x3−315⁢F⁡x⁢C−60⁢C2⁢F⁡x4−12⁢C2⁢F⁡x5−60⁢C⁢F⁡x2+60+12⁢C⁢F⁡x3⁢1−F⁡x+C⁢F⁡x39⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x42=3⁢x3−3⁢x2+2⁢2025⁢x7−2889⁢x6−540⁢x5+1998⁢x4−360⁢x3−72⁢x2+240⁢x+163⁢x2⁢36⁢x4−45⁢x3−12⁢x2+30⁢x+42,4⁢C3⁢F⁡x7−4⁢F⁡x+135⁢C+60⁢C3⁢F⁡x6+315⁢C2⁢F⁡x3−315⁢F⁡x⁢C−60⁢C2⁢F⁡x4−12⁢C2⁢F⁡x5−60⁢C⁢F⁡x2+60+12⁢C⁢F⁡x3⁢9⁢C−15⁢F⁡x⁢C+15⁢C2⁢F⁡x3+2−4⁢C⁢F⁡x2+2⁢C2⁢F⁡x44⁢C2⁢1−F⁡x+C⁢F⁡x34=3⁢2025⁢x7−2889⁢x6−540⁢x5+1998⁢x4−360⁢x3−72⁢x2+240⁢x+16⁢x⁢36⁢x4−45⁢x3−12⁢x2+30⁢x+44⁢3⁢x3−3⁢x2+24
Each of these equations is of the form (J o F)(x) = H(x) with {J[i], H[i]} known. We want to find C, such that a solution F(x), F' <> 0 exists, and compute F. Check the degrees to determine the complexity of the task.
map⁡u↦map⁡degree,numer,denom⁡subs⁡F⁡x=F,lhs−rhs⁡u,x,sys
15,15,10,10,12,12
So the first equation is rational in x, with degree 15 in the numerator and degree 15 in the denominator, then degrees 10,10 for the second rational equation, then 12,12. The solution for this problem is:
FunctionDecomposition⁡sys,F⁡x,C
C=23,F⁡x=1x
FunctionDecomposition can quickly solve problems like the previous one. As a more involved and difficult problem, consider the following system of three equations, depending on {F(x), x, C} and in addition depending on two variables {a, b}, on which the solutions for both unknowns C and F actually depend, as shown after this large input.
sys≔−729⁢−72⁢C⁢F⁡x6−270⁢C⁢F⁡x4+54⁢F⁡x4+36⁢F⁡x2+135−15⁢C⁢F⁡x8+15⁢F⁡x6+2⁢F⁡x8+27⁢C2⁢F⁡x83F⁡x4⁢−2⁢F⁡x4+9⁢C⁢F⁡x4−9⁢F⁡x2−275=729⁢243−45⁢a+13608⁢b3⁢x3+6804⁢b2⁢x2+1944⁢b⁢x−810⁢a⁢x4+135⁢a2⁢x8+17010⁢b4⁢x4−1296⁢a⁢x3⁢b−3240⁢a⁢x4⁢b2−4320⁢a⁢x5⁢b3−3240⁢a⁢x6⁢b4−1296⁢a⁢x7⁢b5−216⁢a⁢x8⁢b6−3240⁢a⁢x5⁢b−4860⁢a⁢x6⁢b2−3240⁢a⁢x7⁢b3−810⁢a⁢x8⁢b4+54⁢a2⁢x4+216⁢a2⁢x5⁢b+324⁢a2⁢x6⁢b2+216⁢a2⁢x7⁢b3+54⁢a2⁢x8⁢b4+36⁢a2⁢x6+72⁢a2⁢x7⁢b+36⁢a2⁢x8⁢b2−1260⁢a⁢b2⁢x2−2520⁢a⁢b3⁢x3−3150⁢a⁢b4⁢x4−2520⁢a⁢b5⁢x5−1260⁢a⁢b6⁢x6−360⁢a⁢b7⁢x7−45⁢a⁢b8⁢x8+90⁢a2⁢x3⁢b+225⁢a2⁢x4⁢b2+300⁢a2⁢x5⁢b3+225⁢a2⁢x6⁢b4+90⁢a2⁢x7⁢b5+15⁢a2⁢x8⁢b6+56⁢a2⁢b2⁢x2+112⁢a2⁢b3⁢x3+140⁢a2⁢b4⁢x4+112⁢a2⁢b5⁢x5+56⁢a2⁢b6⁢x6+16⁢a2⁢b7⁢x7+2⁢a2⁢b8⁢x8−216⁢a⁢x2+13608⁢b5⁢x5+6804⁢b6⁢x6+1944⁢b7⁢x7+243⁢b8⁢x8−360⁢a⁢b⁢x+15⁢a2⁢x2+16⁢a2⁢b⁢x+2⁢a23a⁢1+b⁢x4⁢2⁢a+8⁢a⁢b⁢x+12⁢a⁢b2⁢x2+8⁢a⁢b3⁢x3+2⁢a⁢b4⁢x4−27−108⁢b⁢x−162⁢b2⁢x2−108⁢b3⁢x3−27⁢b4⁢x4+9⁢a⁢x2+18⁢a⁢x3⁢b+9⁢a⁢x4⁢b2+27⁢a⁢x45,13⁢−2835+243⁢F⁡x2−2349⁢F⁡x4−927⁢F⁡x6+14175⁢C⁢F⁡x4−495⁢F⁡x8−105⁢F⁡x10−10⁢F⁡x12+4806⁢C⁢F⁡x6+4131⁢C⁢F⁡x8+900⁢C⁢F⁡x10+105⁢C⁢F⁡x12−8505⁢C2⁢F⁡x8−1917⁢C2⁢F⁡x10−360⁢C2⁢F⁡x12+405⁢C3⁢F⁡x12⁢−2⁢F⁡x4+9⁢C⁢F⁡x4−9⁢F⁡x2−27−72⁢C⁢F⁡x6−270⁢C⁢F⁡x4+54⁢F⁡x4+36⁢F⁡x2+135−15⁢C⁢F⁡x8+15⁢F⁡x6+2⁢F⁡x8+27⁢C2⁢F⁡x82=13⁢−10935+3240⁢a−2405700⁢b3⁢x3−721710⁢b2⁢x2−131220⁢b⁢x+76545⁢a⁢x4−42525⁢a2⁢x8−5412825⁢b4⁢x4+172530⁢a⁢x3⁢b+776385⁢a⁢x4⁢b2+2070360⁢a⁢x5⁢b3+3623130⁢a⁢x6⁢b4+4347756⁢a⁢x7⁢b5+3623130⁢a⁢x8⁢b6+612360⁢a⁢x5⁢b+2143260⁢a⁢x6⁢b2+4286520⁢a⁢x7⁢b3+5358150⁢a⁢x8⁢b4−12393⁢a2⁢x4−99144⁢a2⁢x5⁢b−347004⁢a2⁢x6⁢b2−694008⁢a2⁢x7⁢b3−867510⁢a2⁢x8⁢b4−14418⁢a2⁢x6−86508⁢a2⁢x7⁢b−216270⁢a2⁢x8⁢b2+213840⁢a⁢b2⁢x2+712800⁢a⁢b3⁢x3+1603800⁢a⁢b4⁢x4+2566080⁢a⁢b5⁢x5+2993760⁢a⁢b6⁢x6+2566080⁢a⁢b7⁢x7+1603800⁢a⁢b8⁢x8−27000⁢a2⁢x3⁢b−121500⁢a2⁢x4⁢b2−324000⁢a2⁢x5⁢b3−567000⁢a2⁢x6⁢b4−680400⁢a2⁢x7⁢b5−567000⁢a2⁢x8⁢b6−20790⁢a2⁢b2⁢x2−69300⁢a2⁢b3⁢x3−155925⁢a2⁢b4⁢x4−249480⁢a2⁢b5⁢x5−291060⁢a2⁢b6⁢x6−249480⁢a2⁢b7⁢x7−155925⁢a2⁢b8⁢x8+17253⁢a⁢x2−8660520⁢b5⁢x5−10103940⁢b6⁢x6−8660520⁢b7⁢x7−5412825⁢b8⁢x8+38880⁢a⁢b⁢x−2700⁢a2⁢x2−3780⁢a2⁢b⁢x−315⁢a2+2835⁢a3⁢x12−243⁢a3⁢x10−486⁢a3⁢x11⁢b−243⁢a3⁢x12⁢b2+2349⁢a3⁢x8+9396⁢a3⁢x9⁢b+14094⁢a3⁢x10⁢b2+9396⁢a3⁢x11⁢b3+2349⁢a3⁢x12⁢b4+5562⁢a3⁢x7⁢b+13905⁢a3⁢x8⁢b2+18540⁢a3⁢x9⁢b3+13905⁢a3⁢x10⁢b4+5562⁢a3⁢x11⁢b5+927⁢a3⁢x12⁢b6−170100⁢a2⁢x9⁢b−255150⁢a2⁢x10⁢b2−170100⁢a2⁢x11⁢b3−42525⁢a2⁢x12⁢b4+3960⁢a3⁢x5⁢b+13860⁢a3⁢x6⁢b2+27720⁢a3⁢x7⁢b3+34650⁢a3⁢x8⁢b4+27720⁢a3⁢x9⁢b5+13860⁢a3⁢x10⁢b6+3960⁢a3⁢x11⁢b7+495⁢a3⁢x12⁢b8+1050⁢a3⁢x3⁢b+4725⁢a3⁢x4⁢b2+12600⁢a3⁢x5⁢b3+22050⁢a3⁢x6⁢b4+26460⁢a3⁢x7⁢b5+22050⁢a3⁢x8⁢b6+12600⁢a3⁢x9⁢b7+4725⁢a3⁢x10⁢b8+1050⁢a3⁢x11⁢b9+105⁢a3⁢x12⁢b10+927⁢a3⁢x6+495⁢a3⁢x4−2405700⁢b9⁢x9−721710⁢b10⁢x10+105⁢a3⁢x2−131220⁢b11⁢x11+10⁢a3+120⁢a3⁢b⁢x+660⁢a3⁢b2⁢x2+2200⁢a3⁢b3⁢x3+4950⁢a3⁢b4⁢x4+7920⁢a3⁢b5⁢x5+9240⁢a3⁢b6⁢x6+7920⁢a3⁢b7⁢x7+4950⁢a3⁢b8⁢x8+2200⁢a3⁢b9⁢x9+660⁢a3⁢b10⁢x10+120⁢a3⁢b11⁢x11+10⁢a3⁢b12⁢x12−288360⁢a2⁢x9⁢b3−216270⁢a2⁢x10⁢b4−86508⁢a2⁢x11⁢b5−14418⁢a2⁢x12⁢b6−694008⁢a2⁢x9⁢b5−347004⁢a2⁢x10⁢b6−99144⁢a2⁢x11⁢b7−12393⁢a2⁢x12⁢b8−324000⁢a2⁢x9⁢b7−121500⁢a2⁢x10⁢b8−27000⁢a2⁢x11⁢b9−2700⁢a2⁢x12⁢b10−69300⁢a2⁢b9⁢x9−20790⁢a2⁢b10⁢x10−3780⁢a2⁢b11⁢x11−315⁢a2⁢b12⁢x12+4286520⁢a⁢x9⁢b5+2143260⁢a⁢x10⁢b6+612360⁢a⁢x11⁢b7+76545⁢a⁢x12⁢b8+2070360⁢a⁢x9⁢b7−10935⁢b12⁢x12+776385⁢a⁢x10⁢b8+172530⁢a⁢x11⁢b9+17253⁢a⁢x12⁢b10+712800⁢a⁢b9⁢x9+213840⁢a⁢b10⁢x10+38880⁢a⁢b11⁢x11+3240⁢a⁢b12⁢x12⁢2⁢a+8⁢a⁢b⁢x+12⁢a⁢b2⁢x2+8⁢a⁢b3⁢x3+2⁢a⁢b4⁢x4−27−108⁢b⁢x−162⁢b2⁢x2−108⁢b3⁢x3−27⁢b4⁢x4+9⁢a⁢x2+18⁢a⁢x3⁢b+9⁢a⁢x4⁢b2+27⁢a⁢x4243−45⁢a+13608⁢b3⁢x3+6804⁢b2⁢x2+1944⁢b⁢x−810⁢a⁢x4+135⁢a2⁢x8+17010⁢b4⁢x4−1296⁢a⁢x3⁢b−3240⁢a⁢x4⁢b2−4320⁢a⁢x5⁢b3−3240⁢a⁢x6⁢b4−1296⁢a⁢x7⁢b5−216⁢a⁢x8⁢b6−3240⁢a⁢x5⁢b−4860⁢a⁢x6⁢b2−3240⁢a⁢x7⁢b3−810⁢a⁢x8⁢b4+54⁢a2⁢x4+216⁢a2⁢x5⁢b+324⁢a2⁢x6⁢b2+216⁢a2⁢x7⁢b3+54⁢a2⁢x8⁢b4+36⁢a2⁢x6+72⁢a2⁢x7⁢b+36⁢a2⁢x8⁢b2−1260⁢a⁢b2⁢x2−2520⁢a⁢b3⁢x3−3150⁢a⁢b4⁢x4−2520⁢a⁢b5⁢x5−1260⁢a⁢b6⁢x6−360⁢a⁢b7⁢x7−45⁢a⁢b8⁢x8+90⁢a2⁢x3⁢b+225⁢a2⁢x4⁢b2+300⁢a2⁢x5⁢b3+225⁢a2⁢x6⁢b4+90⁢a2⁢x7⁢b5+15⁢a2⁢x8⁢b6+56⁢a2⁢b2⁢x2+112⁢a2⁢b3⁢x3+140⁢a2⁢b4⁢x4+112⁢a2⁢b5⁢x5+56⁢a2⁢b6⁢x6+16⁢a2⁢b7⁢x7+2⁢a2⁢b8⁢x8−216⁢a⁢x2+13608⁢b5⁢x5+6804⁢b6⁢x6+1944⁢b7⁢x7+243⁢b8⁢x8−360⁢a⁢b⁢x+15⁢a2⁢x2+16⁢a2⁢b⁢x+2⁢a22,−243⁢−2835+243⁢F⁡x2−2349⁢F⁡x4−927⁢F⁡x6+14175⁢C⁢F⁡x4−495⁢F⁡x8−105⁢F⁡x10−10⁢F⁡x12+4806⁢C⁢F⁡x6+4131⁢C⁢F⁡x8+900⁢C⁢F⁡x10+105⁢C⁢F⁡x12−8505⁢C2⁢F⁡x8−1917⁢C2⁢F⁡x10−360⁢C2⁢F⁡x12+405⁢C3⁢F⁡x12F⁡x4⁢−72⁢C⁢F⁡x6−270⁢C⁢F⁡x4+54⁢F⁡x4+36⁢F⁡x2+135−15⁢C⁢F⁡x8+15⁢F⁡x6+2⁢F⁡x8+27⁢C2⁢F⁡x8−2⁢F⁡x4+9⁢C⁢F⁡x4−9⁢F⁡x2−274=243⁢−10935+3240⁢a−2405700⁢b3⁢x3−721710⁢b2⁢x2−131220⁢b⁢x+76545⁢a⁢x4−42525⁢a2⁢x8−5412825⁢b4⁢x4+172530⁢a⁢x3⁢b+776385⁢a⁢x4⁢b2+2070360⁢a⁢x5⁢b3+3623130⁢a⁢x6⁢b4+4347756⁢a⁢x7⁢b5+3623130⁢a⁢x8⁢b6+612360⁢a⁢x5⁢b+2143260⁢a⁢x6⁢b2+4286520⁢a⁢x7⁢b3+5358150⁢a⁢x8⁢b4−12393⁢a2⁢x4−99144⁢a2⁢x5⁢b−347004⁢a2⁢x6⁢b2−694008⁢a2⁢x7⁢b3−867510⁢a2⁢x8⁢b4−14418⁢a2⁢x6−86508⁢a2⁢x7⁢b−216270⁢a2⁢x8⁢b2+213840⁢a⁢b2⁢x2+712800⁢a⁢b3⁢x3+1603800⁢a⁢b4⁢x4+2566080⁢a⁢b5⁢x5+2993760⁢a⁢b6⁢x6+2566080⁢a⁢b7⁢x7+1603800⁢a⁢b8⁢x8−27000⁢a2⁢x3⁢b−121500⁢a2⁢x4⁢b2−324000⁢a2⁢x5⁢b3−567000⁢a2⁢x6⁢b4−680400⁢a2⁢x7⁢b5−567000⁢a2⁢x8⁢b6−20790⁢a2⁢b2⁢x2−69300⁢a2⁢b3⁢x3−155925⁢a2⁢b4⁢x4−249480⁢a2⁢b5⁢x5−291060⁢a2⁢b6⁢x6−249480⁢a2⁢b7⁢x7−155925⁢a2⁢b8⁢x8+17253⁢a⁢x2−8660520⁢b5⁢x5−10103940⁢b6⁢x6−8660520⁢b7⁢x7−5412825⁢b8⁢x8+38880⁢a⁢b⁢x−2700⁢a2⁢x2−3780⁢a2⁢b⁢x−315⁢a2+2835⁢a3⁢x12−243⁢a3⁢x10−486⁢a3⁢x11⁢b−243⁢a3⁢x12⁢b2+2349⁢a3⁢x8+9396⁢a3⁢x9⁢b+14094⁢a3⁢x10⁢b2+9396⁢a3⁢x11⁢b3+2349⁢a3⁢x12⁢b4+5562⁢a3⁢x7⁢b+13905⁢a3⁢x8⁢b2+18540⁢a3⁢x9⁢b3+13905⁢a3⁢x10⁢b4+5562⁢a3⁢x11⁢b5+927⁢a3⁢x12⁢b6−170100⁢a2⁢x9⁢b−255150⁢a2⁢x10⁢b2−170100⁢a2⁢x11⁢b3−42525⁢a2⁢x12⁢b4+3960⁢a3⁢x5⁢b+13860⁢a3⁢x6⁢b2+27720⁢a3⁢x7⁢b3+34650⁢a3⁢x8⁢b4+27720⁢a3⁢x9⁢b5+13860⁢a3⁢x10⁢b6+3960⁢a3⁢x11⁢b7+495⁢a3⁢x12⁢b8+1050⁢a3⁢x3⁢b+4725⁢a3⁢x4⁢b2+12600⁢a3⁢x5⁢b3+22050⁢a3⁢x6⁢b4+26460⁢a3⁢x7⁢b5+22050⁢a3⁢x8⁢b6+12600⁢a3⁢x9⁢b7+4725⁢a3⁢x10⁢b8+1050⁢a3⁢x11⁢b9+105⁢a3⁢x12⁢b10+927⁢a3⁢x6+495⁢a3⁢x4−2405700⁢b9⁢x9−721710⁢b10⁢x10+105⁢a3⁢x2−131220⁢b11⁢x11+10⁢a3+120⁢a3⁢b⁢x+660⁢a3⁢b2⁢x2+2200⁢a3⁢b3⁢x3+4950⁢a3⁢b4⁢x4+7920⁢a3⁢b5⁢x5+9240⁢a3⁢b6⁢x6+7920⁢a3⁢b7⁢x7+4950⁢a3⁢b8⁢x8+2200⁢a3⁢b9⁢x9+660⁢a3⁢b10⁢x10+120⁢a3⁢b11⁢x11+10⁢a3⁢b12⁢x12−288360⁢a2⁢x9⁢b3−216270⁢a2⁢x10⁢b4−86508⁢a2⁢x11⁢b5−14418⁢a2⁢x12⁢b6−694008⁢a2⁢x9⁢b5−347004⁢a2⁢x10⁢b6−99144⁢a2⁢x11⁢b7−12393⁢a2⁢x12⁢b8−324000⁢a2⁢x9⁢b7−121500⁢a2⁢x10⁢b8−27000⁢a2⁢x11⁢b9−2700⁢a2⁢x12⁢b10−69300⁢a2⁢b9⁢x9−20790⁢a2⁢b10⁢x10−3780⁢a2⁢b11⁢x11−315⁢a2⁢b12⁢x12+4286520⁢a⁢x9⁢b5+2143260⁢a⁢x10⁢b6+612360⁢a⁢x11⁢b7+76545⁢a⁢x12⁢b8+2070360⁢a⁢x9⁢b7−10935⁢b12⁢x12+776385⁢a⁢x10⁢b8+172530⁢a⁢x11⁢b9+17253⁢a⁢x12⁢b10+712800⁢a⁢b9⁢x9+213840⁢a⁢b10⁢x10+38880⁢a⁢b11⁢x11+3240⁢a⁢b12⁢x12⁢243−45⁢a+13608⁢b3⁢x3+6804⁢b2⁢x2+1944⁢b⁢x−810⁢a⁢x4+135⁢a2⁢x8+17010⁢b4⁢x4−1296⁢a⁢x3⁢b−3240⁢a⁢x4⁢b2−4320⁢a⁢x5⁢b3−3240⁢a⁢x6⁢b4−1296⁢a⁢x7⁢b5−216⁢a⁢x8⁢b6−3240⁢a⁢x5⁢b−4860⁢a⁢x6⁢b2−3240⁢a⁢x7⁢b3−810⁢a⁢x8⁢b4+54⁢a2⁢x4+216⁢a2⁢x5⁢b+324⁢a2⁢x6⁢b2+216⁢a2⁢x7⁢b3+54⁢a2⁢x8⁢b4+36⁢a2⁢x6+72⁢a2⁢x7⁢b+36⁢a2⁢x8⁢b2−1260⁢a⁢b2⁢x2−2520⁢a⁢b3⁢x3−3150⁢a⁢b4⁢x4−2520⁢a⁢b5⁢x5−1260⁢a⁢b6⁢x6−360⁢a⁢b7⁢x7−45⁢a⁢b8⁢x8+90⁢a2⁢x3⁢b+225⁢a2⁢x4⁢b2+300⁢a2⁢x5⁢b3+225⁢a2⁢x6⁢b4+90⁢a2⁢x7⁢b5+15⁢a2⁢x8⁢b6+56⁢a2⁢b2⁢x2+112⁢a2⁢b3⁢x3+140⁢a2⁢b4⁢x4+112⁢a2⁢b5⁢x5+56⁢a2⁢b6⁢x6+16⁢a2⁢b7⁢x7+2⁢a2⁢b8⁢x8−216⁢a⁢x2+13608⁢b5⁢x5+6804⁢b6⁢x6+1944⁢b7⁢x7+243⁢b8⁢x8−360⁢a⁢b⁢x+15⁢a2⁢x2+16⁢a2⁢b⁢x+2⁢a2a⁢1+b⁢x4⁢2⁢a+8⁢a⁢b⁢x+12⁢a⁢b2⁢x2+8⁢a⁢b3⁢x3+2⁢a⁢b4⁢x4−27−108⁢b⁢x−162⁢b2⁢x2−108⁢b3⁢x3−27⁢b4⁢x4+9⁢a⁢x2+18⁢a⁢x3⁢b+9⁢a⁢x4⁢b2+27⁢a⁢x44:
The presence of these two extra symbolic parameters {a, b} makes the computation run an order of magnitude slower. Also, this system is intrinsically more difficult than the previous one as it is clear from the higher powers of x entering the numerators and denominators of each equation.
`degrees with respect to x`=map⁡u↦map⁡degree,numer,denom⁡lhs−rhs⁡u,x,subs⁡F⁡x=F,sys
degrees with respect to x=24,24,16,16,20,20
The system also depends on relatively high powers of the symbols a, b and the unknown C.
`degrees with respect to a`=map⁡u↦map⁡degree,numer,denom⁡lhs−rhs⁡u,a,sys
degrees with respect to a=6,6,4,4,5,5
`degrees with respect to b`=map⁡u↦map⁡degree,numer,denom⁡lhs−rhs⁡u,b,sys
degrees with respect to b=24,24,16,16,20,20
`degrees with respect to C`=map⁡u↦map⁡degree,numer,denom⁡lhs−rhs⁡u,C,sys
degrees with respect to C=6,5,4,4,5,4
A solution for this system is given by:
C=3a,F⁡x=−b⁢x+1x
See Also
Download Help Document