00:01
For this problem, you're going to be using kramer's rule to solve a system of linear equations based on inputs received from a user.
00:14
So we need to start by getting those inputs from the receiver by using input to ask the user to enter an a, b, c, d, e, and f, where a, b, c, d, and e, and f, where a, b, c, d, and e, f are the coefficients in the two linear equations.
00:38
Then we want to first check if a solution exists.
00:42
A solution will not exist if ad minus b c is equal to zero.
00:48
So if that is true, we wanna just print out that the equation has no solution.
00:54
Otherwise, we want to actually calculate the solution using kramer's rule...