数值计算方法目录课件.ppt
文本预览下载声明
数值分析
;(Evolutionary Games and Population Dynamics)
J.Hofbauer,H. Sigmund
The Dynamics Of a Predator-prey L-V System.; The Dynamics Of a Predator-prey L-V System.; The Dynamics Of a Predator-prey L-V System.;The Dynamics Of a Predator-prey L-V System.;海底测量:
表-1给出水面直角坐标(X,Y)出水高度Z,在低潮时测的。船的吃
水度为5米,问在矩形域75X,200,-50Y150中行船应避免进入的区域。 ;clear; close;
x=[129 140 108 88 185 195 105 157 107 77 145 162 162 117];
y=[7 141 28 147 22 137 85 -6 -81 3 45 -66 84 -38];
plot(x,y,o); ;z=[4,8,6,8,6,8,8,9,9,8,8,9,4,9];
h=-z;
xi=75:5:200;yi=[-50:10:150];
HI=griddata(x,y,h,xi,yi,cubic);%三角形三次插值;
mesh(xi,yi,HI);view(-60,30); contour(xi,yi,HI,[-5,-5],k) ;数值分析课程简介;第一章 数值计算中的误差分析
显示全部