File: mxmanual61-a.mx

package info (click to toggle)
r-cran-openmx 2.21.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,412 kB
  • sloc: cpp: 36,577; ansic: 13,811; fortran: 2,001; sh: 1,440; python: 350; perl: 21; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#NGroups 1 
Title: Inverting Symmetric 3 x 3 example file 
 Calculation 
 Begin Matrices; 
  A Symm 3 3 
 End Matrices; 
 Matrix A 
  1. 
  .23 2 
  .34 .45 3. 
 Begin Algebra; 
  B= A~; 
 End Algebra; 
End 

!  MATRIX B
! This is a computed FULL matrix of order    3 by    3
!  [=A~]
!             1          2          3
! 1      1.0583     -.097:     -.1052
! 2      -.097:      .5265     -.0679
! 3      -.1052     -.0679      .3554