Skip to content

Instantly share code, notes, and snippets.

View andrei-coelho's full-sized avatar
👊
- Coding

Andrei Coelho andrei-coelho

👊
- Coding
  • São Paulo - SP - BR - Earth
View GitHub Profile
@andrei-coelho
andrei-coelho / Determinant.php
Last active April 24, 2019 15:19
Calcular o determinante de uma matriz com php / Calculate the determinant of a matrix in php
<?php
/**
* Get a matrix determinant or reduce its order
*
* @author Andrei Coelho
*
*/
/* *