Why can't symbolic variables be logarithmic in Python's sympy?

Why can"t symbolic variables be logarithmic?

clipboard.png

an is a symbolic variable, and I want to generate another symbolic variable, ln (a), to display an error. But pow (a pencils 4) is OK. Why?

May.22,2021

sympy does not support Numpy's mathematical calculations (it rewrites itself.), pow is built into python, so it does. Replace it with b=sympy.log (a).

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bfb794-32272.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bfb794-32272.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?