Statistics
3 Questions
                        0 Answers
RANK
209,062
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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; ...
13 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0