登录
首页 » Windows开发 » function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four

function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four

于 2023-01-15 发布 文件大小:1.31 kB
0 238
下载积分: 2 下载次数: 1

代码说明:

function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … , tn) % 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eMusic的图书馆–管理你的数字图书馆–Java、JSP项目
    应用背景夏天的图书馆是一个项目使用Java开发人员的MVC框架来管理您的数字音乐商店。用户可以登录/注册并创建自己的音乐库,添加歌曲,要求上传歌曲到管理员。如果他/她添加任何歌曲,然后管理员可以查看和批准它。最重要的是,eMusic图书馆项目是用我自己的了阿克萨MVC框架。阿克萨MVC框架是一个基于Java的MVC框架像Struts,并具有全部功能可用(几乎)你在Struts中找到,但ASQA MVC Struts的好处是它的足迹很小。它拥有大约25 kb的大小使它世界上最小的MVC框架。很快我就上传了框架源码与细节,和教程。关键技术以下是这个项目的特点:仪表板管理员:登录,查看所有歌曲要求管理员:上传/删除歌曲管理:批准/拒绝任何用户已上传的歌曲用户:登录、查看、播放列表的歌曲用户:请求管理员上传一首新歌用户:跟踪歌曲请求历史还有更多……
    2023-04-03 23:15:05下载
    积分:1
  • 本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。...
    本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。-This procedure has a priority on the implementation of the calculator function of the preparation, support brackets, such as optimizing the calculator function.
    2022-02-06 09:14:55下载
    积分:1
  • 用vb调用vc的误差函数功能代码,实现计算误差函数,并将结果导出来...
    用vb调用vc的误差函数功能代码,实现计算误差函数,并将结果导出来-use vb to import the vc code (compile the vc code to dll)which realize the error function to compute the error function and export the outcome
    2022-06-30 20:54:12下载
    积分:1
  • java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错...
    java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various-*+/4 operator, also support floating-point operations, also feeling good
    2022-02-27 02:12:52下载
    积分:1
  • CRC校验,完成Crc校验
    CRC校验,完成Crc校验 -CRC completed Crc Check
    2022-02-01 22:19:31下载
    积分:1
  • 本软件是从事一线教学的大学教师根据C/C++初学者的特点量身打造的一个简单易用的 C/C++学习与实验软件,现在已全面支持最新操作系统VISTA,它是从事一线教...
    本软件是从事一线教学的大学教师根据C/C++初学者的特点量身打造的一个简单易用的 C/C++学习与实验软件,现在已全面支持最新操作系统VISTA,它是从事一线教学的大学教师根据C/C++ 初学者的特点,量身定制的一个简单易用的 C/C++程序设计学习与实验软件(支持TC2/TC3、GCC、VC6四种编译器,没有使用日期限制)-This software is to engage in front-line teaching of university teachers in accordance with C/C++ beginners and the characteristics of a simple, tailored-to-use C/C++ to learn and experiment software, now fully supports the latest operating system, VISTA, it is engaged in front-line teaching in the University of teachers in accordance with C/C++ beginners and the characteristics of a customized easy-to-use C/C++ program design study and experimental software (support TC2/TC3, GCC, VC6 four compiler, there is no restrictions on the use of date)
    2022-07-23 14:26:15下载
    积分:1
  • winrar like program vc
    winrar like program vc-winrar like program vc++
    2022-06-30 17:32:11下载
    积分:1
  • The system functional requirements: Suppose Student Information includes: Stude...
    系统功能需求: 假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用): 1、建立单链表 2、输出单链表 3、查找单链表 4、插入单链表 5、删除单链表 6、更新单链表 7、逆置单链表 0、退出系统 -The system functional requirements: Suppose Student Information includes: Student ID, name, performance. Require a single linked list, said the students information, and can be used to achieve the following functions form the menu (menu to be able to re-use): 1, the establishment of a single linked list 2, the output single-linked list 3, to find a single linked list 4, insert a single linked list 5, to delete a single linked list 6, update a single list 7, reverse a single linked list home 0, exit the system
    2022-03-16 13:31:58下载
    积分:1
  • 实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。
    实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。-Easy implementation of the CS chat, can be used to practice the hands can also be studied in detail, give it a try.
    2022-06-12 07:58:34下载
    积分:1
  • 图像的分解
    该程序实现简单  操作容易  处理起来比较方便   实用性强   相信会有很大帮助对我们   呵呵。
    2022-04-17 18:11:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载