BTW :
sage: solve(1+2*log(x+1, 4)==2*log(x,2), x, to_poly_solve="force")
[x == -sqrt(3) + 1, x == sqrt(3) + 1]
HTH,
β
Le samedi 9 avril 2022 Γ 11:34:10 UTC+2, wdjo...@gmail.com a Γ©crit :
> On Sat, Apr 9, 2022 at 5:18 AM Paolo Robillos
> wrote:
> >
> > Hi,
> >
> > I am trying to solve the fol
On Sat, Apr 9, 2022 at 5:18 AM Paolo Robillos wrote:
>
> Hi,
>
> I am trying to solve the following equation for x, 1+2log(x+1, 4)==2log(x,2)
>
> I entered in the input "(1+2log(x+1,
> 4)==2log(x,2)).solve(x,algorithm='sympy', domain='all')"
>
> and the Output was "{π₯β£π₯βββ§βπ₯2log(2)+π(π₯+1)1log(2)=
Hi,
I am trying to solve the following equation for x, 1+2*log(x+1, 4)==2*
log(x,2)
I entered in the input "(1+2*log(x+1,
4)==2*log(x,2)).solve(x,algorithm='sympy',
domain='all')"
and the Output was
"{π₯β£π₯βββ§βπ₯2log(2)+π(π₯+1)1log(2)=0}β{π₯β£π₯βββ§π₯2log(2)=0}"
The answer I am looking for is "x =