apanasara / Saruss_3x3_Determinant

Faster & memory efficient approach to compute 3x3-Determinant thru applying Sarrus' Rule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saruss_3x3_Determinant

to compute 3x3-Determinant thru applying Sarrus' Rule (without recursion).

[Wiki Link : https://en.wikipedia.org/wiki/Rule_of_Sarrus]

Mathematical Formulation

Formula

Example of 3x3 Determinant

Method

Rule of Sarrus

Performance test thru Javascript

JS file

About

Faster & memory efficient approach to compute 3x3-Determinant thru applying Sarrus' Rule


Languages

Language:JavaScript 36.7%Language:HTML 34.7%Language:Visual Basic .NET 28.5%