Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update math formatting.
  • Loading branch information
artmenlope authored Aug 7, 2022
1 parent 772ee2b commit 65f7bd1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ import cplotting_tools as cplt
### Examples 1

In this first set of examples the test function is the following one:
<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=f(z)%20%3D%20%5Cfrac%7B(z%5E2-1)(z-2-i)%5E2%7D%7Bz%5E2%2B2%2B2i%7D">
</p>

$$
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:

Expand Down Expand Up @@ -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:
<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=f(z)%20%3D%20%5Ccos%20z">
</p>

$$
f(z)=\cos z
$$

As we did in the first set of examples, we start defining the variables, the parameters and the function:

Expand Down

0 comments on commit 65f7bd1

Please sign in to comment.