No description
Find a file
2021-02-12 17:42:15 +01:00
src supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00
.DS_Store supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00
.gitignore supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00
README.md supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00
screenshot-1.png supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00

MatRepl

  • is a Matrix
  • and a repl: ReadEvalPrint Loop, where Print is doing operations on vectors and matrices in a graphic environment

The repl has the following syntax (It's work in progress, new capabilities will be added)

  • simple arithmetic expressions: ** add, subtract, divide, multiply ** variable declaration eg: a= ... ** vector(x0,y0,x,y) adds a vector ** remove(x) removes bindings (when it's an object (eg vector), removes it from the matrix) ** method calls: *** a = vector(0,0,12,1) *** a.type() *** > vector ** property lookup *** a.x *** 12