Hello Julia community, I am new to programming, especially abstract programming. I find the Oscar.jl package quite powerful and successful, but I need your help in creating finite and abstract groups ( Finitely presented groups). For example,
H = < a, x | x^2=a^(2^m-1)=1, a^x=a^(2^(m-2))>
How can I create a group in the form above using the Oscar.jl package?. Thanks in advance