Erik de Boer

0 Reputation

2 Badges

14 years, 128 days
Delft, Netherlands

MaplePrimes Activity


These are questions asked by Erik de Boer

Hello,

As a new user I'm having some trouble using indexes in matrix and vector operations. For instance, I can declare three vectors from the 3 by 3 matrix E using index i: 

 

for i from 1 to 3 do Eigenvector[i] := Column(E, i) end do

 

This creates 3 vectors with indexes 1 to 3 out of the matrix E as expected. However, Maple seems unable to transpose one of the indexed vectors:

Page 1 of 1