Student Bai11 R2 Q2 R3 Q3

Màu nền
Font chữ
Font size
Chiều cao dòng
function bai11

a2= input('Nhap a2');

b2= input('Nhap b2:');

c2= input('Nhap c2:');

a3= input('Nhap a3:');

b3= input('Nhap b3:');

c3= input('Nhap c3:');

d3= input('Nhap d3:');

w=linspace(-10,10,100);

R2=c2-a2*w.^2;

Q2=b2*w;

R3=d3-b3*w.^2;

Q3=c3*w-a3*w.^3;

subplot(2,1,1)

plot(R2,Q2)

subplot(2,1,2)

plot(R3,Q3)

Bạn đang đọc truyện trên: TruyenFun.Vip