matrix-algebra-svelte Svelte Themes

Matrix Algebra Svelte

Svelte component for displaying matrices

matrix-algebra-svelte

A Svelte component for adding matrices to your projects


Math & Physics tools in the web should be easy to access and use. This Svelte component is the basic of many tools that requires to display matrices (and vectors too)

List of features

  • Matrix : square, non-square, symmetric. Future: diagonal
  • Vectors (future)

Demo

Check a demo (REPL)

Code Demo

We will use markdown for the Syntax Highlighting

<!-- 2x2 matrix , filling by column -->
<Matrix matrix_vec="[1,2,3,4]" flow_order="col" />

Download & Installation

$ npm i matrix-algebra-svelte

Contributing

Keep it simple. Keep it minimal.

Authors

@esoteloferry

License

This project is licensed under the MIT License

Top categories

Loading Svelte Themes