由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Classified版 - ●【求购】$50 完成一个课程report(本科课程难度)
相关主题
Computer jobs求: 20 Listerine Zero coupons $2 from today's RP
纽约皇后区Elmhurst有一间单房出租【出售】 11台 wifi ipad 2 16G*4, 32G*6, 64G*1
纽约皇后区Elmhurst有三室一厅整套出租[求购]Canon 60D 18-135mm 18-200mm kit
纽约皇后区Elmhurst有单房出租[出售]shell/chevron/exxonmobil/amazon
纽约皇后区Elmhurst有单房出租[出售] 25*14 Chevron Gas Card @0.92
85$ [label散货求购]Logitech G900 Chaos Spectrummous[求购]【Delta 达美] for self use, zero risk!
【FBA求购】Logitech G900 Chaos Spectrum mouse @85Data Scientist/Decision Scientist - M at Seattle
【label求购】1个Logitech G900 Chaos Spectrum [email protected]iphone 6 and iphone 6+ for sale
相关话题的讨论汇总
话题: computing话题: iterations话题: chaotic话题: y0话题: report
进入Classified版参与讨论
1 (共1页)
w*******4
发帖数: 1931
1
我想要的物品:
report for 课程:Computing chaos.求计算机达人帮忙
report title: Computing chaos
要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm
单张面值:
可接受的价格(必须明码标价!):
$50
物品新旧要求:
brandnew, no copy from google
邮寄方式要求:
email
买卖双方谁承担邮寄损失(Required if not code only):
default
付款方式说明:
pp
广告的有效期:
周日ET 11:00pm完成report
物品来源:
我的联系方式:
pm
课程:Computing chaos.
Chaotic behaviour occurs when a system (described by a simple equation)
exhibits behaviour which is unpredictable in the long term. A classic
example of a chaotic system is the weather. How chaotic a particular system
is can be measured using a quantity called the Lyapunov exponent. The
mathematics involved is not difficult (though the student should ideally
have studied maths to A level) and the computer programming is not difficult
either! However the calculations are very CPU intensive and the student
will be required to come up with creative ways to distribute the
calculations across a number of machines.
最低要求:能使用standard language (such as C) 或者matlab画出logistic map
例子如下:(matlab)
a = (0:0.01:4)';
iterations_per_value = 500;
y = zeros(length(a), iterations_per_value);
y0 = 0.2;
y(:,1) = a.*y0*(1-y0);
for i = 1:iterations_per_value-1
y(:,i+1) = a.*y(:,i).*(1-y(:,i));
end
plot(a, y, '.', 'MarkerSize', 1);
grid on
1 (共1页)
进入Classified版参与讨论
相关主题
iphone 6 and iphone 6+ for sale纽约皇后区Elmhurst有单房出租
送个Staples 25 off 100 coupon, Exp 2/685$ [label散货求购]Logitech G900 Chaos Spectrummous
[求购]2/8(today) computer receipt for hp rebate【FBA求购】Logitech G900 Chaos Spectrum mouse @85
[求购]2/11 laptop computer receipt upc for hp rebate@10【label求购】1个Logitech G900 Chaos Spectrum [email protected]
Computer jobs求: 20 Listerine Zero coupons $2 from today's RP
纽约皇后区Elmhurst有一间单房出租【出售】 11台 wifi ipad 2 16G*4, 32G*6, 64G*1
纽约皇后区Elmhurst有三室一厅整套出租[求购]Canon 60D 18-135mm 18-200mm kit
纽约皇后区Elmhurst有单房出租[出售]shell/chevron/exxonmobil/amazon
相关话题的讨论汇总
话题: computing话题: iterations话题: chaotic话题: y0话题: report