fix: changed it to is (#35134)

This commit is contained in:
Randell Dawson
2019-03-13 13:48:10 -07:00
committed by The Coding Aviator
parent 23aa6c0d49
commit 4f1eba6576

View File

@ -68,7 +68,7 @@ For example, consider the following matrix, which we will call B:
<pre><em>det(B) = (-41) - 100 - 90 = -231</em></pre>
### Method 2 - Sarrus's Rule
This method it similar to 2 by 2 determinants, and based on opertations with diagonals
This method is similar to 2 by 2 determinants, and based on opertations with diagonals
Again, consider the following matrix, which we will call A:
<table>