photo

Chris Horne


Last seen: 3 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
257,269
of 300,750

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


function input to solve ODE
I am trying to write code to accept 3 arbitrary functions of time (i.e. cos, sin, t^2, etc.) and pass them to a loop that solves...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Ask user for 3 equations and solve ODE
I am trying to use the input command to ask user for 3 differential equations in the form, u'(t) = F [ t, u(t) ] . The right han...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Sine equation in Euler Method ODE
I am trying to code the following equation y = SQRT(1+x)*cos(x^2) The exact solution is so much different from the Euler resu...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
How to specify a 3 element column vector in Euler's Method for ODE
Is the term 'forward Euler' the same as 'Euler' in terms of the algorithm? Here is my method for solving 3 equaitons as a vector...

3 years 前 | 0

提问


How to specify a 3 element column vector in Euler's Method for ODE
I am writing code that will approximate the solution to an ODE IVP. I want the initual condition to be a 3D column array suppli...

4 years 前 | 2 个回答 | 0

2

个回答