Community Profile

photo

Henry Liu


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer