Back to Freecodecamp

Solving Systems

curriculum/challenges/english/blocks/learn-how-to-solve-systems-of-equations/6331d2b0b51aeedd1a2bd655.md

latest714 B
Original Source

--description--

The first video will show you the math behind solving a system of two equations without graphing, how you can factor an equation, and solve for a certain variable.

Here is the <a href="https://colab.research.google.com/drive/1UfyQiXCedAAv5kcqgi_pGYV-HkSgN8YD?usp=sharing" target="_blank" rel="noopener noreferrer nofollow">Colab notebook used in this video.</a>

--assignment--

Add code to your notebook to solve and graph systems of equations

--questions--

--text--

Which of the following can SymPy do that matplotlib can't do?

--answers--

Solve for a variable


Display an x-y axis


Graph an equation or two


Show tic marks on the graph

--video-solution--

1