act65 / FAT

Functional linear algebra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAT

Functional Arrays and Tensors. Fatrix:- a matrix of functions.

See this for an introduction and motivation.

What?

A slight modification to matrix algebra.

Traditional dot
a, b  .  e,  f   =  a.e + b.g, a.f + b.h
c, d     g,  h   =  c.e + d.g, c.f + d.h
Functional dot
a, b  .  e,  f   =  a(e) + b(g), a(f) + b(h)
c, d     g,  h   =  c(e) + d(g), c(f) + d(h)

Checkout some examples here.

About

Functional linear algebra.

License:MIT License


Languages

Language:Jupyter Notebook 83.0%Language:Python 17.0%