Question: using MATLAB , Given the dimensions of a rectangular solid, a, b, and c, the inertia tensor for rotation about a corner of the body
using MATLAB,

Given the dimensions of a rectangular solid, a, b, and c, the inertia tensor for rotation about a corner of the body is as follows for a solid block of density p. la Ly Tz 1 = 1xy Iyy lyz (1xz 1yz 1.. where la = QV (b? + a?) I jy = eV (+ a?) L = 2X +) 1.y = exch 1x = exac lyx = y ab Create this matrix, given values of a, b, c, and p that are randomly generated by the template. Vis the volume, which YOU SHOULD KNOW HOW TO CALCULATE AT THIS STAGE OF YOUR EDUCATION. (HINT: It would be smart to calculate Ixx, lyy, etc. first, then create the matrix using these variables.) Other bo Courses LMS Integration Documentation Lena Algaran Create this matrix, given values of a, b, c, and p that are randomly generated by the template. V is the volume, which YOU SHOULD KNOW HOW TO CALCULATE AT THIS STAGE OF YOUR EDUCATION. (HINT: It would be smart to calculate Ixx, lyy, etc. first, then create the matrix using these variables.) Script Reset MATLAB Documentation 1 XDO NOT MODIFY THESE LINES 2 ERRRRRR 3a = rand()*5; 4b = rand()*10; 5 C rand()*15; 6 rho - rand()*5; Xinsert your code below this line Assessment: Submit 811 PM INGO DELL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
