FFT Multiplication
Project description
FFT Multiplication
Author: Moin Khan
FFT Multiplication: An implementation of the Fast Fourier Transform (FFT) algorithm to multiply two polynomials efficiently.
Introduction
FFT Multiplication is a simple, zero-configuration command-line static HTTP server.
Installation:
Globally via pip
pip install fft_multiplication
This will install fft_multiplication globally so that it can be imported into any python program.
Usage:
from fft_multiplication import multiply
p = [1, 1]
q = [1, 0]
print(multiply(p, q))
Features
- Efficient polynomial multiplication using the Fast Fourier Transform (FFT) algorithm
- Comparison with the direct multiplication method
- Test cases to ensure correctness of the implementations
Requirements
Python 3.x
Contributing
All contributions are welcome. Please create an issue first for any feature request or bug. Then fork the repository, create a branch and make any changes to fix the bug or add the feature and create a pull request. That's it! Thanks!
License
fft_multiplication is released under the MIT License. Check out the full license here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fft_multiplication-0.0.2.tar.gz.
File metadata
- Download URL: fft_multiplication-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3800210c425c8d8bb0a506a062b662c29f763c37136a05d0ec15e63f63d96949
|
|
| MD5 |
79c6f8f7470463e75e53d0c770cf2864
|
|
| BLAKE2b-256 |
5bb06ed69c59341b228a903924f4eec57ffccea880bc17a77a0d7301f46d18ec
|
File details
Details for the file fft_multiplication-0.0.2-py3-none-any.whl.
File metadata
- Download URL: fft_multiplication-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8575c58139f286e2b30418465db47bb6a438c4e6e1108ba0dfe1d4a6fe30928
|
|
| MD5 |
6430156764f213f38d453508b38e25a2
|
|
| BLAKE2b-256 |
f718f76dc8fc7264869476da9d532a952cef2bc29971413910cc447fd668d6e7
|