[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

damianoazzolini/matrixOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

matrixOperations

Common matrix operations implemented in prolog (tested with ECLiPSe 6.1)

Implemented

  • Sum
  • Difference, implemented also as a constraint
  • Product
  • Transpose
  • Trace
  • Diagonal
  • Antidiagonal
  • Determinant (only for a 2X2 and 3X3 matrix), implemented also as a constraint
  • Size
  • Identity
  • Nth row
  • Nth column
  • Scalar multiplication, implemented also as a constraint
  • Switch row
  • Switch column
  • Eigenvalues (only for a 2X2 and 3X3 matrix)
  • Print matrix

Still a lot to do...

About

Common matrix operations implemented in prolog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages