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)
- Matrix : square, non-square, symmetric. Future: diagonal
- Vectors (future)
We will use markdown for the Syntax Highlighting
<!-- 2x2 matrix , filling by column -->
<Matrix matrix_vec="[1,2,3,4]" flow_order="col" />
$ npm i matrix-algebra-svelte
- Efrain Sotelo
This project is licensed under the MIT License