photo

sneha


2012 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

13年弱 前 | 0 件の回答 | 0

0

回答

質問


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

13年弱 前 | 0 件の回答 | 0

0

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答