Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskis authored Mar 27, 2021
1 parent 56a1a8a commit 1fc95d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Solves the tridiagonal linear system <img src="https://latex.codecogs.com/svg.la


## Description
`x = tridiagonal(A,d)` solves the tridiagonal linear system <img src="https://latex.codecogs.com/svg.latex?\mathbf{A}\mathbf{x}=\mathbf{d}" title="\mathbf{A}\mathbf{x}=\mathbf{d}" /> for <img src="https://latex.codecogs.com/svg.latex?\mathbf{x}" title="\mathbf{x}" /> (an <img src="https://latex.codecogs.com/svg.latex?n\times1" title="n\times1" /> vector), where <img src="https://latex.codecogs.com/svg.latex?\mathbf{A}\in\mathbb{R}^{n\times&space;n}" title="\mathbf{A}\in\mathbb{R}^{n\times n}" /> is a tridiagonal matrix and <img src="https://latex.codecogs.com/svg.latex?\mathbf{b}\in\mathbb{R}^{n}" title="\mathbf{b}\in\mathbb{R}^{n}" />.
`x = tridiagonal(A,d)` solves the tridiagonal linear system <img src="https://latex.codecogs.com/svg.latex?\mathbf{A}\mathbf{x}=\mathbf{d}" title="\mathbf{A}\mathbf{x}=\mathbf{d}" /> for <img src="https://latex.codecogs.com/svg.latex?\mathbf{x}" title="\mathbf{x}" /> (an <img src="https://latex.codecogs.com/svg.latex?n\times1" title="n\times1" /> vector), where <img src="https://latex.codecogs.com/svg.latex?\mathbf{A}\in\mathbb{R}^{n\times&space;n}" title="\mathbf{A}\in\mathbb{R}^{n\times n}" /> is a tridiagonal matrix and <img src="https://latex.codecogs.com/svg.latex?\mathbf{d}\in\mathbb{R}^{n}" title="\mathbf{d}\in\mathbb{R}^{n}" />.
.


Expand Down

0 comments on commit 1fc95d4

Please sign in to comment.