Goeie avond,
Ik zoek naar een commando in Maple (algebra-pakket) om bij een matrix een rij toe te voegen. Vb:
m:=matrix(1,3,0);
genereert een 1´3 nulmatrix. Stel: Ik wil er een 1´3 nulmatrix "aankleven". Ik wil er dus een 2´3 nulmatrix van maken. Er moet een eenvoudig commando bestaan dat dat realiseert. Ik heb al in de help gekeken van Maple en in mijn handleiding. Maar ik kan het maar niet vinden.
Weten jullie raad?
GroetKoen
31-3-2003
Calling Sequence:
stackmatrix(A, B,...)
Parameters:
A,B,... - matrices or vectors
Description:
The function stackmatrix joins two or more matrices or vectors together vertically, where a vector is interpreted as a row vector. The matrices and vectors must have the same number of columns.
The command with(linalg,stackmatrix) allows the use of the abbreviated form of this command.
dk
31-3-2003
#9244 - Software - Student universiteit België