How to expand matrix multiplications ?



On Monday 01 of August 2011 18:35:53 you wrote:
> Still not sure what you have in mind.
> 
> Perhaps you want the 1x1 matrix with the element P?, that is
> 
>      transpose(A).matrix([P]).A - PP;

Yes, it should by 'matrix([P])' . Thank you very much. This is my mistake. 

Now is OK.

Thank you again and very sorry for the mistake.

Zbigniew