The complex variable $s$ has two components:
So, $s = \sigma + j \omega$.
In [1]:
from IPython.display import SVG
SVG('img/intro_fig7.svg')
Out[1]:
$G(s)$ is a function of the complex variable $s$, when for each value of $s$ there exists a corresponding value (or several) of $G(s)$.
In [2]:
from IPython.display import SVG
SVG('img/intro_fig8.svg')
Out[2]:
For example:
In [3]:
from IPython.display import Image
Image(filename='img/output1.jpg')
Out[3]:
In [4]:
from IPython.display import Image
Image(filename='img/output2.jpg')
Out[4]:
In [5]:
from IPython.display import Image
Image(filename='img/output3.jpg')
Out[5]:
In [6]:
from IPython.display import Image
Image(filename='img/output4.jpg')
Out[6]: