photo

giorgione palma


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
89,878
of 300,765

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


double integration with absolute value with integral2
How can I compute a numeric double integral of a function f(x) of the form int(|int(f(x)dx)|dz) with x that varies from 0 to z a...

8 years 前 | 1 个回答 | 0

1

个回答

提问


define a function which computes numerical integral
Given 2 function f=@(x),g=@(x) I would like to define the function cg1return =@(t) int(f(s) * int(g(z), z == (0..s)), s == (0..t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


compute a numerical double integral
I have this function beta defined as follows: fun1=@(x) -exp((-c.*x.*b+a.*exp(-b.*x)-a)./b); beta=@(x) (exp(-(-c.*x*b+a.*exp(-...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I have a function beta defined as an integral. I want to define another function alpha "being the integral of that function".
In particular I want to solve the differential equation d alpha(s)/ds = 1/2* beta(s)^2 and get the function alpha. Beta is defin...

8 years 前 | 1 个回答 | 0

1

个回答