Amith Anoop Kumar
Followers: 0 Following: 0
Feeds
提问
Gauss elimination method- I am not getting the right answer can anyone help me here
clear all clc A=[1 4 -1;1 1 -6;3 -1 -1]; b=[-5;-12;4]; %Solve the linear system Ax=B [n,~]=size(A); x=zeros(n,1); %matrix...
4 years 前 | 0 个回答 | 0