Original: Cristian Alejandro Olvera Granados A00908151 David Antonio Guzmán Díaz A00908690
Original: Cristian Alejandro Olvera Granados A00908151 David Antonio Guzmán Díaz A00908690
Original
x=[-1:.01:0]
t=-2
plot(t,x,'*b')
hold on
x=[-2:.01:-1]
t=x+1
plot(x,t,'*b')
hold on
x=[0:.01:1]
t=-1
plot(t,x,'*b')
hold on
grid on
x=[-1:.01:0]
t=1
plot(x,t,'*b')
hold on
x=[1:.01:2]
t=0
plot(t,x,'*b')
hold on
x=[0:.01:1]
t=2
plot(x,t,'*b')
hold on
x=[2:-.01:1]
t=1
plot(t,x,'*b')
hold on
x=[1:.01:2]
t=2-x
plot(x,t,'*b')
hold on
title('Original Function')
A00908151
A00908690
A)
x=[-1:.01:0]
t=-1
plot(t,x,'*b')
hold on
x=[-1:.01:0]
t=x
plot(x,t,'*b')
hold on
x=[0:.01:1]
t=0
plot(t,x,'*b')
hold on
grid on
x=[0:.01:1]
t=1
plot(x,t,'*b')
hold on
x=[1:.01:2]
t=1
plot(t,x,'*b')
hold on
x=[1:.01:2]
t=2
plot(x,t,'*b')
hold on
x=[2:-.01:1]
t=2
plot(t,x,'*b')
hold on
x=[2:.01:3]
t=3-x
plot(x,t,'*b')
hold on
title('x(t-1)')
A00908151
A00908690
B)
x=[-3:.01:0]
t=4
plot(t,x,'*b')
hold on
x=[0:.01:3]
t=3
plot(t,x,'*b')
hold on
x=[3:.01:6]
t=2
plot(t,x,'*b')
hold on
x=[3:.01:6]
t=1
plot(t,x,'*b')
hold on
x=[-3:.01:0]
t=3-(x/3)
plot(t,x,'*b')
hold on
x=[0:.01:3]
t=x/3
plot(t,x,'*b')
hold on
x=6
t=[1:.01:2]
plot(t,x,'*b')
hold on
x=3
t=[2:.01:3]
plot(t,x,'*b')
hold on
title('3x(2-t)')
A00908151
A00908690
C)
x=[-1:.01:0]
t=-1.5
plot(t,x,'*b')
hold on
x=[-1.5:.01:-1]
t=(2*x)+2
plot(x,t,'*b')
hold on
x=[0:.01:1]
t=-1
plot(t,x,'*b')
hold on
grid on
x=[-1:.01:-.5]
t=1
plot(x,t,'*b')
hold on
x=[1:.01:2]
t=-.5
plot(t,x,'*b')
hold on
x=[-.5:.01:0]
t=2
plot(x,t,'*b')
hold on
x=[0:.01:.5]
t=1
plot(x,t,'*b')
hold on
x=[2:-.01:1]
t=0
plot(t,x,'*b')
hold on
x=[0.5:.01:1]
t=(-2*x)+2
plot(x,t,'*b')
hold on
title('x(2t+1)')
A00908151
A00908690