- digital 此文件包含用visual c++编译的流水灯的程序
- Open_Data_Base_with_DAO_356_password_protected.ra How to Open Data
- TVToolbar_myself I wrote the first TV Toolbar that played video in any browser back in 1997 and I have created many versions of my TV Toolbar every year since then for both Internet Explorer and all the Mozilla Browsers like FireFox
- anjianchuankou 单片机有序扫描4x4键盘
- 2.4gReceive2 2.4g module program algorithm
- F02x_SMBus_Slave_Multibyte 一个例程关于C8051F02x的SMBus总线
文件名称:Estimating19609112312005
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.32kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Simple exercise that calculate the Taylor expansion of the exponential
function.
Input variables: degree N
vector of evaluation points, x
At each step plots the Taylor polynomial and compare with the real
function
function y=taylor_exp(N,x)
printf("Order of the expansion: d ", N)
size(x)
y=ones(size(x))
plot(x,y,"r-",x,exp(x),"b-")
legend("n=0,exp(x)")
for n=1:N
y+=(1/factorial(n))*(x.^n)
plot(x,y,"r-",x,exp(x),"b-")
xlabel("x")
ylabel("f(x)")
legend("approx","exp(x)")
pause
end
endfunction
-
Simple exercise that calculate the Taylor expansion of the exponential
function.
Input variables: degree N
vector of evaluation points, x
At each step plots the Taylor polynomial and compare with the real
function
function y=taylor_exp(N,x)
printf("Order of the expansion: d ", N)
size(x)
y=ones(size(x))
plot(x,y,"r-",x,exp(x),"b-")
legend("n=0,exp(x)")
for n=1:N
y+=(1/factorial(n))*(x.^n)
plot(x,y,"r-",x,exp(x),"b-")
xlabel("x")
ylabel("f(x)")
legend("approx","exp(x)")
pause
end
endfunction
(系统自动生成,下载前可以参看下载内容)
下载文件列表
@PSC_ReadMe_5109_2.txt
pi/
pi/.classpath
pi/.project
pi/pi.htm
pi/PIApplet.class
pi/PIApplet.java
pi/
pi/.classpath
pi/.project
pi/pi.htm
pi/PIApplet.class
pi/PIApplet.java
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
