Linear Equations Preview

a+2·c=50
b=2+c
a+23·c=12+b

Program validated. Ready to Solve.
# S. 1 - Linear Eqs.
# Simple linear equations system
#Verified Solution: a = 54, b = -2 , c = -4

a + 2*c = 50
b = -2 + c
a + 23*c = 12 + b

Linear Equations Solution

 VariableValue
1a54
2b-4
3c-2

Settings and Hints

 Name/SourceValueType
1 Number of equations 3 Setting
2 Reporting digits 10 Setting
3 Elapsed time 0.164 ms Setting
4 #@report_fix_digits = 8 Default (integer)
5 #@report_show_source = true Default (boolean)
6 #@report_show_header = false Default (boolean)
7 #@report_show_settings = true Default (boolean)

Source

# S. 1 - Linear Eqs.
# Simple linear equations system
#Verified Solution: a = 54, b = -2 , c = -4

a + 2*c = 50
b = -2 + c
a + 23*c = 12 + b