Skip to content
/ LinAlg Public

This library can parse and evaluate some math operations.

License

Notifications You must be signed in to change notification settings

Mond1c/LinAlg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinAlg

This is open source library to do calculations with matrices and other linear algebra objects.

My telegram bot use this library

Operations

  • Standard: plus, minus, multiplication, division, unary minus
  • Trigonometric: sin, cos, tan, asin, acos, atan
  • Hyperbolic: sinh, cosh, tanh
  • Other math operations: power, log, sqrt,
  • Matrix operations: plus, minus, multiplication, determinant, inverse, rank, transpose, triangle
  • Calculus: diff operation