Skip to content

Commit f1de09f

Browse files
committed
Add intro for complex inverse
1 parent 61bc26b commit f1de09f

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinv

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/math/base/special/cinv/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27+
The inverse of a non-zero complex number `z = a + bi` is defined as
28+
29+
<!-- <equation class="equation" label="eq:complex_inverse" align="center" raw="{\frac {1}{z}}=\frac{\bar{z}}{z{\bar{z}}} = \frac{a}{a^{2}+b^{2}} - \frac{b}{a^2+b^2}i." alt="Complex Inverse" > -->
30+
31+
<!-- </equation> -->
32+
2733
</section>
2834

2935
<!-- /.intro -->

0 commit comments

Comments
 (0)