how to solve the following second order differential equation using Euler's Method
조회 수: 4 (최근 30일)
이전 댓글 표시
30-((l*c)*dvc^2/dt^2)-((l/r)*dvc/dt)-vc=0;
l=29.5*10^(-3);
c=20*10^(-6);
r=10;
댓글 수: 1
James Tursa
2016년 5월 25일
What have you done so far? Do you know what Euler's Method is? Do you know how to turn a 2nd order DE into two 1st order DE's? Do you know how to program a loop?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!