全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
蒙特卡洛方法求任意函数的积分蒙特卡洛方法求任意函数的积分 Monte Carlo method clear clc disp Please enter the function f x keyboard disp Please enter the range of integration a and b a b keyboard disp Please enter the number n of repeat keyboard sum 0 for i 1 n k rand 1 x b a k a sum sum f x end fmean sum n intf b a fmean disp The value of this integral is disp intf syms y intr int f y y a b intr double intr disp The real value of this integral is disp intr dis abs intf intr disp The distance of two values is disp dis 蒙特卡洛方法仿真模拟三维随机游走蒙特卡洛方法仿真模拟三维随机游走 The drunk walk clear clc disp Please enter the number n of steps keyboard x 0 y 0 z 0 for i 1 n x0 x y0 y z0 z direction rand 1 if direction 1 6 x x 1 move right elseif direction 2 6 x x 1 move left elseif direction 3 6 y y 1 move forward elseif direction 4 6 y y 1 move backward elseif direction 5 6 z z 1 move upward elseif direction 6 6 z z 1 move downward end distance sqrt x 2 y 2 z 2 if distance 5 col g elseif distance 10 col b elseif distance 15 col y else col r end plot3 x0 x y0 y z0 z col hold on grid on end xlabel x ylabel y zlabel z dist
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 科技视野面试题及答案
- 2026营销总监面试题及答案
- 2026载体服务面试题及答案大全
- 2026年税务师真题及答案解析
- 2026年浙江省考《行政职业能力测验》真题及答案解析
- 保险AI安全态势感知模型
- 《神经调节的基本方式》课件
- 2026年四川省考《申论》真题及答案解析(县乡卷)
- 2026年江西省上饶市单招职业适应性测试题库参考答案
- 2026年国考申论押题密卷及答案解析(地市级)
- 牛羊养殖小知识培训内容课件
- 田园生态餐厅创新创业项目商业计划书
- 铁路货场安全管理办法
- 中华诗词大赛1-3年级题库(含答案)
- 饮料生产配方管理制度
- 输电线路大开挖基础施工方案
- 截肢手术配合
- 2023年中国国家话剧院招聘事业单位考试真题
- 5G工程师理论练习测试卷
- (完整word版)北京市住院医师规范化培训线上课程答案全科医学题库
- 宠物美容培训课件
评论
0/150
提交评论