Maple Maple, plot system of equations, matrix.

AI Thread Summary
The discussion revolves around the challenge of plotting a series of equations in matrix form using Maple software. The user seeks guidance on how to represent equations like y = [a,b,c] * x + [4,5,6] in a way that allows for plotting individual equations y1, y2, and y3 against x. There is a mention of an attached code that the user has attempted, but it is not compatible with the version of Maple being used by another participant, which is Maple 8. The user is currently using Maple 12 and is looking for assistance in converting the code to a compatible format for older versions. The conversation highlights the need for clarity on version compatibility and the specifics of plotting in Maple.
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.
 

Similar threads

Back
Top