subject

1. Develop a system of linear equations for the network by writing an equation for each router (A, B, C, D, and E). Make sure to write your final answer as Ax = b where A is the 5 x 5 coefficient matrix, x is the 5 x 1 vector of unknowns, and b is a 5 x 1 vector of constants. 2. Use MATLAB to construct the augmented matrix [A b]and then perform row reduction using the rref() function. Write out your reduced matrix and identify the free and basic variables of the system.
3. Use MATLAB to compute the LU decomposition of A, i. e., find A=LU. For this decomposition, find the transformed set of equations Ly = b. Solve the system of equations Ly = b for the unknown vector y.
4. Use MATLAB to compute the inverse of Uusing the inv() function.
5. Compute the solution to the original system of equations by transforming y into x, i. e., compute x = U-ly.
6. Check your answer for Xi using Cramer's Rule.
7. Use MATLAB to compute the required determinants using the det() function. The Project One Table Template, provided in the Supporting Materials section, shows the recommended throughput capacity of each link in the network. Put your solution for the system of equations in the third column so it can be easily compared to the maximum capacity in the second column. In the fourth column of the table, provide recommendations for how the network should be modified based on your network throughput analysis findings. The modification options can be No Change, Remove Link, or Upgrade Link. In the final column, explain how you arrived at your recommendation. What to Submit To complete this project, you must submit the following: Use the provided Project One Template as the starting point for your project solution. Complete each portion of the template, run the project, and then export your work as a single PDF file. Upload this PDF document, which should show your answers and supporting work for the problems described above. Make sure to include explanations of your work, as well as all MATLAB code and outputs of the computations.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 01:30, Daud2020
What kind of motivation is katrina showing? use the drop-down menu to complete the statement. katrina is using motivation because she is personally interested in learning more.
Answers: 2
image
Computers and Technology, 22.06.2019 11:10, 17795
Look at the far left lane in the picture. explain what the red car is doing and what it needs to do to travel safely.
Answers: 2
image
Computers and Technology, 23.06.2019 00:40, QueenKy6050
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why. a.) student. course. callnum = "csc230"; b.) cin > > student. name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student. name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist. course. credits = 3; j.) course = studenttype. course;
Answers: 1
image
Computers and Technology, 24.06.2019 12:00, violetagamez2
What is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer?
Answers: 3
You know the right answer?
1. Develop a system of linear equations for the network by writing an equation for each router (A, B...

Questions in other subjects:

Konu
Law, 13.10.2020 18:01