Question: Please solve on Matlab Q15 marks ]: Write a Matlab script that solves the following simple 2X2 system of linear equation using the methods stated
Q15 marks ]: Write a Matlab script that solves the following simple 2X2 system of linear equation using the methods stated below ax +by-e cx + dy-f() 1. 2. Solving equations 1 via using Matrix Calculations Solving equations 1 via applying Cramer's rules that works via calculating x and y as per equations 2 and 3 below. ed-bf ad-bc af - ec ad -bc Task: Your script should prompt the user to enter the values of a, b, c, d, e, and f. The program then calculate and display the values of x and y Optional: You can implement in your program to make sure to display the message It is not possible to solve the equation" in case the value of ad-bc is 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
