Jaime R


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
39,205
of 301,428

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,271

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,497

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to access the previous value during an ODE - Acceleration
I have a 2nd order ODE to solve in MATLAB: ( (a + f(t))·d²x/dt² + (b/2 + k(t))·dx/dt ) · dx/dt - g(t) = 0 Initial co...

9 years ago | 0 answers | 0

0

answers

Question


How do I solve this 2nd order ODE with time-dependent parameters?
2nd ODE to solve dx/dt*(a + f(t))* d2x/dt2 + 0.5*b*(dx/dt)^2 + k(t)*(dx/dt)^2 - g(t) = 0 Boundary condition: dx/dt(0) =...

9 years ago | 2 answers | 1

2

answers

Question


How could I solve this 2nd order ODE with ode45?
2nd ODE to solve dx/dt*(a + f(t))* d2x/dt2 + 0.5*b*(dx/dt)^2 + k(t)*(dx/dt)^2 - g(t) = 0 Boundary condition: dx/dt(0) =...

9 years ago | 1 answer | 0

1

answer