You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ A^{0.5}$
I think there should be a way for Symbolics to either parse and convert sqrt to ^(1/2) or for there to be an option in the simplify function
The text was updated successfully, but these errors were encountered:
Something simple:
Outputs:
\begin{equation}
\frac{1}{2} \sqrt{4 A}
\end{equation}
or
$\frac{1}{2} \sqrt{4 A}$
If instead, one uses
^(1/2)
rather than the square root then it seems to simplify on its own:Output:
\begin{equation}
\frac{1}{2} \sqrt{4 A}
\end{equation}
I think there should be a way for Symbolics to either parse and convert
sqrt
to^(1/2)
or for there to be an option in thesimplify
functionThe text was updated successfully, but these errors were encountered: