Whether you learned from him in the classroom or through his books and videos, we know that Professor Strang has had a profound impact on the field of STEM.
Share your stories below & let us know how his teachings have influenced your work!
#EngineersWeek#StrangImpact
#HappyValentinesDay from MATLAB ❤️ Code ⬇️
[y,x,z] = ndgrid(linspace(-2,2,100),linspace(-2,2,100),linspace(-2,2,100));
f = (x.^2+9/4*y.^2+z.^2-1).^3-x.^2.*z.^3-9/80*y.^2.*z.^3;
colormap hot
title('i love you');
cla
isosurface(x,y,z,f,.0);
view(3);
camlight
axis off
❤️ Get ready for #VDay with a special code!
[y,x,z] = ndgrid(linspace(-2,2,100),linspace(-2,2,100),linspace(-2,2,100));
f = (x.^2+9/4*y.^2+z.^2-1).^3-x.^2.*z.^3-9/80*y.^2.*z.^3;
colormap hot
title('i love you');
cla
isosurface(x,y,z,f,.0);
view(3);
camlight
axis off