Feeds
제출됨
solving ODE using numerical methods
program to solve ODE using different numerical methods
거의 7년 전 | 다운로드 수: 322 |
답변 있음
How do I combine multiple plots in one graph?
x = -3:0.1:3; y1 = sin(x); y2 = cos(x); y3= tan(x); y4=1./cos(x); figure subplot(2,2,1) plo...
How do I combine multiple plots in one graph?
x = -3:0.1:3; y1 = sin(x); y2 = cos(x); y3= tan(x); y4=1./cos(x); figure subplot(2,2,1) plo...
거의 10년 전 | 6
제출됨
Damped resonant (Spring Mass System)
undamped resonance vs damped resonant
대략 10년 전 | 다운로드 수: 389 |
제출됨
bisection(f,a,b,tol)
Bisection Method to find approximate roots of f(x)
대략 10년 전 | 다운로드 수: 160 |
제출됨
newtonraphson(f,df,xo,tol)
Newton Raphson Method comparison with BISECTION and REGULA-FALSI METHOD
대략 10년 전 | 다운로드 수: 132 |
제출됨
spring_mass(F,m,k,w,t,y)
Response of un-damped spring mass system at natural frequency
대략 10년 전 | 다운로드 수: 186 |



