Hi,
I'm having a little trouble displaying the desired solution when using what might otherwise be refered to as the 'symbolic toolbox' - I'm a matlab user..
The output from maple is great! so much cleaner than matlab in this instance. The problem I'm having however is displaying the solution of simple algebra pproblems
ex: I would like to verify my handcalculation of cramers rule.
Given

and

I would like to compute
adjoint(A)/Det(A)*y
However when performing simple operations such as
Multiply(A,y) etc
or
adjoint(A)
Maple provides the results 'Ay' and 'adjoint(A)' respectively.
not entirely helpful... There dont appear to be any evident problems (warnings/ errors etc)
Cheers!