Community Profile

photo

Amith Anoop Kumar


Last seen: 2年以上 前 2020 年からアクティブ

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...

3年以上 前 | 0 件の回答 | 0

0

回答