2022-12-24
Python SymPy
TIL
SymPy
This library can solve equations (방정식) in Python
To solve following equations
10 = 7 + x
Change the equations like below to one side
0 = 7 + x - 10
Used sympy in my solution for Advent of Code challenge 2022/day/21