File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/node_modules/@stdlib/lapack/base Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ AB = \left[
137137
138138<!-- </equation> -->
139139
140- ` AB ` is a 3×5 matrix is 3×5 as ` KD+1 = 2+1 = 3 ` . Similarly, given the following matrix ` A ` ,
140+ ` AB ` is a 3×5 matrix as ` KD+1 = 2+1 = 3 ` . Similarly, given the following matrix ` A ` ,
141141
142142<!-- <equation class="equation" label="eq:symmetric_lower_a" align="center" raw="A = \left[\begin{array}{rrrrr}a_{11} & {a_{21}} & {a_{31}} & 0 & 0 \\a_{21} & a_{22} & {a_{32}} & {a_{42}} & 0 \\a_{31} & a_{32} & a_{33} & {a_{43}} & {a_{53}} \\0 & a_{42} & a_{43} & a_{44} & {a_{54}} \\0 & 0 & a_{53} & a_{54} & a_{55}\end{array}\right]" alt="Representation of symmetric band matrix A (lower triangle)."> -->
143143
You can’t perform that action at this time.
0 commit comments