How to solve Augmented Matrices and Systems of Linear Equations Two Variables with Mathematica

preview_player
Показать описание
quick video introducing how you can use the solve command to solve two equations together.
the form is
Solve[{first equation,second equation}]
Or if you want it solved in terms of a specific variable (in case there was not unique solution)
then:
Solve[{first equation,second equation},x1] (for example)
Рекомендации по теме
visit shbcf.ru