photo

Scuba Diver


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
102.648
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

1

risposta

Domanda


I am trying to use a nested function so that a user can input any given temperature and find the Ni concentration for a particular element. However my function does not seems to be working. All help is appreciated.
function [NiSi,NiGe,NiGaAs] = concentration(tK) % Chris Lee % Oct. 29. 2017 % This function calculates intrinsic ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


My program is not returning a value of 300. Is there something wrong?
syms t eqn1 = (7.3*10^15)*t^(3/2)*exp(1.12/(2*t*8.62*10^(-5)))==1.5*10^10; solx = solve(eqn1,t)

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I am tryng to solve for the intrinsic carrier concentration, ni=BT^(3/2)e^-(Eg/2kT), at a given temperature T. Each time I run my program I get the following results.
syms t t = solve('(7.3*10^15)*t^(3/2)*e^(1.12/(2*t*8.62*10^-5))=1.5*10^10','t') **Results*: t = Empty sym: 0-by-1...

circa 8 anni fa | 1 risposta | 0

1

risposta