@mdof/matrix-algebra-svelte
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

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

/@mdof/matrix-algebra-svelte/

    Package Sidebar

    Install

    npm i @mdof/matrix-algebra-svelte

    Weekly Downloads

    2

    Version

    0.0.22

    License

    MIT

    Unpacked Size

    28.4 kB

    Total Files

    20

    Last publish

    Collaborators

    • esoteloferry