diff options
author | Austin Adams <git@austinjadams.com> | 2021-08-30 10:16:15 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2021-08-30 10:16:53 -0400 |
commit | 5450b701064045166077a2f53b7b5b2675330270 (patch) | |
tree | f0fa1c61d5efa56ba09331b58ee13ace41296123 | |
parent | 21e7d9b1782cdae5e26c59d9b120f6439e913c8b (diff) | |
download | toolbag-master.tar.gz toolbag-master.tar.xz |
Credit to this paper for the Pythagorean triple I used:
https://rgmia.org/papers/v21/v21a101.pdf
-rw-r--r-- | tools/share/notfound/complex1.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/share/notfound/complex1.tex b/tools/share/notfound/complex1.tex new file mode 100644 index 0000000..fdbf7cf --- /dev/null +++ b/tools/share/notfound/complex1.tex @@ -0,0 +1,12 @@ +\nofiles +\documentclass[letterpaper,12pt]{article} +\usepackage{amsmath,amssymb,amsthm,tikz} +\pagenumbering{gobble} +\begin{document} + +\[ +\vert 80 + 396i \vert +\] + +\end{document} +% the complex absolute value of eighty plus the imaginary number times three hundred ninety six |