# MpMatrix
MpMatrix is a programming library which supports matrices containing mpmath's mpf objects.
# MpMatrix Operations
The operations supported by MpMatrix are addition, subtraction, and multiplication.
# Addition
**Input:** MpMatrix([[5, 6]]) + MpMatrix([[2, 8]])
**Output:** MpMatrix([[7, 14]])
# Subtraction
**Input:** MpMatrix([[5, 6]]) - MpMatrix([[4, 3]])
**Output:** MpMatrix([[1, 3]])
# Multiplication
**Input:** MpMatrix([[1, 2], [3, 4]]) * MpMatrix([[4, 3], [2, 1]])
**Output:** MpMatrix([[8, 5], [20, 13]])
# Comparisons
**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[1, 2], [3, 4]])
**Output:** True
**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[1, 2], [3, 5]])
**Output:** False (not all corresponding entries are equal)
**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[4, 3], [2, 1]])
**Output:** False (same entries used but in different positions)
Raw data
{
"_id": null,
"home_page": "https://github.com/GlobalCreativeApkDev/INDONESIAN_PROGRAMMERS/tree/main/MpMatrix",
"name": "MpMatrix",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "GlobalCreativeApkDev",
"author_email": "globalcreativeapkdev2022@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d5/62/3156f6f5127c4b006803d22659d273e426920807b94bb8676a04514d1c54/MpMatrix-1.tar.gz",
"platform": null,
"description": "# MpMatrix\n\nMpMatrix is a programming library which supports matrices containing mpmath's mpf objects.\n\n# MpMatrix Operations\n\nThe operations supported by MpMatrix are addition, subtraction, and multiplication.\n\n# Addition\n\n**Input:** MpMatrix([[5, 6]]) + MpMatrix([[2, 8]])\n**Output:** MpMatrix([[7, 14]])\n\n# Subtraction\n\n**Input:** MpMatrix([[5, 6]]) - MpMatrix([[4, 3]])\n**Output:** MpMatrix([[1, 3]])\n\n# Multiplication\n\n**Input:** MpMatrix([[1, 2], [3, 4]]) * MpMatrix([[4, 3], [2, 1]])\n**Output:** MpMatrix([[8, 5], [20, 13]])\n\n# Comparisons\n\n**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[1, 2], [3, 4]])\n**Output:** True\n\n**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[1, 2], [3, 5]])\n**Output:** False (not all corresponding entries are equal)\n\n**Input:** MpMatrix([[1, 2], [3, 4]]) == MpMatrix([[4, 3], [2, 1]])\n**Output:** False (same entries used but in different positions)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "This package contains implementation of the programming library MpMatrix.",
"version": "1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b00217c75e112fa1ba1344ba786289b8921fd9ebd99b5fae7d2f4c6b4978683a",
"md5": "2bee7de726327cfe39a812ecdc73ca73",
"sha256": "5df3455e86dd722c86c17f373d6fd1a39217b50b6b9b7cdc61a7b280e596b047"
},
"downloads": -1,
"filename": "MpMatrix-1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2bee7de726327cfe39a812ecdc73ca73",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4472,
"upload_time": "2023-03-12T10:49:18",
"upload_time_iso_8601": "2023-03-12T10:49:18.436554Z",
"url": "https://files.pythonhosted.org/packages/b0/02/17c75e112fa1ba1344ba786289b8921fd9ebd99b5fae7d2f4c6b4978683a/MpMatrix-1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d5623156f6f5127c4b006803d22659d273e426920807b94bb8676a04514d1c54",
"md5": "aecab1935c39b890122e85e97f290982",
"sha256": "7a6fa367479d6b23cb62915b9f1453bc61bae0037e88c6934a928d29aee24f00"
},
"downloads": -1,
"filename": "MpMatrix-1.tar.gz",
"has_sig": false,
"md5_digest": "aecab1935c39b890122e85e97f290982",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3912,
"upload_time": "2023-03-12T10:49:20",
"upload_time_iso_8601": "2023-03-12T10:49:20.511722Z",
"url": "https://files.pythonhosted.org/packages/d5/62/3156f6f5127c4b006803d22659d273e426920807b94bb8676a04514d1c54/MpMatrix-1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-12 10:49:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "mpmatrix"
}