統計
MATLAB Answers
3 質問
0 回答
ランク
of 172,218
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

