Community Profile

photo

Arvind Sharma


Last seen: 2 maanden ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Question


double integration for below defined problem
To utilize in , we substitute the expression for into the integral for , yielding an expression involving and . Here's the...

2 maanden ago | 1 answer | 0

1

answer

Question


to find root of transcendental equation
As from below program i need to confirm The roots are α = {2.7859,5.5215,7.9573} . how to find a=0:0.01:9; y1=sqrt(64-a.^2); ...

12 maanden ago | 1 answer | 0

1

answer

Question


sum of series of following equation
lamda=0.3:0.01:1.4; % unit micro-meter Ec2=(1.24./lamda); alpho=2e4; alpha= real(alpho.*(sqrt(Ec2-1.51))); d=1e-4; JPh2...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


need to find to root of equation
% need to find the value of x for different values of y y=0.00:0.001:0.08; dEv=25 meV; dEvbm=x.*(1.6)+y.*(-0.52); C=1.05; V...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


HOW TO SOLVE TRANSCENDENTAL EQUATION
% HOW TO FIND THE VALUE OF Enle FROM GIVEN Transcendental equation Vc=0.249; c=3e8; m0=0.511e6/c^2; me1=0.067*m0; me2=...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


matlab find max and min of given equation
to write matlab code for this equation f(a,y)= a^2y^2+3ya+4(a^2y-4y^4a) df(a,y)/da=0 to find the value of constant =a ...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


how to write this c++ code in matlab form
for(i=0;i<=80;i++) { wv[i]=380+i*5; } double findpeak( double* wv, double x[][50]) // find the peak of a spectru...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


reflection coeff. value
how to solve this equation n=[1 2 3 4 5 6]; kz=2*pi*n(i) equation RTE=( Kz,i-kz,i+1)/(Kz,i+kz,i+1); how to solve RTE

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


using simpson 3/8 rule
F(x)= x*((1/1+exp(x-5))-(1/1+exp(3-x)))*(1/((E-x)^2+2)) where x limit from 0 to 5 nm and E vary from 0 to 3 can anyone tel...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


how to run the main program contain two call statement that call the function statement
here is the program code all constant parameter defined for muhh(k)=mu(mhh,ncarrier(k),kelvin,rerr); %Call mu chemical ...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


How do I call two function statements in a main program, and how to run it?
I have all parameters in the main program and want to use two function statements. %---------------- function [mu]=mu(em...

meer dan 6 jaar ago | 2 answers | 1

2

answers