how to write mat lab program to solve system of linear equation where i can put all coefficients individually and then form a matrix of it.

2 views (last 30 days)
Given the equations: 10?1 + 2?2 − ?3 = 27 −3?1 − 6?2 − 2?3 = −61.5 ?1 + ?2 + 5?3 = −21.5 A. Define matrix A and b in terms of (i,j), where Ax = b, and i= number of row and j = number of column. Show the output of A and b.
  1 Comment
Steven Lord
Steven Lord on 26 Aug 2019
Since this sounds like a homework assignment, show us what you've done to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to offer some guidance.

Sign in to comment.

Answers (1)

Stephan
Stephan on 26 Aug 2019
A\b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!