/Saruss_3x3_Determinant

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

Primary LanguageJavaScript

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