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)
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
This project is licensed under the MIT License