Skip to main content

--description--

This video will show you one way to create a calculator that solves and graphs. It will also show you how to zoom in or zoom out on the graph and write the code to build that feature.

Here is the Colab notebook used in this video. This will give you an example of what your notebook could look like so far, as you have some functions in there and create headings for the next few functions.

--question--

--text--

Which of the following is not true?

--answers--

When graphing, you can adjust your tic marks on each axis


The nonlinsolve() function can solve linear equations


The linsolve() function can solve nonlinear equations


To zoom in or out on a graph, an interactive slider is useful

--video-solution--

3