photo

Ricardo Machado


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
21,111
of 299,969

声誉
2

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,853

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,784

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


pdepe problem (numerical vs analytical solution)
So this is my pde: The IC for 0<x<1: The b.c for t>0. u is bounded. Using separation of variables by letting v = u-1, ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


solving a system of pdes using pdepe
So i have the follwing system of pdes: where . where . The symmetry boundary conditions are: The other two boundary ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Plotting diffusion eq.
I'm stuck at plotting the solution to the diffusion equation. For the provided c and D, what would be optimal time and distance ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


simple linear programming problem
This is an example from my textbook Minimize 5x-7y-4z+6t Subject to 2x+6y+z-t <= 5 5x+3y-6z-2t <= 7 -x-3y+6z+2t <= 6 x,y,z,...

6 years 前 | 1 个回答 | 0

1

个回答

提问


ODE45 to solve a system of two coupled 2nd order ODEs
So this is my code for a system of coupled oscillators syms x1(t) x2(t) k1 k2 m Dx1 = diff(x1); D2x1 = diff(x1,2); Dx2 = di...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Using ODE45 to solve two coupled second order ODEs
I used the ODE to vector field function to change my 2 coupled 2nd order ODEs to a system of 1st order ODEs. syms k1 k2 m t x1...

6 years 前 | 1 个回答 | 0

1

个回答