Answered step by step
Verified Expert Solution
Question
1 Approved Answer
mamathlab! Problem #2 Gilat chapter 3 #1 ! (use the following filename system: lastname linear5_firstinitial.m) Note: The program should prompt the user to input their
mamathlab!
Problem #2 Gilat chapter 3 #1 ! (use the following filename system: lastname linear5_firstinitial.m) Note: The program should prompt the user to input their last name. The program should prompt the user to input the data into Matlab in a vector or matrix notation. The program should calculate the results. The program must have user input. 11. Solve the following system of four linear equations: 3x +6y+ 6z 4.5w13.5 6x+12y -2z+16w20 Problem 3 Use a single M-file for this problem and use mnemonic variable names of 3 characters or more For problem 9, use your first name as the variable name for the matrix The xxxxxxx represents interaction between user and the computer or the computer giving output. Attempt to have the program duplicate the Sample Output (use the following filename system: lastname morematrix5 firstinitial.m) Create the matrix shown below by using the vector notation for creating vec- tors with constant spacing and/or the linspace command when entering the rows. 9. 0 4 8 12 16 20 24 28 B69 68 67 66 65 64 63 62 1.4 1.1 0.8 0.5 0.2-0.1-0.4-0.7 Sample Output-matrix proble The program user should enter their Last name here> xxxxxx Enter the starting value for rowl vector>>: XXXxxXX Enter the ending value for rowl vector>>: Xxxxxxx Enter the increment value for rowl vector : XXxXxxx Enter the starting value for row2 vector>>: xxxxxxx Enter the ending value for row2 vector>>: Xxxxxxx Enter the increment value for row2 vector>xXxxxxx Enter the starting value for row3 vector>>: XXXxxxX Enter the ending value for row3 vector>>: Xxxxxxx Enter the quantity of values for row3 vectorxxxxxxx Problem #2 Gilat chapter 3 #1 ! (use the following filename system: lastname linear5_firstinitial.m) Note: The program should prompt the user to input their last name. The program should prompt the user to input the data into Matlab in a vector or matrix notation. The program should calculate the results. The program must have user input. 11. Solve the following system of four linear equations: 3x +6y+ 6z 4.5w13.5 6x+12y -2z+16w20 Problem 3 Use a single M-file for this problem and use mnemonic variable names of 3 characters or more For problem 9, use your first name as the variable name for the matrix The xxxxxxx represents interaction between user and the computer or the computer giving output. Attempt to have the program duplicate the Sample Output (use the following filename system: lastname morematrix5 firstinitial.m) Create the matrix shown below by using the vector notation for creating vec- tors with constant spacing and/or the linspace command when entering the rows. 9. 0 4 8 12 16 20 24 28 B69 68 67 66 65 64 63 62 1.4 1.1 0.8 0.5 0.2-0.1-0.4-0.7 Sample Output-matrix proble The program user should enter their Last name here> xxxxxx Enter the starting value for rowl vector>>: XXXxxXX Enter the ending value for rowl vector>>: Xxxxxxx Enter the increment value for rowl vector : XXxXxxx Enter the starting value for row2 vector>>: xxxxxxx Enter the ending value for row2 vector>>: Xxxxxxx Enter the increment value for row2 vector>xXxxxxx Enter the starting value for row3 vector>>: XXXxxxX Enter the ending value for row3 vector>>: Xxxxxxx Enter the quantity of values for row3 vectorxxxxxxxStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started