I'm not sure what you're asking. These all calculate instantly:
In [11]: x, y, a = symbols('x, y, a')
In [12]: eqn=y*(x*a)*0.3014
In [13]: eqn
Out[13]: 0.3014⋅a⋅x⋅y
In [14]: solve(eqn, x)
Out[14]: [0.0]
In [15]: eqn=y*(x*a)**0.3014
In [16]: eqn
Out[16]:
0.3014
y⋅(a⋅x)
In [17]: solve(eqn, x)
Out[17]: [0.0]
--
Oscar
On Thu, 16 Jan 2020 at 19:36, Akshitha Reddy <[email protected]> wrote:
>
> **0.3014
> It's (x*a)^
> Sorry
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/fe102631-6aac-4c77-a038-dd3a6a2b9e54%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/CAHVvXxTaQb7euQqCYZMt-kOCG_faYD9R31EjQnPag6Rfw_ErXQ%40mail.gmail.com.