stkoo

40 Reputation

2 Badges

16 years, 128 days

MaplePrimes Activity


These are questions asked by stkoo

How do I do this?

Hi, i am new to Maple. I am having so much trouble right now...

I need to draw directions of eigenvectors. Can I get some help?

x'(t)=  A * x(t)

A is a 2x2 matrix.  First row 1   1    Second row   4   1

Thank you all.

I need to plot this. Help!!!!! I am stuck.

 

with(linalg):

A := matrix(2,2,[1,1,4,1]);

exp(A*t);

B := exponential (A, t);

c := matrix(2,1,[c1,c2]);

multiply(B,c);

x := t-> first row of the matrix above

y:= t-->second row of the matrix above

I need to plot x and y in this case. What do I do next ???? :(

 

Page 1 of 1