The 60-mm diameter solid shaft is made of2014-T6 aluminum and is subjected to the distributed and concentrated torsional loadings shown. Determine the angle of twist at the free cod A of the shaft.
DAY 1 Coding Vocab Syntax: The set of rules that defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language (set of rules that govern how things are done) Command: An instruction to a computer or device to perform a specific task Variable: A storage location paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information (a name we associate with some sort of data so MATLAB knows that, for example, a=15, and it’ll know every time we put “a”, it is 15. It is storing things we need in a variable.) Comment: A line of text (command) that will not be executed but it’s there to help you understand more. Add at the end and put a % sign. Function: A special type of code that performs a particular operation, usually requires input and returns an output Input: Required program or data that is received by a program or function and used by it Output: What you get back. Data or info returned after a program or function is completed Program: A set of code to complete multiple tasks, may include calls to functions Excel Vocab Workbook: T he file type created by excel Sheet: Individual “tab” in the workbook Cell: Individual location in the sheet where data is stored Formula: Calculations done within a cell MATLAB Vocab Logicals: True/False (ex. Does a=b) Assigning values to variables direc