From af614e9c7275a3c2ed83b476cd25cdff7161333e Mon Sep 17 00:00:00 2001 From: Erik R Eaton Date: Tue, 28 Mar 2017 17:00:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16285b3..34f66c1 100644 --- a/README.md +++ b/README.md @@ -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 ````