File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed
lib/node_modules/@stdlib/math/base/special/cinv Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ The inverse or reciprocal of a non-zero complex number `z = a + bi` is defined a
28
28
29
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
30
31
+ <div class =" equation " align =" center " data-raw-text =" {\frac {1}{z}}=\frac{\bar{z}}{z{\bar{z}}} = \frac{a}{a^{2}+b^{2}} - \frac{b}{a^2+b^2}i. " data-equation =" eq:complex_inverse " >
32
+ <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@99e622e3907aa8bd2f252516d022fc73519b1cdf/lib/node_modules/@stdlib/math/base/special/cinv/docs/img/equation_complex_inverse.svg" alt="Complex Inverse">
33
+ <br>
34
+ </div >
35
+
31
36
<!-- </equation> -->
32
37
33
38
</section >
You can’t perform that action at this time.
0 commit comments