he phuong trinh(Matlap)
function[hpt2an]=hpt
clc
a=input('xin moi quy khach nhap a=')
b=input('xin moi quy khach nhap b=')
c=input('xin moi quy khach nhap c=')
d=input('xin moi quy khach nhap d=')
e=input('xin moi quy khach nhap e=')
f=input('xin moi quy khach nhap f=')
D=a*e-b*d;
if D~=0
disp('he phuong trinh co 1 nghiem duy nhat')
x=(c*e-b*f)/(a*e-b*d)
y=(d*f-c*d)/(a*e-b*d)
elseif a*c==f*d
disp('he phuong trinh co vo so nghiem')
else
disp('he phuong trinh vo nghiem')
end
return;
Bạn đang đọc truyện trên: Truyen247.Pro