photo

Riaz Patel


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 3 answers | 0

3

answers