Question: problem with allvalues - THIS COMMAND THROWS OFF A HUGE EXPRESSION WHICH I CANT SIMPLIFY

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)))

Q1:=inttrans[invlaplace](answer1(1),s,t)

Q2:=inttrans[invlaplace](answer1(2),s,t)

Q3:=inttrans[invlaplace](answer1(3),s,t)

for Q1,Q2 and Q3 i get output with rootof expression.

then if i do

>allvalues(Q1)

it gives a huge expression which is useless. I need output only in symbolic form and not in numeric form. Also

i need a simplified output. i tried with simplify,rootof command and all means but it doesnt work. please help.

I am using MAPLE-VERSION-14

Please Wait...