Skip to content

Commit 435eef7

Browse files
authored
Merge pull request #338 from RichardScottOZ/patch-1
Update README.md
2 parents d7130c5 + 4769414 commit 435eef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Python library is inspired by the MATLAB [Spot – A Linear-Operator Toolbo
1919
Linear operators and inverse problems are at the core of many of the most used algorithms
2020
in signal processing, image processing, and remote sensing. When dealing with small-scale problems,
2121
the Python numerical scientific libraries [numpy](http://www.numpy.org)
22-
and [scipy](https://www.scipy.org/scipylib/index.html) allow to perform many
22+
and [scipy](https://www.scipy.org/scipylib/index.html) allow allow performing many
2323
of the underlying matrix operations (e.g., computation of matrix-vector products and manipulation of matrices)
2424
in a simple and compact way.
2525

@@ -70,7 +70,7 @@ xinv = Dlop / y
7070
```
7171

7272
Note how this second approach does not require creating a dense matrix, reducing both the memory load and the computational cost of
73-
applying a derivative to an input vector x. Moreover, the code becomes even more compact and espressive than in the previous case
73+
applying a derivative to an input vector x. Moreover, the code becomes even more compact and expressive than in the previous case
7474
letting the user focus on the formulation of equations of the forward problem to be solved by inversion.
7575

7676

0 commit comments

Comments
 (0)