powered by
DoMohr(Stensor=diag(c(3,2,1)), axis=NULL)
W.D. Means, Stress and Strain: Basic Concepts of Continuum Mechanics for Geologists, Springer; 1976. 4th ed., 339 p. ISBN-10: 0387075569.
Stensor = matrix(c(2,.3, .3, 1), ncol=2) Stensor = matrix(c(50, 40, 40, 10), ncol=2) DoMohr(Stensor) Stensor = matrix(c( -50, 40, 20, 40, 10, 10, 20, 10, 5), ncol=3) DoMohr(Stensor)
Run the code above in your browser using DataLab