Maple, plot system of equations, matrix.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 9K views
apc3161
Messages
20
Reaction score
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.
 

Attachments

Physics news on Phys.org
Your files does not open in Maple for me. I think the extension is not what my version of Maple (8) expects to see. What version are you using that gives an extension mw?
 
I'm using maple 12, the latest one I think. I'm about to go to bed now, but will look into how to convert it to an older form in the morning.