Added colouring
This commit is contained in:
parent
74cc16008e
commit
9f7f5127a0
3 changed files with 31 additions and 5 deletions
|
@ -87,6 +87,10 @@
|
|||
So this widget just plots the radius of the complex number. Think of complex numbers as points in 2D space. I plot the distance
|
||||
of that point from the origin.
|
||||
</p>
|
||||
<p>
|
||||
Since this function can also return negative values, it is common to plot the absolute value, and colour regions according to their sign.
|
||||
Here, green represents non-negative values and red represents negative values.
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue