Solving a System of Equation Using Matrices in MATLAB

preview_player
Показать описание
In this video, we see how to solve a system of equation using matrices. We will use two different method to solve the equations in MATLAB. First, we use the left division (\) to solve the variables. Then we will use the command linsolve to solve the system of equations.
Рекомендации по теме
Комментарии
Автор

Thank you for describing what left side division is!

captainpumpkinhead
Автор

currently doing FEA with matrices, if I have a known value in the "x" matrix and unknowns in the "B" matrix, how do I set that up?

jackpasternak
Автор

pretty sure you have forward and backward slash the wrong way round no?

TheDroneOperator.