This package was created to demonstrate results in the paper
of Lubomira Dvorakova and Jana Lepsova with the name
Critical exponent of Arnoux-Rauzy sequences.
The algorithm computes the asymptotical critical exponent
of regular d-ary Arnoux-Rauzy sequence for any dimension d.
In the examples we compute the asymptotical critical exponent (ACE)
of the Tribonacci word (d = 3).
==================
EXAMPLES:
sage: from colored_arnoux_rauzy_sequences.ARsequence import ArnouxRauzySubstitutiveSequence
sage: word = ArnouxRauzySubstitutiveSequence(3,[],[1])
sage: ACE = word.asymptotic_critical_exponent()
sage: ACE
1/2*Lambda^2 + 3/2
sage: ACE.n()
3.19148788395312
==================
``colored_arnoux_rauzy_sequences`` package
Raw data
{
"_id": null,
"home_page": "https://gitub.u-bordeaux.fr/jlepsova/colored_arnoux_rauzy_sequences",
"name": "colored-arnoux-rauzy-sequences",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "SageMath Arnoux-Rauzy Words Critical exponent",
"author": "Jana Lepsova",
"author_email": "lepsova.jana@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/51/de/83eafee6a37f7237d2d2dd623fac6824ab97a57637020a58bac9b07181a8/colored_arnoux_rauzy_sequences-0.1.1.tar.gz",
"platform": null,
"description": "This package was created to demonstrate results in the paper\nof Lubomira Dvorakova and Jana Lepsova with the name\nCritical exponent of Arnoux-Rauzy sequences.\n\nThe algorithm computes the asymptotical critical exponent\nof regular d-ary Arnoux-Rauzy sequence for any dimension d.\n\nIn the examples we compute the asymptotical critical exponent (ACE)\nof the Tribonacci word (d = 3).\n==================\n\nEXAMPLES:\n\n sage: from colored_arnoux_rauzy_sequences.ARsequence import ArnouxRauzySubstitutiveSequence\n sage: word = ArnouxRauzySubstitutiveSequence(3,[],[1])\n sage: ACE = word.asymptotic_critical_exponent()\n sage: ACE\n 1/2*Lambda^2 + 3/2\n sage: ACE.n() \n 3.19148788395312\n\n==================\n\n``colored_arnoux_rauzy_sequences`` package \n\n\n\n",
"bugtrack_url": null,
"license": "GPLv2+",
"summary": "Colored Arnoux-Rauzy sequences and their asymptotic critical exponent",
"version": "0.1.1",
"split_keywords": [
"sagemath",
"arnoux-rauzy",
"words",
"critical",
"exponent"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "51de83eafee6a37f7237d2d2dd623fac6824ab97a57637020a58bac9b07181a8",
"md5": "16b60e984cb15afde2c947c5ba7d44ca",
"sha256": "e822cc5fc4e3038ba6f6d27d539d8570aef101cfd04f188595d8bd77fddb4fc0"
},
"downloads": -1,
"filename": "colored_arnoux_rauzy_sequences-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "16b60e984cb15afde2c947c5ba7d44ca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11249,
"upload_time": "2023-02-10T15:33:22",
"upload_time_iso_8601": "2023-02-10T15:33:22.041639Z",
"url": "https://files.pythonhosted.org/packages/51/de/83eafee6a37f7237d2d2dd623fac6824ab97a57637020a58bac9b07181a8/colored_arnoux_rauzy_sequences-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-10 15:33:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "colored-arnoux-rauzy-sequences"
}