NetLogo 7.0.0-beta2:
Home
Learn NetLogo
What is NetLogo?
Tutorial #0: Sample Model
Tutorial #1 Models
Tutorial #2 Commands
Tutorial #3 Procedures
Documentation
NetLogo Dictionary
Interface Guide
Interface Tab Guide
Info Tab Guide
Code Tab Guide
Programming Guide
Transition Guide
Scaladoc
Advanced Tools
Extension Manager
Shapes Editor
BehaviorSpace
System Dynamics
HubNet
HubNet Authoring
Logging
Controlling
Mathematica Link
NetLogo 3D
Extensions
Extensions Guide
Arduino
Array
Bitmap
CSV
GIS
GoGo
LevelSpace
Matrix
Networks
Palette
Profiler
Python
Resource
Rnd
Sound
Simple R
Table
Time
Vid
View2.5D
FAQ
7.0.0-beta2
6.4
6.3.0
6.2.2
6.1.1
6.0.4
6.0beta
5.3.1
5.2.1
5.1.0
5.0
4.1
4.0
3.1
3.0
2.1
2.0
1.2
1.1
1.0
Home
Learn NetLogo
What is NetLogo?
Tutorial #0: Sample Model
Tutorial #1 Models
Tutorial #2 Commands
Tutorial #3 Procedures
Documentation
NetLogo Dictionary
Interface Guide
Interface Tab Guide
Info Tab Guide
Code Tab Guide
Programming Guide
Transition Guide
Scaladoc
Advanced Tools
Extension Manager
Shapes Editor
BehaviorSpace
System Dynamics
HubNet
HubNet Authoring
Logging
Controlling
Mathematica Link
NetLogo 3D
Extensions
Extensions Guide
Arduino
Array
Bitmap
CSV
GIS
GoGo
LevelSpace
Matrix
Networks
Palette
Profiler
Python
Resource
Rnd
Sound
Simple R
Table
Time
Vid
View2.5D
FAQ
primitive:
matrix:det
Matrix Extension Dictionary
matrix:make-constant
matrix:make-identity
matrix:from-row-list
matrix:from-column-list
matrix:to-row-list
matrix:to-column-list
matrix:copy
matrix:pretty-print-text
matrix:get
matrix:get-row
matrix:get-column
matrix:set
matrix:set-row
matrix:set-column
matrix:swap-rows
matrix:swap-columns
matrix:set-and-report
matrix:dimensions
matrix:submatrix
matrix:map
matrix:times-scalar
matrix:times
matrix:*
matrix:times-element-wise
matrix:plus-scalar
matrix:plus
matrix:+
matrix:minus
matrix:-
matrix:inverse
matrix:transpose
matrix:real-eigenvalues
matrix:imaginary-eigenvalues
matrix:eigenvectors
matrix:det
matrix:rank
matrix:trace
matrix:solve
matrix:forecast-linear-growth
matrix:forecast-compound-growth
matrix:forecast-continuous-growth
matrix:regress
matrix:det
matrix:det
matrix
Reports a the determinant of the
matrix
.
Take me to the full
Matrix Extension Dictionary