Does anyone know how I can assign to 2 processors on a dual core computer for the combination of Simpson's rule (y[n+2]-y[n]=(h/3)*(f[n+2]+4f[n+1]+f[n])) and two-step Adams Moulton method (y[n+2]-y[n+1]=(h/12)*(5f[n+2]+8f[n+1]-f[n])) to solve ordinary differential equations to produce results for y[n+1] and y[n+2] simultaneously from each processor using Maple, Matlab or Mathematica?

Similar questions and discussions