fixed-point-iteration
Finding fixed points / attractors / repellors of a Tent map
I need to find fixed points and attractors of a Tent map function given by the definition below: xt =(3/2) * xt-1when 0 <= x <= (2/3)[详细]
2023-02-26 20:25 分类:问答Finding the Fixed Points of an Iterative Map
I need to find fixed points of iterative map x[n] == 1/2 x[n-1]^2 - Mu. My approach: Subscript[g, n_ ][Mu_, x_] :=Nest[0.5 * x^2 - Mu, x, n][详细]
2023-02-22 15:51 分类:问答Solve this equation with fixed point iteration
How can I solve this equation x3开发者_StackOverflow社区 + x - 1 = 0 using fixed point iteration?[详细]
2023-01-28 08:52 分类:问答Can you drag and drop a URL with a large icon/graphic from a web page to you desktop?
Is there anyway to create a desktop icon (cross platform/browser) from a linked image on a page without some kind of executable?[详细]
2022-12-24 16:56 分类:问答