Mar-11-2019, 11:09 PM
def main(): from sympy.abc import x, y code = """x+y+x""" e = None try: e = eval(code) except SyntaxError: print ("errores") if e is not None: print(e) if __name__ == "__main__": main()
sympy
|
|
Messages In This Thread |
RE: sympy - by scidam - Mar-11-2019, 11:09 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Python sympy problem for symbolic equation definition | joellapointe_engineering | 0 | 1,009 |
Mar-24-2024, 11:09 PM Last Post: joellapointe_engineering |
|
Sympy nonlinsolve does not return explicit solution | axelle | 1 | 3,273 |
Jan-20-2021, 11:38 AM Last Post: Serafim |
|
plot differential equation sympy | dan_adi | 0 | 4,091 |
Oct-13-2020, 10:44 AM Last Post: dan_adi |
|
Attribute error - Sympy | VictorG8 | 1 | 6,790 |
Apr-09-2020, 06:03 PM Last Post: snippsat |
|
How to use list of symbols for sympy calculation in python? | tanmaybhise | 1 | 3,820 |
Mar-01-2020, 10:36 PM Last Post: Gribouillis |
|
Next zero of a function on sympy | VicenteM | 0 | 2,731 |
Aug-21-2019, 04:58 PM Last Post: VicenteM |