diff --git a/README.md b/README.md index d5e1c48..4903830 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,10 @@ import cplotting_tools as cplt ### Examples 1 In this first set of examples the test function is the following one: -
- -
+ +$$ +f(z) = \dfrac{(z^2-1)(z-2-i)^2}{z^2+2+2i} +$$ We start defining the variables and parameters for these first examples: @@ -61,9 +62,10 @@ Then, we can use the functions defined in [`cplotting_tools.py`](cplotting_tools ### Examples 2 In this second set of examples the test function is: -- -
+ +$$ +f(z)=\cos z +$$ As we did in the first set of examples, we start defining the variables, the parameters and the function: