Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Addrow

Function: addrow (<M>, <list_1>, ..., <list_n>) Appends the row(s) given by the one or more lists (or matrices) onto the matrix <M>.

(%o1)                                true
(%i2) 

Related Examples

addrow-matrix-row

a:matrix([6,4,1,0],[3...

temp:matrix();

m:2;

Calculate

addrow-matrix-row

a:matrix([6,4,1,0],[3...

temp:matrix();

m:2;

Calculate