Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ere13004 committed Mar 28, 2017
1 parent 0c8bdb6 commit af614e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ min_eig = min(values); %Identify the minimum of the eigenvalues
%dx = length/segments; %calculate the change in length between segments
%E = 76000000000; %Pole's modulus of elasticity
%I = 4*10^(-8); %Moment of inertia of pole
%radius = sqrt(values./(dx^2)) %rdius of pole
%radius = sqrt(values./(dx^2)) %radius of pole
%load = (E*I)*(radius.^2) %load calculation
end
````

0 comments on commit af614e9

Please sign in to comment.