photo

sneha


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


how to define 'e' or mpower
[EDIT: Used the code markup to format the code. -- the cyclist] clear screen clear all;close all;clc; R= 50; ...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


need to have graph for EA (0.9,0.8,0.7,0.6,0.5) on same axis or same graph(in linearly increasing shape)
clear all;close all;clc; k=8.617385*10^(-5); T0=298; EA=0.9; Ta=[25,30,35,40,45,50,55,60,65,70,75,80,85,90,95]; l=len...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


problem in solving code for arrehenius equation,To and Ta are in kelvin
clear all;close all;clc; k=8.617385*10^(-5); T0=298; EA=0.9; Ta = -40:10:70; n=(EA/k)*((1/T0)-(1/Ta)); AF=exp(n); %n=(...

oltre 12 anni fa | 1 risposta | 0

1

risposta