Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xepersian/complexpolylongdiv
Typesetting (complex) polynomial long division
https://github.com/xepersian/complexpolylongdiv
Last synced: 14 days ago
JSON representation
Typesetting (complex) polynomial long division
- Host: GitHub
- URL: https://github.com/xepersian/complexpolylongdiv
- Owner: xepersian
- Created: 2024-12-29T13:23:51.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T16:07:58.000Z (17 days ago)
- Last Synced: 2024-12-29T16:30:23.887Z (17 days ago)
- Language: TeX
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The complexpolylongdiv Package
The `complexpolylongdiv` package provides a simple interface for typesetting (complex) polynomial long division.The official versions of the package are released on [CTAN](https://ctan.org/pkg/complexpolylongdiv).
## Using the Package
The following example illustrates how the package can be used.
````tex
\documentclass{article}
\usepackage{complexpolylongdiv}
\begin{document}
\begin{equation}
\begin{complexpolylongdiv}
&x+1-2i \\
x-1&\complexpolyquotient{x^2-2ix+6}\\
-&\underline{x^2-x}\\
-&(1-2i)x+6\\
-&\underline{(1-2i)x-(1-2i)}\\
&7-2i
\end{complexpolylongdiv}
\end{equation}
\end{document}
````## Reporting Issues
If you think that you have found an issue in the package, please use
[the package issue tracker](https://github.com/xepersian/complexpolylongdiv/issues)
to report it.## Discussions
You may also have conversations, ask questions and post answers
without opening issues using the [Discussions space](https://github.com/xepersian/complexpolylongdiv/discussions).## Announcements
The announcements for the new releases of the package will
also appear in the Discussions space under the [Announcements
category](https://github.com/xepersian/complexpolylongdiv/discussions/categories/announcements).