1. Will be able to ask the user the coefficients of 4 linear equations.
Example:
Given a system of linear equation:
A + 2B + 3C + 4D = 5
2A + 3B + 5C +10D = 7
A + B +13C + 5D = -11
2A – B + 5C – 7D = 11
Example display:
Enter the coefficients of equations # 1: 1
2
3
4
5
Enter the coefficients of equation # 2: 2
3
5
10
7
Enter the coefficients of equation # 3: 1
1
13
5
-11
Enter the coefficients of equation # 4: 2
-1
5
-7
11