photo

sneha


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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; ...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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=(...

12 years ago | 1 answer | 0

1

answer