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:

Permanent

Function: permanent (<M>, <n>) Computes the permanent of the matrix <M>. A permanent is like a determinant but with no sign changes.

a: matrix([1,0,0,1,0,0,0,0,0],[0,1,0,0,1,0,0,0,0],[0,0,1,0,0,1,0,0,0],[1,0,0,1,0,0,1,0,0],[0,1,0,0,1,0,0,1,0],[0,0,1,0,0,1,0,0,1],[1,0,0,1,0,0,1,0,0],[0,1,0,0,1,0,0,1,0],[0,0,1,0,0,1,0,0,1]);
permanent(a);

(%o1)                                true
(%i2) 

Related Examples

permanent

? permanent;

Calculate

permanent

? permanent;

Calculate