photo

Dip Samajdar


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
167,464
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers