photo

JohnM


Last seen: 3 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Réponse apportée
Numerical integration with a variable integration limit
After giving this some thought, the following appears to be one way to solve the problem: f2=@(z) integral(@(x) f1(x,z), 0, ...

presque 8 ans il y a | 0

Question


Numerical integration with a variable integration limit
Is there a way to implement the following: f2=@(z) integral (@(x) f1(x,z) ,0 ,z); P2=@(z) integral(f2,z,Inf); With f2 ...

presque 8 ans il y a | 2 réponses | 0

2

réponses