In the manner of Figures 7.17b and 7.18b, indicate the location in the vicinity of an edge dislocation at which an interstitial impurity atom would be expected to be situated. Now, briefly explain in terms of lattice strains why it would be situated at this position.
BE 1500 – Fall 2016 HW 4 Due: 9/29/16 (1:30 P.M.) 1. Write a function file that determines the following sum (for all odd n from 1 to 11) using a for loop. The starting point, ending point, and increment should be input to the function file. 2n+2 y=Σ n−2 function [sum1]=HW5P1(a,b,c) sum1=0; for i=a:b:c sum1=sum1+(2^(i+2))/(i-2); end 2 points 0.25 for correct function header 0.25 for comments 0.5 for initializing sum 0.5 for correct for statement 0.5 for correct sum1 statement 2. The geometric mean of a set of number1 x througn x is defined as the nth root of the prod