The simple problem recurrence code is as follows ```javascript new Mathm.Det([[0,1,2],[3,4,5],[6,7,0]]).totriangle() ``` It generated an error `The denominator cannot be 0`
The simple problem recurrence code is as follows
It generated an error
The denominator cannot be 0