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:

Addcol

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

(%o1)                                true
(%i2) 

Related Examples

addcol-determinant-invert-matrix

A:matrix([(-RL)/L,(-1...

b:matrix([UE/L],[0],[...

Ss:b;

Calculate

addcol-determinant-matrix

A:matrix([(-RL)/L,(-1...

b:matrix([UE/L],[0],[...

Ss:b;

Calculate

addcol-echelon-matrix-numer-rowop

a:matrix([0.7,8,3],[-...

b:matrix([12],[15],[2...

ad:addcol(a,b);

Calculate

addcol-echelon-matrix-numer-rowop

a:matrix([0.7,8,3],[-...

b:matrix([12],[15],[2...

ad:addcol(a,b);

Calculate

addcol-echelon-load-matrix-rowop

load (linearalgebra);

a: matrix ([1,1/2,1/3...

b: matrix([1],[1],[0]);

Calculate

addcol-echelon-float-matrix-rowop

a: matrix([0.7 , 8, 3...

b: matrix ([12],[15],...

ab: addcol (a,b);

Calculate

addcol-matrix

A:matrix([(-RL)/L,(-1...

b:matrix([UE/L],[0],[...

Ss:b;

Calculate

addcol-echelon-float-matrix-rowop

a: matrix([0.7 , 8, 3...

b: matrix ([12],[15],...

ab: addcol (a,b);

Calculate

addcol-echelon-float-matrix-rowop

a: matrix([0.7 , 8, 3...

b: matrix ([12],[15],...

ab: addcol (a,b);

Calculate

addcol-echelon-float-matrix-numer-rowop

a:matrix([0.7,8,3],[-...

b:matrix([12],[15],[2...

ad:addcol(a,b);

Calculate