matrix_implementation

1.0.0 • Public • Published

use npm start n m value

here n is number of rows and m is number of rows and value is the default value that you want to fill in the matrix.

** for example:- npm start 3 4 0

it will create a matrix of 3x4 filled with 0

[[0,0,0,0,0],[0,0,0,0,0],[0,0,0,0,0]]

/matrix_implementation/

    Package Sidebar

    Install

    npm i matrix_implementation

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.35 kB

    Total Files

    5

    Last publish

    Collaborators

    • omthakur1224