0.0.2 • Published 5 years ago

myfirstpackage126 v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

myfirstpackage126 - The first package that I made. YEAH

Introduction

npm install myfirstpackage126

Use myfirstpackage126

file : test126.js

var m = require('./matrix');

var A = [[1,2,3], [3,2,2], [4,3,5]];
console.log("A=\n", m.str(A));

var iA = m.inv(A);
console.log("iA=\n", m.str(iA));

var AiA = m.dot(A,iA);
console.log("A*iA=\n", m.str(AiA));

For testing .md file

something paragraph lalalalala.....

some commands
var m = 456;
var n = 123;

console.log(m + n);
0.0.2

5 years ago

0.0.1

5 years ago