arun

0 Reputation

2 Badges

14 years, 104 days

MaplePrimes Activity


These are questions asked by arun

I am trying to calculate inverse laplace of a 3*3 matrix (answer1 matrix). Find below the maple commands i used.

>with (linear algebra):

A:=<alpha,p11,e11|0,o11,-e11|a,m11,0>

N:=<s,0,0|0,s,0|0,0,s>

k:=N-A

Z:=MatrixInverse(k)

B:=<0,-m11,0>

C:=<1,0,0>

X0:=<isalpha0,ilalpha0,vcalpha0>

answer1:=Z.(X0+(ScalarMultiply(B,uinvalpha/s))+(ScalarMultiply(C,ealpha/s)))

Page 1 of 1