Warning: Explicit integral could not be found.....WHAT IS THIS EXPLICIT INTEGRAL?
Show older comments
clc;
close all;
clear all;
syms Mci Mvi Eci Evi h1 Ex PEx kx
syms q h k T Efn Efm
% Mci = ;
% Mvi = ;
% Eci= ;
% Evi= ;
h=6.62606957 * 10^(-34);
h1= (h/(2*pi));
q =1.60217657 * 10^(-19);
k = 1.3806488 * 10^(-23);
T = 300;
% Efn = ;
% Efm = ;
kx = (h1^2/(2*Mci*(Eci-Ex))) + (h1^2/(2*Mvi*(Ex-Eci)))
syms x x1 x2
% x1 = ;
% x2 = ;
PEx = exp((-2)*int(kx, x,x1,x2))
syms Jct Exmax Ec
% Ecmax = ;
% Ec = ;
Jct = (((4*pi*q*Mci)*k*T)/h^3) * (int(PEx*( log(1+exp((Efn-Ex)/(k*T))) - log(1+exp((Efm-Ex)/(k*T)))), Ex,Exmax,Ec))
Answers (0)
Categories
Find more on Lengths and Angles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!