photo

Dip Samajdar


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
276,883
of 299,930

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


For the code shown below there are six values of I for a fixed T. But I want to find out the variation of I (sixth positive value) with T varying from 100 to 500.
gn1=10^(-8); gp2=10^(-13); gn2=10^(-7); gp1=10^(-6); E1=0.05; E2=0.1; N1=10^15; N2=10^14; F=2.5*10^19;...

12 years 前 | 0 个回答 | 0

0

个回答

提问


I WANT TO SOLVE THE FOUR SET OF EQUATIONS TO FIND OUT THE SOLUTION FOR THE FOUR VARIABLES n, p1, p and n2 but couldn't do.
MATLAB CODE gn1=10^(-8); gp2=10^(-13); gn2=10^(-7); gp1=10^(-6); E1=0.05; E2=0.1; N1=10^15; N2=10^14; ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


I WANT TO SOLVE THE EQUATION for x: x*exp(x)=(a1-x)*a2*a3 . Here a1 and a3 are matrices and a2 is a constant. I cant solve the equation using solve
sigma=25; k=8.61*10^(-5); T=linspace(100,500); E0=1.025; Ea=E0+0.044; t1=1; t2=40; a1=(sigma./(k.*T)...

12 years 前 | 2 个回答 | 0

2

个回答