eigenmorphic
================
Eigenvalues of morphic subshifts.
This is a Sage optional package.
It contains code to compute exact additive eigenvalues
of morphic subshifts, that is a substitution subshift or
the subshift generated by its image by another substitution.
Installation::
sage -pip install eigenmorphic
Usage::
sage: from eigenmorphic import *
After this command, you can compute eigenvalues of morphic subshifts::
sage: s = WordMorphism("a->ab,b->ac,c->a")
sage: morphic_eigenvalues(s)
Z*{1, b, b^2}
where b is root of x^3 - x^2 - x - 1
sage: t = WordMorphism('a->0,b->1,c->1')
sage: morphic_eigenvalues(s, t)
Z*{1, b, b^2}
where b is root of x^3 - x^2 - x - 1
sage: # regular paperfolding
sage: t = WordMorphism('a->00,b->01,c->10,d->11')
sage: s = WordMorphism('a->ca,b->cb,c->da,d->db')
sage: t(s.fixed_points()[0])
word: 1101100111001001110110001100100111011001...
sage: morphic_eigenvalues(s,t)
1/8Z[1/2]
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/mercatp/eigenmorphic",
"name": "eigenmorphic",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "SageMath Eigenvalue Substitutive Morphic Subshift",
"author": "Paul Mercat",
"author_email": "paul.mercat@univ-amu.fr",
"download_url": "https://files.pythonhosted.org/packages/21/b3/e0690c0c8525ba1dc0c3334c8218fd3cc1c967c349478c6c10f56990606b/eigenmorphic-0.1.9.tar.gz",
"platform": null,
"description": "eigenmorphic\n================\n\nEigenvalues of morphic subshifts.\n\nThis is a Sage optional package.\nIt contains code to compute exact additive eigenvalues\nof morphic subshifts, that is a substitution subshift or\nthe subshift generated by its image by another substitution.\n\nInstallation::\n\n sage -pip install eigenmorphic\n \nUsage::\n\n sage: from eigenmorphic import *\n\n\nAfter this command, you can compute eigenvalues of morphic subshifts::\n\n sage: s = WordMorphism(\"a->ab,b->ac,c->a\")\n sage: morphic_eigenvalues(s)\n Z*{1, b, b^2}\n\twhere b is root of x^3 - x^2 - x - 1\n\t\n\tsage: t = WordMorphism('a->0,b->1,c->1')\n\tsage: morphic_eigenvalues(s, t)\n\tZ*{1, b, b^2}\n\twhere b is root of x^3 - x^2 - x - 1\n\n\tsage: # regular paperfolding\n\tsage: t = WordMorphism('a->00,b->01,c->10,d->11')\n\tsage: s = WordMorphism('a->ca,b->cb,c->da,d->db')\n\tsage: t(s.fixed_points()[0])\n\tword: 1101100111001001110110001100100111011001...\n\tsage: morphic_eigenvalues(s,t)\n\t1/8Z[1/2]\n\n",
"bugtrack_url": null,
"license": "GPLv3.0",
"summary": "Eigenvalues of morphic subshifts",
"version": "0.1.9",
"project_urls": {
"Homepage": "https://gitlab.com/mercatp/eigenmorphic"
},
"split_keywords": [
"sagemath",
"eigenvalue",
"substitutive",
"morphic",
"subshift"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "21b3e0690c0c8525ba1dc0c3334c8218fd3cc1c967c349478c6c10f56990606b",
"md5": "1d9749f563a8da3c35290b6e409d6706",
"sha256": "d03d5cafab06b370a45a6ba2841039da8167d52bd67f665625f4afccc38cc568"
},
"downloads": -1,
"filename": "eigenmorphic-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "1d9749f563a8da3c35290b6e409d6706",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18636,
"upload_time": "2025-02-17T16:55:56",
"upload_time_iso_8601": "2025-02-17T16:55:56.539044Z",
"url": "https://files.pythonhosted.org/packages/21/b3/e0690c0c8525ba1dc0c3334c8218fd3cc1c967c349478c6c10f56990606b/eigenmorphic-0.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-17 16:55:56",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "mercatp",
"gitlab_project": "eigenmorphic",
"lcname": "eigenmorphic"
}