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 Ansichten (letzte 30 Tage)
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 Kommentar
Steven Lord
Steven Lord am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Stephan
Stephan am 26 Aug. 2019
A\b

Community Treasure Hunt

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

Start Hunting!

Translated by