Feeds
질문
How to solve this equation which contains the complementary error function?
% clear all;clc format long; syms G d t h a N positive; G=((1-2*d*t/h^2)*exp(d*t/h^2)*erfc(sqrt(d*t/h^2))+2*sqrt(t*d/(p...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to calculate the Guass function integral within a ellipsoid?
function:F=exp(-(2*(x^2+y^2))/a^2-2*z^2/b^2) integral within a ellipsoid space:(x^2+y^2)/a^2+z^2/b^2<1 a>0,b>0 Thanks a lot...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
how to calculate the integral int (sin(a*x))^2*exp(-b*x^2)/(x^2)
f=(sin(a*x))^2*exp(-b*x^2)/(x^2); s=int(f,x,0,inf) a>0,b>0 syms x; syms a b positive; f1=(sin(a*x))^2*exp(...
13년 초과 전 | 답변 수: 1 | 0

