solving a differential equation
Show older comments
Hi everyone,
I have an equation of the form:
C*dx=-G*x+B or G*x + C*dx - B = 0
How can I solve this?
Dimensions of each matrix are
B = 2000 x 1; C = 2000 x 2000; G = 2000 x 2000; we have 5000 timesteps
also the values of certain rows of the matrix x change with an input waveform at each time step...these rows represent an input voltage
Thanks
Feras
Accepted Answer
More Answers (1)
John BG
on 9 Feb 2016
2 votes
G!=0 means the set of functions that MuPAD resturned is B/G-C4/G*exp(-G*t/C)
x(0)=0 : B/G-C4/G*exp(0)=0 C4=B
then solution to your ODE is: B/G-B/G*exp(-G/C*t)
is is a capacitor discharge?
If you find this answer of any help solving your question, would you please click on the thumbs-up vote link above? thanks in advance
John
1 Comment
Feras Al-Saab
on 12 Feb 2016
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!