Warning: Explicit integral could not be found.....WHAT IS THIS EXPLICIT INTEGRAL?

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)

Asked:

on 29 Oct 2014

Edited:

on 29 Oct 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!