--description--
This first video will show you the essence of algebra and then how Python code does the same task in a different way.
Here is the Colab notebook to go along with this video. Add the code from the video to your algebra Colab notebook to see how to solve for X using Python. Then change the code if you want, test it, and compare it to paper-and-pencil solving. Remember the equation input needs to be in Python syntax.
--assignment--
Add the code to solve for x from the video to your algebra Colab notebook.
--question--
--text--
In Python, what is the library you import to solve algebra problems with variables?
--answers--
symba
math
sympsons
sympy
--video-solution--
4