Question: Please use Matlab to solve the problem. Show your script file code and command window results of script running Create a program to graph and

Create a program to graph and solve 2 simultaneous linear equations: ax +by c dx +ey -f where the user inputs scalars: a, b, c, d, e, f. Students should create a script (named Lab3xxx.m where xxx-student's initials) that accomplishes the tasks specified below. 1. Put a comment block at the top of your script file that contains your full name, the date this lab is due, the lab and a brief description of what your script does. 2. Issue commands at the top of the script to clear variables & the command window before the rest of the script starts to execute. 3. Display information to the user (using disp command) about what this program does. 4. Ask the user to input scalars: a, b, c, d, e, f Create a clean, informative user interface. 5. Display the determinant (and explain it to the user). 6. Generate a graph showing both lines. Please include a title with your full name, x-axis and y-axis labels on your graph. 7. Solve for x and display that solution to the user. 8. Solve for y and display that solution to the user. Students should test their script as follows: 1. Try the same 2 problem sets as assigned in the last class: 1.5 X 3 .5 X 5 X 2 .5 X 2. Try a new set
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
