Marfan syndrome is a genetic disorder that affects connectiv…

Marfan syndrome is a genetic disorder that affects connective tissue, the material that supports the body and its organs.  It can cause problems in various parts of the body, including the heart, blood vessels, eyes, skeleton, and lungs.  This would be an example of

Open a new script (.m file) and program the following proble…

Open a new script (.m file) and program the following problem. Built-in functions not seen in class such as sum, find, max, etc not allowed. Given an nxn matrix and a 1x(n-1) vector, write a program that calls a function to do the following: a) Replace the under-diagonal elements highlighted in red with the elements from the vector as shown below. b) Use the matrix last row to find the following parameter R. where xi represents the i-th element of the last row of the matrix. Name the function Rep_yourlastname. The inputs will be the given matrix and vector and the outputs will be the new matrix from a) and parameter R. NOTE: Make sure the program works for any nxn matrix in conjunction with a 1x(n-1) vector, with n being a positive integer greater than 2.