blob: 5ec86d06cada4e7af410fe0e7f32bbc4f4f1501c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.TH DETERM 3M
.SH NAME
determ
.SH DESCRIPTION
function determ.f
source
Bevington, page 294.
purpose
calculate the determinant of a square matrix
usage
result = determ (array, norder)
description of parameters
array - matrix
norder - order of determinant (degree of matrix)
subroutines and function subprograms required
none
comments
this subprogram destroys the input matrix array
valid for norder up to 10
|