photo

Ricardo Machado


Last seen: 거의 5년 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
0 답변

순위
21,111
of 300,369

평판
2

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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, ...

거의 5년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변