线性映射动力学

R. Devaney
{"title":"线性映射动力学","authors":"R. Devaney","doi":"10.1201/9780429280801-27","DOIUrl":null,"url":null,"abstract":"Create a variable A initialized to be the above matrix (check the command matrix): sage: # edit here Create a variable v that contains the vector (1,1) (check the command vector): sage: # edit here To compute the image of a vector under a matrix you need to use the multiplication *. Compute the image A * v: sage: # edit here Write a function draw_orbit(A, v0, n) that draw the n-th first iterate of the orbit of v0 under A. That is the sequence of vectors v0, Av0, Av0, ..., Av0 (you can use the graphics primitives point2d or line2d): sage: # edit here On the same graphics, draw several of these orbits: sage: # edit here What is happening to them? The object AA in Sage stands for \"real algebraic numbers\". It is one way to consider exact numbers beyond integers and rationals.: sage: AA In the following cell, we create the algebraic number √ 5 and the golden ratio φ = 1+ √ 5 2 : sage: a = AA(5).sqrt() sage: phi = (1 + a) / 2 Check with Sage that the vectors u+ = (1,−φ) and u− = (1,φ −1) are eigenvectors of the matrix A: sage: up = vector([1, -phi]) sage: um = vector([1, phi-1]) sage: # edit here Create a graphics with several orbits together with the lines Ru+ and Ru−: sage: # edit here","PeriodicalId":314009,"journal":{"name":"An Introduction to Chaotic Dynamical Systems","volume":null,"pages":null},"PeriodicalIF":0.0000,"publicationDate":"2021-10-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Dynamics of Linear Maps\",\"authors\":\"R. Devaney\",\"doi\":\"10.1201/9780429280801-27\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Create a variable A initialized to be the above matrix (check the command matrix): sage: # edit here Create a variable v that contains the vector (1,1) (check the command vector): sage: # edit here To compute the image of a vector under a matrix you need to use the multiplication *. Compute the image A * v: sage: # edit here Write a function draw_orbit(A, v0, n) that draw the n-th first iterate of the orbit of v0 under A. That is the sequence of vectors v0, Av0, Av0, ..., Av0 (you can use the graphics primitives point2d or line2d): sage: # edit here On the same graphics, draw several of these orbits: sage: # edit here What is happening to them? The object AA in Sage stands for \\\"real algebraic numbers\\\". It is one way to consider exact numbers beyond integers and rationals.: sage: AA In the following cell, we create the algebraic number √ 5 and the golden ratio φ = 1+ √ 5 2 : sage: a = AA(5).sqrt() sage: phi = (1 + a) / 2 Check with Sage that the vectors u+ = (1,−φ) and u− = (1,φ −1) are eigenvectors of the matrix A: sage: up = vector([1, -phi]) sage: um = vector([1, phi-1]) sage: # edit here Create a graphics with several orbits together with the lines Ru+ and Ru−: sage: # edit here\",\"PeriodicalId\":314009,\"journal\":{\"name\":\"An Introduction to Chaotic Dynamical Systems\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-10-26\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"An Introduction to Chaotic Dynamical Systems\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1201/9780429280801-27\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"An Introduction to Chaotic Dynamical Systems","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1201/9780429280801-27","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

创建一个变量a,初始化为上面的矩阵(检查命令矩阵):sage: # edit here创建一个变量v,包含向量(1,1)(检查命令向量):sage: # edit here要计算矩阵下向量的图像,需要使用乘法*。编写函数draw_orbit(A, v0, n),绘制A下v0轨道的第n次迭代,即向量v0, Av0, Av0,…, Av0(你可以使用图形原语point2d或line2d): sage: # edit这里在相同的图形上,画几个这样的轨道:sage: # edit这里发生了什么?对象AA在Sage中表示“实代数数”。这是考虑整数和有理数之外的精确数字的一种方法。圣人:AA在随后的细胞,我们创建代数数√5和黄金比例φ= 1 +√5 2:圣人:a = AA (5) .sqrt()圣人:φ=(1 + 1)/ 2检查与圣人向量u + =(1−φ)和u−=(1、φ−1)矩阵a的特征向量:圣人:=向量([1、φ])圣人:嗯=向量([1,是])圣人:#编辑在这里创建一个图形与几个轨道线一起俄文+和俄文−:圣人:#编辑
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Dynamics of Linear Maps
Create a variable A initialized to be the above matrix (check the command matrix): sage: # edit here Create a variable v that contains the vector (1,1) (check the command vector): sage: # edit here To compute the image of a vector under a matrix you need to use the multiplication *. Compute the image A * v: sage: # edit here Write a function draw_orbit(A, v0, n) that draw the n-th first iterate of the orbit of v0 under A. That is the sequence of vectors v0, Av0, Av0, ..., Av0 (you can use the graphics primitives point2d or line2d): sage: # edit here On the same graphics, draw several of these orbits: sage: # edit here What is happening to them? The object AA in Sage stands for "real algebraic numbers". It is one way to consider exact numbers beyond integers and rationals.: sage: AA In the following cell, we create the algebraic number √ 5 and the golden ratio φ = 1+ √ 5 2 : sage: a = AA(5).sqrt() sage: phi = (1 + a) / 2 Check with Sage that the vectors u+ = (1,−φ) and u− = (1,φ −1) are eigenvectors of the matrix A: sage: up = vector([1, -phi]) sage: um = vector([1, phi-1]) sage: # edit here Create a graphics with several orbits together with the lines Ru+ and Ru−: sage: # edit here
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Another View of Period Three The Hénon Map Global Results and Hyperbolic Maps The Period-Doubling Route to Chaos Normal Families and Exceptional Points
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1