Skip to content

Commit 461abb7

Browse files
authored
docs: fix copy
Signed-off-by: Athan <[email protected]>
1 parent 3983026 commit 461abb7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)