搜索资源列表
RANGEKUTTA_ODE
- THIS PROGRAM IS TO SOLVE THE 4TH ODE & THE RUNGE KUTTA IS USED IN ORDER TO SOLVE THE EQ <<SIN(X)*Y""=(1-X^2)*Y" -X*Y"-Y -Y+EXP(3*X)>> & THE BOUNDARY CONDITIONS ARE AS FOLLOW: Y=W1 Y =W2=F1 Y"=W3=F2 Y =W4=F3 F4=(1/SIN(X))*[(1-
lab2
- 1) Given a knapsack with the capacity M and some items with its weight and profit, to solve it using Greedy method and Search tree method. 2) Then compare this results with ones of 0/1 Knapsack problem based on the capacity of M. 3) These items