- #1
apc3161
- 20
- 0
Hello, I have scavenged the internet and have not been able to figure out how to plot a series of equations in matrix form using maple.
for example
y = [a,b,c] * x + [4,5,6]
would be
y1 = a*x + 4
y2 = b*x + 5
y3 = c*x + 6
plot (y1,y2,y3 versus x).
I have attached my actual make code so you can see what I've tried (I put annotations). I'm new to the program, so I'm hoping some veteran out there knows how to do this.
Any help is greatly appreciated.
for example
y = [a,b,c] * x + [4,5,6]
would be
y1 = a*x + 4
y2 = b*x + 5
y3 = c*x + 6
plot (y1,y2,y3 versus x).
I have attached my actual make code so you can see what I've tried (I put annotations). I'm new to the program, so I'm hoping some veteran out there knows how to do this.
Any help is greatly appreciated.