Feeds
提问
Speeding up solution to system of ODES
Hi all, function [y] = H2HWCF(u,S0,T,tau,k,sigma,v0,vb,lambda,r0,theta,eta,pxv,pxr) cf = @(t) (1/(4*k))*sigma^2*(1-exp(-k*t)...
6 years 前 | 1 个回答 | 0
1
个回答提问
Solving ODE's
Hi all, I am trying to solve the following ODE's for a given value of u: where: and t = T-tau. I solved the ODE for E ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Matrix multiplication of 3d arrays
Hi I have a 3d array of dimension 2*5000*150 and another array of dimension 5000*1*150. I would like to take each 2*5000 mat...
7 years 前 | 3 个回答 | 0