Solutions are as follows:
How can I find these solutions for the above system of algebraic equations with Maple for $a_0, a_1, \alpha_0, \alpha_1, b_1, \beta_1.$
Solutions are as follows:
How can I find these solutions for the above system of algebraic equations with Maple for $a_0, a_1, \alpha_0, \alpha_1, b_1, \beta_1.$
Copyright © 2021 JogjaFile Inc.


It is inconsiderate of you to to post only an image of your equations. I typed them into Maple 2019.2,
Your desired solutions all contain
alpha[0]=alpha[0], ie. that it is arbitrary. The following call to thesolvecommand implies that the remaining indeterminate names (parameters) are free. If I wanted to consider cases where the solutions were constrained by relationships amongst remaining parameters then I could utilize another command, eg.eliminate.The following includes a few special cases, in addition to the three you described. (The order in which they appear in solution
Smay vary.)